Re: Postscreen and exceptions

2012-12-23 Thread Noel Jones
On 12/23/2012 9:57 PM, Alex wrote: > Hi, > >>> I've implemented postscreen with postfix-2.9.4 on fc17 and it is >>> rejecting mail from alice.it and libero.it, which are apparently two >>> ISPs in Italy. We receive a large number of messages that are rejected >>> due to postscreen, but now we have

Re: Postscreen and exceptions

2012-12-23 Thread Alex
Hi, >> I've implemented postscreen with postfix-2.9.4 on fc17 and it is >> rejecting mail from alice.it and libero.it, which are apparently two >> ISPs in Italy. We receive a large number of messages that are rejected >> due to postscreen, but now we have one email address from each domain >> that

Re: Postscreen and exceptions

2012-12-23 Thread Wietse Venema
Alex: > Hi, > > I've implemented postscreen with postfix-2.9.4 on fc17 and it is > rejecting mail from alice.it and libero.it, which are apparently two > ISPs in Italy. We receive a large number of messages that are rejected > due to postscreen, but now we have one email address from each domain >

Re: Postscreen and exceptions

2012-12-23 Thread Reindl Harald
Am 24.12.2012 02:38, schrieb Alex: > It also looks like mail originates from IPs other than those listed as > an MX record for alice.it MX record has nothing to do with sending IP's it is only the incoming server in nearly any larger setup they are different because you have incoming servers wi

Re: Appending to a parameter using postconf

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 08:03 PM, Wietse Venema wrote: Robert Moskowitz: Is there a way to append to a parameter using postconf. If it is only in a version later than 2.6.6, oh well. But the example is smtpd_recipient_restrictions which can have a long list and then you want to add a realtime black lis

Re: Appending to a parameter using postconf

2012-12-23 Thread Wietse Venema
Robert Moskowitz: > Is there a way to append to a parameter using postconf. If it is only > in a version later than 2.6.6, oh well. But the example is > smtpd_recipient_restrictions which can have a long list and then you > want to add a realtime black list check fqdn. With these parameters i

Appending to a parameter using postconf

2012-12-23 Thread Robert Moskowitz
Is there a way to append to a parameter using postconf. If it is only in a version later than 2.6.6, oh well. But the example is smtpd_recipient_restrictions which can have a long list and then you want to add a realtime black list check fqdn. Also in this vein, can postconf -e 'parameter= .

Re: questions on debugger_command

2012-12-23 Thread John Hinton
On 12/23/2012 12:35 PM, Robert Moskowitz wrote: On 12/23/2012 12:12 PM, Wietse Venema wrote: Robert Moskowitz: postconf debugger_command returns postconf: warning: debugger_command: unknown parameter This is postfix 2.6.6 on Centos 6 Wietse: Fixed in Postfix 2.9. Robert Moskowitz: ARGH!!! :

Re: questions on debugger_command

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 12:12 PM, Wietse Venema wrote: Robert Moskowitz: postconf debugger_command returns postconf: warning: debugger_command: unknown parameter This is postfix 2.6.6 on Centos 6 Wietse: Fixed in Postfix 2.9. Robert Moskowitz: ARGH!!! :) I will submit this to the Centos list and see

Re: questions on debugger_command

2012-12-23 Thread Wietse Venema
Robert Moskowitz: > postconf debugger_command > returns > postconf: warning: debugger_command: unknown parameter > This is postfix 2.6.6 on Centos 6 Wietse: > Fixed in Postfix 2.9. > Robert Moskowitz: > ARGH!!! :) > > I will submit this to the Centos list and see what they do with it. > Thanks

Re: questions on debugger_command

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 11:16 AM, Wietse Venema wrote: Robert Moskowitz: postconf debugger_command returns postconf: warning: debugger_command: unknown parameter This is postfix 2.6.6 on Centos 6 Fixed in Postfix 2.9. ARGH!!! :) I will submit this to the Centos list and see what they do with it.

Re: questions on debugger_command

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 09:33 AM, Noel Jones wrote: On 12/23/2012 8:12 AM, Robert Moskowitz wrote: In the Centos 6 /etc/postfix/mail.cf there are the lines: debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 This par

Re: questions on debugger_command

2012-12-23 Thread Wietse Venema
Robert Moskowitz: > postconf debugger_command > > returns > > postconf: warning: debugger_command: unknown parameter > > This is postfix 2.6.6 on Centos 6 Fixed in Postfix 2.9. Wietse

