Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Noel Jones
Jon wrote: Sahil Tandon wrote: Show all 'postconf -n' instead of snippets for more thorough debugging. Sorry, figured the shorthand would give enough detail without being too wordy. Here's the rest: mailbox_size_limit = 0 Not recommended. Better to set a really big limit. mydestinati

Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Sahil Tandon
On Tue, 23 Jun 2009, Jon wrote: >> You're trying to block an entire TLD. See the access(5) manual, >> especially the section on lookups from indexed files. You might want >> to try "it" as a lookup key instead of ".it", given the likely >> inclusion of smtpd_access_maps in your configuration

Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Noel Jones
Jon wrote: I have postfix on a debian Linux (lenny, ESXi virtual) machine handling inbound traffic for a couple domains on Microsoft Exchange 2003. I am using transport_maps and getadsmtp.pl for my recipient list which seem to work fine. The questions I have are related to smtpd_client_restric

Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Jon
Sahil Tandon wrote: Show all 'postconf -n' instead of snippets for more thorough debugging. Sorry, figured the shorthand would give enough detail without being too wordy. Here's the rest: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no c

Re: Blocking with smtpd_client_restrictions

2009-06-23 Thread Sahil Tandon
On Jun 23, 2009, at 4:22 PM, Jon wrote: I have postfix on a debian Linux (lenny, ESXi virtual) machine handling inbound traffic for a couple domains on Microsoft Exchange 2003. I am using transport_maps and getadsmtp.pl for my recipient list which seem to work fine. The questions I have ar

Blocking with smtpd_client_restrictions

2009-06-23 Thread Jon
I have postfix on a debian Linux (lenny, ESXi virtual) machine handling inbound traffic for a couple domains on Microsoft Exchange 2003. I am using transport_maps and getadsmtp.pl for my recipient list which seem to work fine. The questions I have are related to smtpd_client_restrictions. smt