Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: raymondh 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.
-
It already is set up this way; there's nothing to configure.
-
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.
-
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
-
Any way to get this on 5.5?