[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kissing exim



Anthony Rowe <ay986@chebucto.ns.ca> wrote:
> Debian installs with Exim as the default mta but many users (especially
> dial-up users) only need the mta to hand their mail to a smarthost. 
> sSMTP is easily configured to hand over outgoing mail to an ISP's smtp
> server, since that is the only thing sSMTP does.
[...]
> Could sSMTP be installed by default (or at least be recommended as an 
> option during the install process) for dialup users, in case they may
> wish to use an mua like *mutt* (which needs an mta to hand off outgoing
> mail to a smarthost), 
[...]

Hello,
ssmtp is a simple replacement for /usr/sbin/sendmail that takes the
mail piped into it and _immediately_ forwards it to a mailhub, and
cannot receive mails by smtp.

|  It accepts a mail stream on standard input with recipients
|  specified on the command line and synchronously forwards the
|  message to the mail transfer agent of a mailhub for the mailhub
|  MTA to process. Failed messages are placed in dead.letter in the
|  sender's home directory.

This makes it a real bad choice for dial-up users because they are not
connected all the time and like to answer the 5 mails they just
received by fetchmail and compose another two, place these in the
local queue and send all seven mails at once, when they dial in later,
instead of dialing in 7 times.

ssmtp is the right thing for the workstaions in a LAN which
have permanent connection to the LAN's mailhub.

OTOH masqmail seems to be perfect for dial-up-users, but _afaics_ it
is not (yet) ready for joe user, because something like
/usr/sbin/eximconfig is missing. Additionally README says:
| but it is NOT supposed to be installed in a network with a
| permanent internet connection (at least if it is not behind a
| secure firewall) because it has no ability to check for undesired
| relaying or spam filtering.

but 'listen_addresses="localhost:25"' in the _default_ configuration
file (wishlist bug-report follows) and/or libwrap-support should take
care of this problem.
                         cu andreas
-- 
Hey, da ist ein Ballonautomat auf der Toilette!
Unofficial _Debian-packages_ of latest _tin_
http://www.logic.univie.ac.at/~ametzler/debian/tin-snapshot/



Reply to: