> He is on dial-up. He need to send mails from his machine without > relaying thru his ISP's smtp. Since he is on dial-up all mails should > be queued till he connects net. > What it the MTA (sendmail ?) and the linux distro ? (Redhat ?)
for Sendmail /etc/mail/sendmail.cf (RedHat 8) /etc/sendmail.cf (RedHat 7) O HoldExpensive = True O DeliveryMode = queueonly stop running sendmail as a service add into /etc/ppp/ip-up.local sendmail -bD -q make /etc/ppp/ip-up.local executable by setting execute permission Jiju Thomas Mathew ------------------------------------------------------- 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
