blob: cecab717ded17636e0ed7cceaf507abc609f9308 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2007/01/14 14:05:34 obache Exp $
To use sendymail,
1) Create a ~/.sendymailrc file by copying
${PREFIX}/share/examples/sendymail/sendymailrc.sample
to ~/.sendymailrc and edit the file.
2) Give the proper permissions to the configuration file:
$ chmod 600 ~/.sendymailrc
3) Configure your MUA (mail client). sendymail has a
Sendmail-like interface, so you have to create a "sendmail"
account to outgoing messages and set the path of the sendmail
command to the sendymail script location. Eg: For Mutt,
edit ~/.muttrc and change "sendmail" variable:
set sendmail="${PREFIX}/bin/sendymail"
===========================================================================
|