Re: automagically queuing sendmail on dial-up

2000-05-30 Thread Richard Klinda
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

automagically queuing sendmail on dial-up

2000-05-29 Thread Joseph de los Santos
hi, I have my machine set up in such a way that when I connect to the internet, I have a fetchmail daemon running and polling my pop server while I am connected to the internet but when I send email thru sendmail, it queues all mail when I connect to the net, but not when I am already connect