Re: How can I has postfix reporting errors with an email address

2009-10-17 Thread Mark Johnson
9 at 01:32:11PM > -0700, Mark Johnson wrote: > > > Is there any way to config postfix reporting errors > with an invalid > > email address? > > Unfortunately, given the very brief description of the > problem, no > answer is possible. You need to describe your

How can I has postfix reporting errors with an email address

2009-10-16 Thread Mark Johnson
Is there any way to config postfix reporting errors with an invalid email address? Thanks. MJ

postfix log

2009-10-15 Thread Mark Johnson
Where I can setup log level on postfix to look at more details hankshake between server and client? I have default setting on debug_peer_level = 2 Sendmail has LogLevel=15 Thanks. MJ

Not receive mail error

2009-10-09 Thread Mark Johnson
All, We have an application server to generate mail and use postfix as relay mail server for outgoing mail. We ran the test and postfix did catch the error. However, it didn't report back to application server. We used sendmail as relay mail server and it did report back to application server.

postfix outgoing mail delay

2009-09-30 Thread Mark Johnson
All, Each time the application server fetch email to relay postfix smtp server outgoing will delay few seconds on each task. Here is the example: First task sent 300 mails took 4 mins, then the 2nd task outgoing mails took 4 mins and 2 seconds, and the 3rd task, the outgoing mail took 4 mins an

Postfix unable to delivery mail

2009-09-10 Thread Mark Johnson
All, I have 2 mail servers within the same network (One Postfix and One Sendmail). Djbdns was also installed in Postfix Mail Server. Sendmail is hosting our client email. The configuration is any incoming mail will send to Postfix first then forward to Sendmail. Postfix is also setup as relay

Postfix DKIM

2009-09-09 Thread Mark Johnson
All, I wonder which DKIM should I use for Postfix? Any suggestion? I found this: http://dkimproxy.sourceforge.net Thanks. Mark

How to add more than one recipient on the notice recipient

2009-09-08 Thread Mark Johnson
All, How can I add more one recipient? I want both webmaster and postmaster can receive error email. The default setting: bounce_notice_recipient = postmaster delay_notice_recipient = postmaster error_notice_recipient = postmaster I know Sendmail can just add next to it = postmaster, webmaster,

Re: postfix performance

2009-08-18 Thread Mark Johnson
Here is the postconf -n [r...@mail postfix]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 disable_vrfy_command = yes hopcount_limit = 500 html

postfix performance

2009-08-17 Thread Mark Johnson
All, What do I need to do in order to have better performance on Postfix. I have Centos5 with postfix installed. The mail server is only as a relay mail server and has nothing else. I just make the test and the performance was not good. Outgoing 1K email was around 568 seconds. Any insight is

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
t; > Date: Wednesday, April 22, 2009, 1:36 PM > > On Wed, Apr 22, 2009 at 10:14:24AM -0700, Mark Johnson > > wrote: > > > > > maximal_queue_lifetime = 5h > > > > This looks rather unwise, unless you never send to > Internet > > domains. > >

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
vni > Subject: Re: Newbie with Postfix - Relay and Mailertable > To: postfix-users@postfix.org > Date: Wednesday, April 22, 2009, 1:36 PM > On Wed, Apr 22, 2009 at 10:14:24AM -0700, Mark Johnson > wrote: > > > maximal_queue_lifetime = 5h > > This looks rather unwise,

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
2009, 12:17 PM > 2009/4/23 Mark Johnson : > > 1. Allow relay from trusted servers within same > network (using IP address) How can I do that? I tried this > with mynetworks = 192.168.1.100, 192.168.1.102, > 192.168.1.103 and it won't work. It's not even able > to sen

Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
All, I am newbie with Postfix and have couple questions: 1. Allow relay from trusted servers within same network (using IP address) How can I do that? I tried this with mynetworks = 192.168.1.100, 192.168.1.102, 192.168.1.103 and it won't work. It's not even able to send mail out from postfix