Subjects |
sender checkI have a barracuda server that receives mails, filter them and forward to a Both machine have a public IP (static). The linux system is configured to be used as SMTP for sasl authenticated Unfortunatley, some spammers, have found it and use to spam local recipients I'm wondering if there is a way to allow OLNY local users or users belonging Thanks MG
|
Re: sender check
Marco Giardini:
To permit only local systems (incl. barracuda box), or users that
have a relationship with your server:
smtpd_recipient_restrictions =
permit_mynetworks permit_sasl_authenticated reject
Wietse
Re: sender check
* Wietse Venema <<...> at porcupine dot org> [2009-11-26 12:20:19 -0500]:
i do use:
smtpd_recipient_restrictions =
permit_mynetworks
permit_sasl_authenticated
reject_unauth_destination
but it seems from the log that spammer still send me and to other
local users spam mails.
Humm...strange....
mg
Re: sender check
* Marco Giardini :
Not strange. Look at the difference in the two configs.
The solution is right there.
Re: sender check
Marco Giardini:
vvvvvv
permit_mynetworks permit_sasl_authenticated reject
^^^^^^
Wietse
Re: sender check
On Thu, 26 Nov 2009 18:29:00 +0100
Not at all; try reading what Wietse wrote.
reject, NOT reject_unauth_destination.