Skip site navigation (1)Skip section navigation (2)
Date:      14 Jun 2000 22:06:57 +0200
From:      Simon J Mudd <sjmudd@pobox.com>
To:        freebsd-newbies@freebsd.org
Subject:   Re: postfix as a backup mx
Message-ID:  <lwk8fsni1q.fsf@phoenix.ea4els.ampr.org>
In-Reply-To: lconrad@Go2France.com's message of "14 Jun 2000 18:03:38 %2B0200"
References:  <Pine.sol.4.10.10006141545380.17675-100000@granby.ccc.notti  ngham.ac.uk> <4.3.1.2.20000614165305.0226f700@mail.Go2France.com>

next in thread | previous in thread | raw e-mail | index | archive | help
lconrad@Go2France.com (Len Conrad) writes:

> mydomain.com. MX   10   mymail.mydomain.com
> mydomain.com. MX   20   postfix.mydomain.com
> 
> In main.cf, from http://postfix.eu.org/uce.html
> 
> "permit_mx_backup = yes
> 
> Permit the request when the local mail system is MX host for the resolved 
> destination.

IMHO you should NOT do it this way.  This way ANYONE can define your mail
server as a MX host for their domain and you will act as a relay for that
domain.  This is dangerous.

What you should really do is modify relay_domains and explicitly state
which domains you want to relay.

e.g.
relay_domains = $mydomain, clientdomain1.com, clientdomain2.com

Regards,

Simon
-- 
Simon J Mudd, Madrid SPAIN    Tel: +34-91-408 4878    email: sjmudd@pobox.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?lwk8fsni1q.fsf>