> > > > What is the location of your sendmail.cf? /etc or /etc/mail? > > > > I _think_ redhat has moved on to /etc/mail for its sendmail.cf > O DeliveryMode=queue only
/etc/sysconfig/sendmail DAEMON=yes QUEUE=1h has the queue time.. change these to DAEMON=no QUEUE=0 or stop sendmail running as a service then whenever you need to send a mail just send it and it will be queued again whenever you are ready to pump out to your SmartHost, issue a sendmail -bD -q now in this setup, your fetchmail will complain since it cannot find an MTA in the port 25 of localhost. so at the end of each poll section you would be adding wants mda /usr/bin/sendmail this works for me... ;) Jiju ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
