Koozali.org: home of the SME Server

Bounce Relay Attempts

raymondh

Bounce Relay Attempts
« on: January 30, 2003, 06:12:25 AM »
How can I set up sme 5.5 to refuse (and display the notification) all outside relay attempt?  I want the server to respond by saying that relay's aren't allowed or some such statement.

Dan Brown

Re: Bounce Relay Attempts
« Reply #1 on: January 30, 2003, 06:28:44 AM »
It already is set up this way; there's nothing to configure.

raymondh

Re: Bounce Relay Attempts
« Reply #2 on: January 30, 2003, 08:06:45 AM »
Real domain changed to "mysite.com"


>>> RSET
<<< 250 OK
>>> MAIL FROM:
<<< 250 Sender accepted.
>>> RCPT TO:
<<< 250 Recipient accepted.
>>> DATA
<<< 354 End your message with a period.
>>> (message body)
<<< 250 Accepted message qp 20063 bytes 1044

Although the above message was dropped, it did accept it and some spam cop sites may consider this bad.

Charlie Brady

Re: Bounce Relay Attempts
« Reply #3 on: January 30, 2003, 06:25:07 PM »
raymondh wrote:
>
> Real domain changed to "mysite.com"
>
>
> >>> RSET
> <<< 250 OK
> >>> MAIL FROM:
> <<< 250 Sender accepted.
> >>> RCPT TO:
> <<< 250 Recipient accepted.
> >>> DATA
> <<< 354 End your message with a period.
> >>> (message body)
> <<< 250 Accepted message qp 20063 bytes 1044
>
> Although the above message was dropped, it did accept it and
> some spam cop sites may consider this bad.

For exactly this reason we contracted the author of mailfront to add a pattern matching filter to mailfront - we have incorporated the new feature into 5.6:

mail from:
250 Sender accepted.
rcpt to:
553  Sorry, percent hack not accepted here
quit

Regards

Charlie

Ray

Re: Bounce Relay Attempts
« Reply #4 on: January 30, 2003, 08:48:57 PM »
Any way to get this on 5.5?