Re: [EXIM] Exim for dialup use [was Why should I use Exim ov…

Top Page
Delete this message
Reply to this message
Author: Friso Kuipers
Date:  
To: exim-users
Subject: Re: [EXIM] Exim for dialup use [was Why should I use Exim over Qmai l?]

Friso Kuipers wrote on a monday:

> 
> 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.



--
*** Exim information can be found at http://www.exim.org/ ***