On Thu, May 15, 2014 at 03:32:22PM +0300, Birta Levente wrote: > with all received mails I got warning: process > /usr/libexec/postfix/pipe pid 2078 killed by signal 11.
diff --git a/src/pipe/pipe.c b/src/pipe/pipe.c index d63aca8..954fecf 100644 --- a/src/pipe/pipe.c +++ b/src/pipe/pipe.c @@ -1341,6 +1341,7 @@ int main(int argc, char **argv) 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, -- Viktor.