Re: questions on debugger_command

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 09:33 AM, Noel Jones wrote: On 12/23/2012 8:12 AM, Robert Moskowitz wrote: In the Centos 6 /etc/postfix/mail.cf there are the lines: debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 This par

Re: checking script doesnt work - Re: How to change modified cf files to postconf commands

2012-12-23 Thread Noel Jones
On 12/23/2012 8:28 AM, Robert Moskowitz wrote: > > On 12/23/2012 09:20 AM, Noel Jones wrote: >> On 12/23/2012 7:17 AM, Robert Moskowitz wrote: You can chase these with something like: # postconf -n | while read parameter equal value; do default_value=`postconf -d $parame

Re: questions on debugger_command

2012-12-23 Thread Noel Jones
On 12/23/2012 8:12 AM, Robert Moskowitz wrote: > In the Centos 6 /etc/postfix/mail.cf there are the lines: > > debugger_command = > PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin > ddd $daemon_directory/$process_name $process_id & sleep 5 > > This parameter (?) does not show in the po

Re: checking script doesnt work - Re: How to change modified cf files to postconf commands

2012-12-23 Thread Robert Moskowitz
On 12/23/2012 09:20 AM, Noel Jones wrote: On 12/23/2012 7:17 AM, Robert Moskowitz wrote: You can chase these with something like: # postconf -n | while read parameter equal value; do default_value=`postconf -d $parameter 2>&1`; if [ "$value" = "$default_value" ]; then

Re: checking script doesnt work - Re: How to change modified cf files to postconf commands

2012-12-23 Thread Noel Jones
On 12/23/2012 7:17 AM, Robert Moskowitz wrote: >> You can chase these with something like: >> >> # postconf -n | while read parameter equal value; do >> default_value=`postconf -d $parameter 2>&1`; >> if [ "$value" = "$default_value" ]; then >> echo "NOTICE: Useless setting

questions on debugger_command

2012-12-23 Thread Robert Moskowitz
In the Centos 6 /etc/postfix/mail.cf there are the lines: debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 This parameter (?) does not show in the postconf -n listing. Also this command takes these 3 lines i

Re: Dovecot LDA vs LMTP

2012-12-23 Thread Wietse Venema
John Allen: > I am using Dovecot as my mail delivery mechanism for both local and > virtual users, plus using it as my SASL auth agent. > My setup is for a small business (average 30 users). > The mail system is on a single server. > Which would be better unix/pipes and LDA or LMTP. A resident LM

Re: Dovecot LDA vs LMTP

2012-12-23 Thread Reindl Harald
Am 23.12.2012 16:24, schrieb John Allen: > I am using Dovecot as my mail delivery mechanism for both local and virtual > users, plus using it as my SASL auth agent. > My setup is for a small business (average 30 users). > The mail system is on a single server. > Which would be better unix/pipes

Dovecot LDA vs LMTP

2012-12-23 Thread John Allen
I am using Dovecot as my mail delivery mechanism for both local and virtual users, plus using it as my SASL auth agent. My setup is for a small business (average 30 users). The mail system is on a single server. Which would be better unix/pipes and LDA or LMTP. TIA JohnA -- "He who opens a sch

checking script doesnt work - Re: How to change modified cf files to postconf commands

2012-12-23 Thread Robert Moskowitz
On 12/14/2012 05:01 PM, mouss wrote: # postconf -d shows default settings (builtin defaults). # postconf -n shows "local" settings. that said, some "local" settings may use the same value as the default config, which is mostly useless. on the url you posted, an example is inet_interfaces = all

Re: BCC Transport Map

2012-12-23 Thread Geoff Shang
On Sun, 23 Dec 2012, Joey J wrote: I currently have a transport_map that takes mail for abc.com and send it to their server mail.abc.com, so I am acting as the gateway for the domain. My trasport config looks like: abc.comsmtp:[mail.abc.com] Now lets say their server is down so we decide to

Re: BCC Transport Map

2012-12-23 Thread Joey J
Thanks Mouss, Maybe I didn't say this properly to make sense. I currently have a transport_map that takes mail for abc.com and send it to their server mail.abc.com, so I am acting as the gateway for the domain. My trasport config looks like: abc.comsmtp:[mail.abc.com] Now lets say their serve

Re: BCC Transport Map

2012-12-23 Thread mouss
Le 23/12/2012 05:21, Joey J a écrit : > Hello All, > > I have done this previously, but can't find any of my own documentation > that I make. > > I want to configure a transport map, that delivers mail to my server ( > postfix acting as a gateway ) but also deliver every message to a mailbox. > >