[Ilugc] sendmail - Restrict emails to all domains except xyz.com

  • From: mohan.tux@xxxxxxxxx (Mohan Sundaram)
  • Date: Mon, 7 Nov 2011 19:54:18 +0530

On Mon, Nov 7, 2011 at 7:27 PM, aravindaraj d <aravindaraj at gmail.com> 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

Other related posts: