Bart Koppers wrote:
> Charlie Brady wrote:
> > I'm not sure that I understand your question. If your
> > users set the SMTP server in their mail programs to be the
> > e-smith server IP address, then their outgoing mail will
> > go from their workstations to the e-smith server, and wait
> > there until the dialup link > is available. That seems to
> > be what you want.
>
> Which is quite well possible. I use serialmail for this (one
> other dutch guy came up with this idea, it's not mine

)
>
> Then, each time the link is brought up (either via a
> user-request, or via crontab), i send and receive all mail by
> calling /etc/serialmail and /etc/fetchmail from
> /etc/ppp/ip-up.local ..
IMO there is a better way to handle outgoing mail than using serialmail. And it is easier too. Configure the server to use
an SMTP smarthost (your ISP's mail server is good):
/sbin/e-smith/config set SMTPSmartHost x.x.x.x
/sbin/e-smith/signal-event manager-misc
Then create /etc/ppp/ip-up.local containing:
/usr/bin/killall -ALRM qmail-send
Make ip-up.local executable:
chmod +x /etc/ppp/ip-up.local
> (I am still preparing publication of my own additions to the
> e-smith-server 3.x, no time..)
Linus Torvalds recommends that you release early, release often. And so do I

Charlie