On Mon, 30 Jun 2014 09:37:32 -0400 (EDT), Wietse Venema stated:

>Jerry:
>> >> I have this loaded on a FreeBSD-10/amd64 system
>> >
>> >What Postfix version? If it is 2.12 there is a pipe daemon bug
>> >between 20140320 and 20140515.
>> >
>> >    Wietse
>> >
>> >20140515
>> >
>> >        Bugfix (introduced: 20140320): missing initialization.
>> >        Viktor Dukhovni. File pipe/pipe.c.
>> 
>> It is the latest version available ion the FreeBSD ports system listed
>> under: mail/postfix-current.
>> 
>> postconf -d | grep mail_version
>> mail_version = 2.12-20140507
>> milter_macro_v = $mail_name $mail_version
>
>Then, you need to apply this patch. If you put it in 
>
>       /usr/ports/mail/postfix-current/files/patch-pipe-20140515
>
>Then it may be applied automagically.
>
>Can you ping the maintainer?
>
>       Wietse
>
>*** /tmp/postfix-2.12-20140507/src/pipe/pipe.c Sat Mar 22 18:41:02
>2014 --- src/pipe/pipe.c       Wed Jun 18 15:57:01 2014
>***************
>*** 1341,1346 ****
>--- 1360,1366 ----
>  
>      single_server_main(argc, argv, pipe_service,
>                      MAIL_SERVER_TIME_TABLE, time_table,
>+                     MAIL_SERVER_STR_TABLE, str_table,
>                      MAIL_SERVER_PRE_INIT, pre_init,
>                      MAIL_SERVER_POST_INIT, drop_privileges,
>                      MAIL_SERVER_PRE_ACCEPT, pre_accept,

I have sent him an email

Now, after installing the patch and restarting postfix, I get the following:

Jun 30 10:33:01 scorpio postfix/master[39935]: daemon started -- version 
2.12-20140507, configuration /usr/local/etc/postfix

Sending to an external address on port 25:
Jun 30 10:34:03 scorpio postfix/smtpd[39942]: connect from localhost[127.0.0.1]
Jun 30 10:34:03 scorpio postfix/smtpd[39942]: fatal: no SASL authentication 
mechanisms
Jun 30 10:34:04 scorpio postfix/master[39935]: warning: process 
/usr/local/libexec/postfix/smtpd pid 39942 exit status 1
Jun 30 10:34:04 scorpio postfix/master[39935]: warning: 
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling

Sending to same contact on port 25
Jun 30 10:35:01 scorpio postfix/submission/smtpd[39952]: connect from 
localhost[127.0.0.1]
Jun 30 10:35:01 scorpio postfix/submission/smtpd[39952]: 3h2B7950drz3FMNM: 
client=localhost[127.0.0.1], sasl_method=LOGIN, 
sasl_username=gerard.seib...@stemnc.org
Jun 30 10:35:01 scorpio postfix/cleanup[39954]: 3h2B7950drz3FMNM: 
message-id=<20140630103501.7ba21000@scorpio>
Jun 30 10:35:01 scorpio postfix/qmgr[39937]: 3h2B7950drz3FMNM: 
from=<gerard.seib...@stemnc.org>, size=746, nrcpt=1 (queue active)
Jun 30 10:35:01 scorpio postfix/submission/smtpd[39952]: disconnect from 
localhost[127.0.0.1]
Jun 30 10:35:02 scorpio postfix/smtp[39955]: 3h2B7950drz3FMNM: 
to=<ges...@yahoo.com>, relay=muon.mfg-consulting-llc.com[69.16.208.160]:25, 
delay=1.3, delays=0.12/0.02/0.98/0.17, dsn=2.0.0, status=sent (250 OK 
id=1X1cfe-0001RH-Rv)
Jun 30 10:35:02 scorpio postfix/qmgr[39937]: 3h2B7950drz3FMNM: removed

Sending to a virtual contact on this machine via port 587
Jun 30 10:36:04 scorpio postfix/submission/smtpd[39952]: connect from 
localhost[127.0.0.1]
Jun 30 10:36:04 scorpio postfix/submission/smtpd[39952]: 3h2B8N5Rgwz3FMNL: 
client=localhost[127.0.0.1], sasl_method=LOGIN, 
sasl_username=gerard.seib...@stemnc.org
Jun 30 10:36:04 scorpio postfix/cleanup[39954]: 3h2B8N5Rgwz3FMNL: 
message-id=<20140630103604.1c4a78d1@scorpio>
Jun 30 10:36:04 scorpio postfix/qmgr[39937]: 3h2B8N5Rgwz3FMNL: 
from=<gerard.seib...@stemnc.org>, size=754, nrcpt=1 (queue active)
Jun 30 10:36:04 scorpio postfix/submission/smtpd[39952]: disconnect from 
localhost[127.0.0.1]
Jun 30 10:36:04 scorpio postfix/pipe[39958]: 3h2B8N5Rgwz3FMNL: 
to=<ger...@seibercom.net>, relay=dovecot, delay=0.15, delays=0.11/0.01/0/0.04, 
dsn=4.3.0, status=deferred (temporary failure. Command output: lda: Error: user 
ger...@seibercom.net: Error reading configuration: Invalid settings: 
postmaster_address setting not given lda: Fatal: Internal error occurred. Refer 
to server log for more information. )

The last one is probably something wrong with Dovecot.

-- 
Jerry

Reply via email to