On Mon, Nov 7, 2011 at 7:27 PM, aravindaraj d <[email protected]> wrote: > Hi All, > > Im using centos with sendmail in it. It is a LAMP development server. > I need to restrict all outgoing emails and need to allow only to my domain > xyz.com > > Please let me know how to do this. > > I have tried following entries in /etc/mail/access, but it doesn't work as > I expect > To:xyz.com REJECT > server rejects email to my domain xyz.com whereas if I give > To:* REJECT > it doesn't work.
Just give "to: xyz.com RELAY". All other domains will get rejected and xyz.com alone will get relayed. -- Mohan Sundaram _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
