summaryrefslogtreecommitdiff
path: root/mail/sendymail/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'mail/sendymail/MESSAGE')
-rw-r--r--mail/sendymail/MESSAGE22
1 files changed, 22 insertions, 0 deletions
diff --git a/mail/sendymail/MESSAGE b/mail/sendymail/MESSAGE
new file mode 100644
index 00000000000..cecab717ded
--- /dev/null
+++ b/mail/sendymail/MESSAGE
@@ -0,0 +1,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"
+
+===========================================================================