From f8f226f65276f1c645eff2d6edb48c8d6caf2256 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 4 Oct 2003 23:31:05 +0000 Subject: Version bump. New 'default' keyword for indentities (Vitezslav Batrla). Documentation updates. --- README | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 9e3c896..f2b9e12 100644 --- a/README +++ b/README @@ -22,22 +22,35 @@ Configuration ~~~~~~~~~~~~~ -* Sample configuration file -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* Sample configuration files +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is a simple configuration file for a quick start: -------------------------------------- hostname = mail.myisp.com:25 -username = "myusername" -password = "mysecret" +username = "myself" +password = "secret" starttls = enabled -identity = myself@somewhere.com - hostname = smtp.somewhere.com:25 - username = "myself" - password = "secret" - starttls = enabled +mda "/usr/bin/procmail -d %T" +-------------------------------------- + + If you have more than one SMTP account you have them automatically chosen for + you: + +-------------------------------------- +identity myself@myisp.com + hostname mail.myisp.com:25 + username "myself" + password "secret" + starttls enabled + default + +identity myself@anotherisp.com + hostname smtp.anotherisp.com:25 + username "myself" + password "secret" mda "/usr/bin/procmail -d %T" -------------------------------------- -- cgit v1.2.3-54-g00ecf