Re: kissing exim
On Sun, Feb 17, 2002 at 10:58:21PM -0800, Osamu Aoki wrote:
> I see problem with default exim support script /etc/ppp/ip-up.d/exim
> If you dot dial up, message may expire.
>
> Replacing /etc/ppp/ip-up.d/exim, with:
>
> #!/bin/sh
> #/etc/ppp/ip-up.d/exim
> for i in /var/spool/exim/msglog/* ; do
> exim -M $(echo $i|cut -b24-)
> done
>
> was suggested on ML once. I do not know this is better or not.
> At least exim needs to be dial-up friendly. (I am on cable)
I think you want to just change "-qf" to "-qff" in the default ip-up.d/exim.
--
- mdz
Reply to: