hello, when i do on console # postfix reload i get: /usr/sbin/postconf: warning: /etc/postfix/main.cf: unused parameter: virtual_create_maildirsize=yes ...
286849
Feel Zhou
feelzhou@...
Jul 3, 2012 3:09 pm
Thanks for Rob's answer My PC is Windows7, I install vmware in it I setup the centos6.2/64bit in the vmware for the test. Maybe This is the problem? Thanks a...
286850
Brian Evans - Postfix...
grknight@...
Jul 3, 2012 3:15 pm
... The above seem to be a part of the unsupported VDA patch. Talk to the patch's author if you wish. ... The correct parameter is smtpd_sasl_auth_enable ... ...
286851
Giles Coochey
giles@...
Jul 3, 2012 3:38 pm
... I think it is too late, it's found itself on Full Disclosure now: http://seclists.org/fulldisclosure/2012/Jul/7 -- Regards, Giles Coochey, CCNA, CCNAS ...
286852
myron
kowalskM@...
Jul 3, 2012 3:39 pm
This morning I came in to find no new mail in my inbox. I ended up reboot the server. These were the log entries that seem to indicate when and the problem...
286853
Ralf Hildebrandt
Ralf.Hildebrandt@...
Jul 3, 2012 3:52 pm
... Dovevot killed itself because the time moved backwards by 9 seconds. BTW: why? Use NTP! ... Consequently postfix which is using dovecot for AUTH cannot...
286854
myron
kowalskM@...
Jul 3, 2012 4:07 pm
... I am (was) using ntp. I don't know why the time moved backwards. It wasn't when I checked the time before rebooting. root@errol:/var/log# ps -ef | grep...
286855
Ansgar Wiechers
lists@...
Jul 3, 2012 4:22 pm
... Hardly. CentOS running on VMware shouldn't behave any different than CentOS running on physical hardware in this respect. I just came across this post [1],...
286856
Feel Zhou
feelzhou@...
Jul 3, 2012 4:42 pm
Thanks for Ansgar Wiechers's answer I will try to find another way to fix it. And Thanks Rob again Tom 2012/7/4 Ansgar Wiechers <lists@...>...
286857
Bill Cole
postfixlists-070913@...
Jul 3, 2012 5:00 pm
... FWIW, using NTP (badly) can be the proximate cause of such a backwards jump. It's probably the most common one behind a human manually changing the system...
286858
myron
kowalskM@...
Jul 3, 2012 5:10 pm
... It definitely reset more than a few seconds. It looks like I lost internet connection down the line with the ntp servers. syslog.1:Jul 2 20:52:11 errol...
286859
Jacqui Caren
jacqui.caren@...
Jul 3, 2012 5:39 pm
... It has made full disclosure - which does not say a lot :-) Jacqui...
286860
Stephen Ingram
sbingram@...
Jul 3, 2012 6:04 pm
On Fri, Apr 6, 2012 at 10:15 AM, Viktor Dukhovni <postfix-users@...> wrote: ... I thought this was working for me, but only due to a manual keytab I ...
286861
Wietse Venema
wietse@...
Jul 3, 2012 7:21 pm
... You run postconf by hand. Therefore it shows main.cf settings. That is to be expected when "import_environment=$krb5_import..." is specified only for...
286862
Viktor Dukhovni
postfix-users@...
Jul 3, 2012 7:29 pm
... The fault is mine I think. The import_environment setting is only processed by: postmulti(1) postfix(1) postdrop(1) postqueue(1) master(8) The invidual...
286863
Wietse Venema
wietse@...
Jul 3, 2012 7:43 pm
... master.cf settings with "-o import_environment=$krb_import..." should honor explicit "name=value" overrides in "krb_import... = ... name=value". But indeed...
286864
Viktor Dukhovni
postfix-users@...
Jul 3, 2012 7:48 pm
... The above text is unjustifiably pejorative. Systems that deal with the real world outside the standards group are not necessarily "defective". Postfix is...
286865
Stephen Ingram
sbingram@...
Jul 3, 2012 9:59 pm
On Tue, Jul 3, 2012 at 12:29 PM, Viktor Dukhovni ... This works now. Just for the sake of completeness I have tickets and keytabs directory one directory lower...
286866
postfix@...
Jul 4, 2012 3:49 pm
Hi All, I was wondering if is it possible via Postfix only to skip to connect to some remote MX, by its dns name. Let's say domain "example.com" has 3 MX...
286867
Viktor Dukhovni
postfix-users@...
Jul 4, 2012 4:51 pm
... Generally, Postfix finds the addresses of MX hosts via DNS and only resorts to /etc/hosts if DNS fails and you've modified smtp_host_lookup. So the...
286868
Wietse Venema
wietse@...
Jul 4, 2012 4:56 pm
... Maybe you can block that host's IP address with a packet filter that returns RST. Wietse...
286869
Benny Pedersen
me@...
Jul 4, 2012 5:37 pm
... first show the problem would be helpfull imho...
286870
Ralf Hildebrandt
Ralf.Hildebrandt@...
Jul 4, 2012 9:54 pm
I'm encountering frequent qmgr crashes with postfix-2.10-20120630: Jul 4 19:20:27 mail postfix/qmgr[25825]: panic: vstream_buf_alloc: attempt to shrink...
286871
Ralf Hildebrandt
Ralf.Hildebrandt@...
Jul 4, 2012 10:01 pm
... I checked both my machines, it's happening on both: # uname -a Linux mail.charite.de 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 17:49:24 UTC 2012 x86_64...
286872
J Gao
jgao@...
Jul 4, 2012 10:07 pm
Hello, I am running Postfix+MailScanner. There is a default setting: maximal_queue_lifetime = 5d I want to change it to 2 days so I did: postconf -e...
... If your previous snapshot is 20120520 or earlier, then the issue is likely: 20120527-8 Infrastructure: limited support to shrink VSTREAM buffers. The...
286875
J Gao
jgao@...
Jul 4, 2012 10:16 pm
... Oops, should use -n Thanks for the help. --...