> > When the (PPP) link comes up pppd starts exim via the /etc/ppp/ip-up > script: > #!/bin/sh > exim -bd -q30m > ^^^^^
Sorry, should have been: #!/bin/sh exim -qf ; # Force the queue. exim -bd # Start smtp listener. Friso Kuipers.