Re: MTA Deferring e-mail

2012-10-02 Thread /dev/rob0
On Tue, Oct 02, 2012 at 10:02:35AM +0200, Reindl Harald wrote: > Am 02.10.2012 02:56, schrieb Jason T. Slack-Moehrle: > >>> So it looks like incoming e-mail might be working now, outgoing > >>> not so much. > >> > >>> Oct 1 16:34:03 www postfix/smtp[3362]: connect to > >>> gmail.com[74.125.224.149

Re: MTA Deferring e-mail

2012-10-02 Thread Reindl Harald
Am 02.10.2012 02:56, schrieb Jason T. Slack-Moehrle: >>> So it looks like incoming e-mail might be working now, outgoing >>> not so much. >> >>> Oct 1 16:34:03 www postfix/smtp[3362]: connect to >>> gmail.com[74.125.224.149]:25: Connection timed out >> >> This looks quite like a "disable_dns_loo

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
>> So it looks like incoming e-mail might be working now, outgoing >> not so much. > >> Oct 1 16:34:03 www postfix/smtp[3362]: connect to >> gmail.com[74.125.224.149]:25: Connection timed out > > This looks quite like a "disable_dns_lookups=yes" issue. The question > then would be: how was it work

Re: MTA Deferring e-mail

2012-10-01 Thread /dev/rob0
On Mon, Oct 01, 2012 at 04:35:32PM -0700, Jason T. Slack-Moehrle wrote: > So it looks like incoming e-mail might be working now, outgoing > not so much. > Oct 1 16:34:03 www postfix/smtp[3362]: connect to > gmail.com[74.125.224.149]:25: Connection timed out This looks quite like a "disable_d

Re: MTA Deferring e-mail

2012-10-01 Thread Wietse Venema
Jason T. Slack-Moehrle: > Oct 1 16:34:03 www postfix/smtp[3362]: connect to > gmail.com[74.125.224.149]:25: Connection timed out You have configured Postfix to connect to gmail.com instead of the MX HOSTS for gmail.com. If this is gobbledygook, I suggest that you send output from "postconf -n".

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
So it looks like incoming e-mail might be working now, outgoing not so much. Oct 1 16:33:32 www clamd[20590]: SelfCheck: Database status OK. Oct 1 16:33:33 www postfix/smtpd[32650]: connect from localhost.localdomain[127.0.0.1] Oct 1 16:33:33 www postfix/smtpd[32650]: 64D131A8045E: client=local

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
I noticed that, a typo from earlier. But now it seems I cannot send, nor receive e-mail: Oct 1 16:12:05 www zmmailboxdmgr[25272]: status OK Oct 1 16:12:20 www postfix/smtpd[25394]: connect from mail[192.168.1.27] Oct 1 16:12:20 www postfix/smtpd[25394]: A6EDD1A8043C: client=mail[192.168.1.27]

Re: MTA Deferring e-mail

2012-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2012 at 03:10:38PM -0700, Jason T. Slack-Moehrle wrote: > >> Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport > >> private/lsmtp: No such file or directory > > > > Fix that. > > I am not sure where it expects `private/lsmtp` to be located though. By fix tha

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
Hi Wietse, >> Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport >> private/lsmtp: No such file or directory > > Fix that. I am not sure where it expects `private/lsmtp` to be located though. -Jason

Re: MTA Deferring e-mail

2012-10-01 Thread Wietse Venema
Jason T. Slack-Moehrle: > Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport > private/lsmtp: No such file or directory Fix that. Wietse