Changeset 5250:abd26d96d280 for doc/manual.xml.head
- Timestamp:
- 2007-11-01 04:15:30 (15 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/manual.xml.head (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/manual.xml.head
r5249 r5250 5855 5855 </sect1> 5856 5856 5857 <sect1 id="smtp"> 5858 <title>SMTP support</title> 5859 5860 <para> 5861 Besides supporting traditional mail delivery through a 5862 sendmail-compatible program, mutt supports delivery through SMTP if it 5863 was configured and built with <literal>--enable-smtp</literal>. 5864 </para> 5865 5866 <para> 5867 If the configuration variable 5868 <link linkend="smtp-url">$smtp_url</link> is set, mutt 5869 will contact the given SMTP server to deliver messages; if it is unset, 5870 mutt will use the program specified by <link linkend="sendmail">$sendmail</link>. 5871 </para> 5872 5873 <para> 5874 The built-in SMTP support supports encryption (the <literal>smtps</literal> protocol 5875 using SSL or TLS) as well as SMTP authentication using SASL. The authentication mechanisms 5876 for SASL are specified in <link linkend="smtp-authenticators">$smtp_authenticators</link> 5877 defaulting to an empty list which makes mutt try all available methods 5878 from most-secure to least-secure. 5879 </para> 5880 5881 </sect1> 5882 5857 5883 <sect1 id="account-hook"> 5858 <title>Managing multiple IMAP/POPaccounts</title>5859 5860 <para> 5861 If you happen to have accounts on multiple IMAP and/or POP servers,5884 <title>Managing multiple accounts</title> 5885 5886 <para> 5887 If you happen to have accounts on multiple IMAP, POP and/or SMTP servers, 5862 5888 you may find managing all the authentication settings inconvenient and 5863 error-prone. The account-hook command may help. This hook works like5889 error-prone. The account-hook command may help. This hook works like 5864 5890 folder-hook but is invoked whenever you access a remote mailbox 5865 5891 (including inside the folder browser), not just when you open the … … 5877 5903 account-hook imap://host1/ 'set imap_user=me1 imap_pass=foo' 5878 5904 account-hook imap://host2/ 'set tunnel="ssh host2 /usr/libexec/imapd"' 5905 account-hook smtp://user@host3/ 'set tunnel="ssh host3 /usr/libexec/smtpd"' 5879 5906 </screen> 5880 5907
