sender check
I have a barracuda server that receives mails, filter them and forward to a
linux system running postfix.
Both machine have a public IP (static).
The linux system is configured to be used as SMTP for sasl authenticated
users as well, besides to be used as SMTP for the people on $mynetworks
(permit_mynetworks in the smtpd_recipient_restrictions).
Unfortunatley, some spammers, have found it and use to spam local recipients
using the linux machine, avoiding so to be filtered through the barracuda
system.
I'm wondering if there is a way to allow OLNY local users or users belonging
to the domains hosted by the linux server to use SMTP.
Thanks
MG
Similar Topics
| Topic | Started |
|---|---|
| Baffled by "User unknown in virtual alias table" | 8 hours 18 min ago |
| temporary dns errors are a pain | 8 hours 54 min ago |
| Delayed-ACK holdups to a proxy content filter on lo0 for mid-size messages | 10 hours 25 min ago |
| Lookup key of smtp_tls_policy_maps | 10 hours 28 min ago |
| Want description | 15 hours 35 min ago |
| Postfix with PostgreSQL backend - number of connections to the database issue | 17 hours 25 min ago |
| global output concurrency limit | 19 hours 55 min ago |
| Re: How to drop the recipient address hostname when delivering mail via LMTP? | 20 hours 1 min ago |
| Mail rejected: Client host rejected: cannot find your hostname | 23 hours 2 min ago |
5 comments
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 <m. ... at tecnogi dot com>:
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.