Re: connection refused

2009-12-21 Thread cory
I think we might need some more info, where are you seeing this error? Can you post a snippet if your logfile? Sent from my iPhone On 22/12/2009, at 5:46 PM, mahavir trivedi wrote: dear freinds my mail server running ok(intranet mail server)postfix but suddenly error :connection refuse

tracking MTA connections

2009-01-08 Thread Cory Coager
I'm attempting to generate some rrd graphs to track MTA connections for postfix. With sendmail it was possible to do this by greping the ps list for the number of sendmail processes. How would I accomplish this on postfix? ~Cory C

Re: tracking MTA connections

2009-01-08 Thread Cory Coager
Ralf Hildebrandt said the following on 01/08/2009 08:39 AM: * Cory Coager : I'm attempting to generate some rrd graphs to track MTA connections for postfix. With sendmail it was possible to do this by greping the ps list for the number of sendmail processes. How would I accomplish th

Re: tracking MTA connections

2009-01-08 Thread Cory Coager
-u The version installed is 2.5.4. It doesn't look like child processes get spawned from new connections. I ran the command on watch and the output never changes however postfix is processing about 5 messages per minute. Why am I getting different results? Is thi

Re: tracking MTA connections

2009-01-08 Thread Cory Coager
)\d+\.\d+\.\d+\.\d+[.:]\d+\s+\d+\.\d+\.\d+\.\d+[.:](\d+)/ && $1 eq "25"); END {print $ARGV[0], "Port 25 status: ", $in, " Established incoming, ", $out, " Established outgoing"}; ' Parsing netstat seems to work. It doe

syntax for multiple addresses in transport

2009-01-22 Thread Cory Coager
What is the syntax for specifying multiple addresses in transport for smtp? Something like: example.com smtp:[gateway1.example.com] smtp:[gateway2.example.com] The information contained in this communication is in

Re: syntax for multiple addresses in transport

2009-01-22 Thread Cory Coager
Victor Duchovni said the following on 01/22/2009 12:31 PM: On Thu, Jan 22, 2009 at 12:26:54PM -0500, Cory Coager wrote: What is the syntax for specifying multiple addresses in transport for smtp? Something like: example.com smtp:[gateway1.example.com] smtp:[gateway2.example.com

Re: syntax for multiple addresses in transport

2009-01-22 Thread Cory Coager
Noel Jones said the following on 01/22/2009 03:20 PM: Is there another way of adding multiple addresses for transport of a domain? Round robin DNS would work I guess but not as good as a failover. If one of the addresses in the DNS is down the transport is going to get delayed for that MX and

stripping null characters

2009-02-04 Thread Cory Coager
We have a mainframe client sending emails with the body containing null characters. I found the message_strip_characters and message_reject_characters options could resolve this issue but I'm wondering if 'message_strip_characters = \0' could cause problems with attachments containing null cha

Change failure code for opportunistic TLS

2009-03-19 Thread Cory Coager
If I'm reading the documentation correctly, when using smtp_tls_policy_maps for specific domains, if no servers are available the email will be deferred? Is there a way to change this to a permanent failure? ~Cory C

RE: Content filter - 2 entries?

2009-06-12 Thread Cory Hawkless
Being new to the scene I've implemented a postfix\amavisd-new config, seems to work really well once you get your head around it. Anybody got any good reasons not to use amavis and any suggestions for alternatives (Mid-Large email volume) -Original Message- From: owner-postfix-us...@postfi

Multiple relay_hosts

2009-06-20 Thread Cory Hawkless
Hi All, In my configuration postfix receives all mail, scans and passes to back end mail server, but I'd like to be able to send to multiple back end mail servers either in round robin or fail over etc. Anybody have any clue how this could happen? Cheers, Cory

RE: Multiple relay_hosts

2009-06-20 Thread Cory Hawkless
x.org Subject: Re: Multiple relay_hosts On Sat, 20 Jun 2009, Cory Hawkless wrote: > Hi All, Hi, please don't hi-jack threads when asking a new question. Start a new topic/thread. > In my configuration postfix receives all mail, scans and passes to back end > mail server, but I&#

Simple Aliases question

2009-07-15 Thread Cory Hawkless
home work address. I have attempted to just add an entry in aliases file as below: Cory: c...@work.com This works fine, but it does not appear to deliver locally, and if i do: Cory: Cory c...@work.com I get a "mail forwarding loop for..." NDR sent back to the sender an