Explorar el Código

Optional SMTP relay via ISP

Bob Mottram hace 9 años
padre
commit
7a45efa8b1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Ver fichero

@@ -5447,6 +5447,9 @@ function email_client {
5447 5447
     echo 'source ~/.mutt-alias' >> /etc/Muttrc
5448 5448
     echo 'set query_command= "abook --mutt-query \"%s\""' >> /etc/Muttrc
5449 5449
     echo 'macro index,pager A "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook"' >> /etc/Muttrc
5450
+    echo '' >> /etc/Muttrc
5451
+    echo '# Optional relay of SMTP via ISP' >> /etc/Muttrc
5452
+    echo '#set smtp_url="smtps://username:password@isp_mail_domain:465/"' >> /etc/Muttrc
5450 5453
 
5451 5454
     # create an Emacs configuration specifically for use with Mutt, which
5452 5455
     # has word wrap and spell checking on by default