Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / mail / sendymail / MESSAGE
blob3d370c69ee7dd3a59c02686e1fbd5b6750012dae
1 ===========================================================================
2 $NetBSD$
4         To use sendymail,
6         1) Create a ~/.sendymailrc file by copying
7         ${PREFIX}/share/examples/sendymail/sendymailrc.sample
8         to ~/.sendymailrc and edit the file.
10         2) Give the proper permissions to the configuration file:
12                 $ chmod 600 ~/.sendymailrc
14         3) Configure your MUA (mail client). sendymail has a
15         Sendmail-like interface, so you have to create a "sendmail"
16         account to outgoing messages and set the path of the sendmail
17         command to the sendymail script location. Eg: For Mutt,
18         edit ~/.muttrc and change "sendmail" variable:
20         set sendmail="${PREFIX}/bin/sendymail"
22 ===========================================================================