>>>>> "Jijo" == Jijo Jose A <[EMAIL PROTECTED]> writes:

    Jijo> i still have dialup, so i need to deliver mail when it
    Jijo> connects , in my /etc/ppp/ip-up.d/exim, removed all lines
    Jijo> and added this to work exim regardless of retry times.

    Jijo> #!/bin/sh
    Jijo> #/etc/ppp/ip-up.d/exim
    Jijo> for i in /var/spool/exim/msglog/*
    Jijo> do
    Jijo>         exim -M $(echo $i|cut -b24-)
    Jijo> done

Reading the exim docs (just the man page is sufficient) would have
shown you

   exim -qf

does just what you want.  Add another "f" to thaw frozen messages
first.

Bye, J

-- 
               Jürgen A. Erhard  ([EMAIL PROTECTED])
                     My WebHome: http://jerhard.org
           "Outside of a dog, a man's best friend is a book;
           inside of a dog, it's very dark." --  Groucho Marx

Attachment: pgpwo5dNz1WAS.pgp
Description: PGP signature

Reply via email to