[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: automagically queuing sendmail on dial-up



Hoi Joseph, ALL!

You've to put a little script to /etc/ppp/ip-up.d/.

Edit (/create) a sendmail_queue (you can give it any other name) file:

,----
| #!/bin/sh
| # Flush sendmail queue
|
| sendmail -q &
`----

Then do a chmod +x /etc/ppp/ip-up.d/sendmail_queue (as root), that's it!
This script'll run every single time when you connect to your ISP.

-- 
ignotus
                                            B4 I4Q, RU/18 QT 3.1415926535?



Reply to: