docs/diploma
diff thesis/attic/ubuntuforums-simple-mailer.txt @ 290:28a5dc054647
moved some stuff to the attic
author | meillo@marmaro.de |
---|---|
date | Sat, 17 Jan 2009 17:06:13 +0100 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/attic/ubuntuforums-simple-mailer.txt Sat Jan 17 17:06:13 2009 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +http://ubuntuforums.org/showthread.php?t=82744 1.5 + 1.6 + 1.7 +#1 1.8 +October 27th, 2005 1.9 +Reinhard Tartler 1.10 + 1.11 +Wanted: simple mailer for laptop use 1.12 + 1.13 +Hi folks, 1.14 + 1.15 +can anyone recommend me a good MTA (mail"server") suitable for network 1.16 +use? My feature wishes would be: 1.17 + 1.18 +* SMTP-Auth 1.19 +* local (!) delivery 1.20 +* mail queing if offline 1.21 +* not panic when laptop is offline for 2 or 3 days. 1.22 +* easy to configure (1 config file if possible) 1.23 + 1.24 +I know that postfix and exim4 are able to do this, but they are imo a 1.25 +bit too heavy for my use. ssmtp and nullmailer don't have local 1.26 +delivery. Do I really need a heavyweight mailer or is there somewhere 1.27 +a lightweight alternative? 1.28 + 1.29 + 1.30 + 1.31 +#8 1.32 +October 27th, 2005 1.33 +Derek Broughton 1.34 +Re: Wanted: simple mailer for laptop use 1.35 + 1.36 +... 1.37 + 1.38 +No kidding. The whole point is that you _have_ to have an MTA and you don't 1.39 +want to configure Postfix/Exim/Sendmail/Qmail (almost all of which I've 1.40 +actually done). 1.41 + 1.42 +I now use masqmail - it's really simple, my configuration is all in debconf, 1.43 +it's supported by whereami, and it's really simple 1.44 + 1.45 +I'm sure you can make any MTA behave nicely when offline, but it was a chore 1.46 +with all of them. 1.47 + 1.48 +...