2 msgDuplicate messages with always_bcc
14 msg[OT] Saving outgoing email Gmail style
3 msg451 error
10 msgPostfix 2.5 release candidate (and 2.6 snapshot...
2 msgpostfix errors when sending smtp auth via yahoo
4 msgDocumentation enhancement: Adjusting DB file pe...
11 msgI don't want Postfix to confirm users via telnet

Question on Earthlink and dnsbl.sorbs.net
\ Doug (15 Jan 2008)
. \ Listaccount (15 Jan 2008)
. \ mouss (15 Jan 2008)

36 msgRe: Enforced Outbound TLS (part deux)
6 msgsmtpd_proxy_filter to unix: problem
4 msgAgain troubles with postfix and cyrus-sasl
3 msgExclude local host from smtpd_proxy_filter
4 msgtransport nexthop nexthop
3 msgTLS has been selected, but TLS support is not c...
2 msgWhich documentation to read for this..
4 msgExchange 2003 to Postfix maildir migration
7 msgvirtual_mailbox_base & LDAP
12 msgEnforced Outbound TLS
2 msgpostfix+maildrop error
10 msgOutgoing IP address
Subject:Re: Question on Earthlink and dnsbl.sorbs.net
Group:Postfix-users
From:mouss
Date:15 Jan 2008


 
Doug wrote:
> I know you guys hate these newbie questions, but I have a hard time keeping up
> with the latest in postfix. :)
>
> Basically dnsbl.sorbs.net has been intermittently rejecting messages from
> earthlink. net. I got an email thru them Friday but yesterday it began
> blocking their emails again.
>
> Now I don't know anything about the history here. Is dnsbl.sorbs.net known for
> too much blocking? Should I use someone else? Or is earthlink a known spam
> source?
>

sorbs do not whitelist ISPs. If they receive (some amount of) spam from
ISPs, they list them. There is no "they are too big to block". Whether
this is ok for you or not is up to you.

Please read sorbs policy and documents and subscribe to sorbs mailing
lists. discussion of sorbs policy is not appropriate on a postfix list.

> What would be the recommended next step here? Should I use another spam
> blocker? Or is there a way in postfix to just let her messages get thru?
>

if you want to receive mail from ISPs that may be blocked by sorbs, you
have two choices:

- disable sorbs (or use a safe sublist of sorbs).

- use a whitelist. The latter obviously requires work to maintain the
whitelist



> This is the log message:
>
> mail.info:Jan 15 09:30:32 venture postfix/smtpd[9039]: NOQUEUE: reject: RCPT
> from smtpauth15.mail.atl.earthlink.net[209.86.89.75]: 554 5.7.1 Service
> unavailable; Client host [209.86.89.75] blocked using dnsbl.sorbs.net;
> Currently Sending Spam See: http://www.sorbs.net/lookup.shtml?209.86.89.75;
> from=<her> to=<me> proto=SMTP
> helo=<smtpauth15.mail.atl.earthlink.net>
>
> And here's the applicable portion of my main.cf:
>
> defer_transports =
> disable_dns_lookups = no
> strict_8bitmime = no
> disable_mime_output_conversion = no
> smtpd_sender_restrictions = hash:/etc/postfix/access,reject_unknown_address
> smtpd_helo_required = yes
> strict_rfc821_envelopes = no
> smtpd_data_restrictions = reject_unauth_pipelining
> smtpd_recipient_restrictions =
> reject_non_fqdn_sender
> reject_non_fqdn_recipient
> reject_unknown_sender_domain
> reject_unknown_recipient_domain

If this server is used for mail submission by MUAs, then this is not
very nice to your users (a MUA does not queue mail and resubmit it
automatically, so a DNS failure will irritate your users).

you'd better remove reject_unknown_recipient_domain, and move
reject_unknown_sender_domain to after reject_unaauth_destination (which
will save you a DNS query in the case of relay attempts).

> permit_mynetworks
> reject_unauth_destination
> reject_unauth_pipelining

this is useless here. there is no unauth_pipelining at rcpt stage.


> reject_invalid_hostname
> reject_rbl_client bl.spamcop.net
> reject_rbl_client list.dsbl.org
> reject_rbl_client zen.spamhaus.org
> reject_rbl_client dnsbl.sorbs.net
> permit
> smtp_sasl_auth_enable = no
> smtpd_sasl_auth_enable = no
> smtpd_use_tls = no
> smtp_use_tls = no
> alias_maps = hash:/etc/aliases
> mailbox_size_limit = 0
> message_size_limit = 10240000
> myorigin = $mydomain
> relay_domains = $mynetworks
> smtpd_client_restrictions = permit_mynetworks, reject_rbl_client
> zen.spamhaus.org, permit

you are repeating spamhaus check. remove smtpd_client_restrictions at once.
>
> Thanks!
>
> Doug
>
>
>



© 2004-2008 readlist.com