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,

Reply via email to