Re: [sentinix-list] Sentinix & mail relay (spam)

Michel Blomgren <[email protected]> Sat, 10 Jan 2004 05:25:00 +0100
Newsgroups gmane.linux.sentinix
Message-ID <[email protected]>
On Saturday 10 January 2004 03:14, Will Bailey wrote:
> Hi,
> I enabled smtp/mail on my external Sentinix box. I assumed this must be
> enabled to get alerts from some of the applications.

Yes, locally at least. You can disable port 25 though.

>  Is it prone to being
> an open mail relay?

No.

>
> I ran a GFILANguard scan on the server and the app seems to think so: "SMTP
> server allows relaying"

Don't trust that, if you want to be real sure, try to actually relay e-mail 
through it... or do some SMTP hacking.  This is what I get with (basically) 
the default sentinix config (it's somewhat modified, but not much):

user-d/[email protected](~) nc sentinixbox 25
220 sentinixbox ESMTP Postfix
HELO test.com
250 sentinixbox.com
MAIL FROM: [email protected]
250 Ok
RCPT TO: [email protected]
554 <[email protected]>: Recipient address rejected: Relay access denied
QUIT
221 Bye

	Michel