we are using fetch mail to download and upload our mails to common mail box in accelmail.com. we are facing problem when we send the mail .Since it is using SMTP authentication for outgoing they are asked us to download mails from the server and then send the mails to the server.How do we configure like wise
You mean pop before smtp?
Take sendmail (or whatever you use locally) out of queue running mode - instead of sendmail -bd -q15m in the initscript, set it to sendmail -bd
Use (modify first) the shell script at http://www.hserus.net/postfix.html and put that into your /etc/ppp/ip-up.local file assuming you are on a dialup, or into cron if you are on a dsl or other permanent connection to the net.
srs
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
