+++ Anish Issac Jacob [linux-india] <21/12/01 17:49 +0530>: > I use sendmail 8.11 on my mail server. Have defined a smart host(DS entry) > which is on another network to relay the mails. Can someone please tell me > how to configure sendmail.cf to deliver mail to machines in the local > network and to few networks i specify first and then relay the remaining > mails over to smarthost? Currently all the mails are being sent to the > smart host and then the smarthost relays it back to my local network.
Treat those domains as local (add them to Class W - that is, /etc/mail/local-host-names, one per line) If you use a smarthost - do the above and see http://www.hserus.net/sendmail.html for a few other things (turning off dns lookups locally, for example) -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #115 -**< Sub : Monitoring su attempts >**- In a multiuser system you may like to monitor all su attempts. Edit /etc/login.defs and edit SULOG_FILE as follows: SULOG_FILE /var/log/sulog ... (name of file to hold info) _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
