[Dovecot] Something is strange - perhaps my AMD processors ?

2012-02-15 Thread Finn B
Moi Timo / all.

I've been using Dovecot on my Qmailtoaster production mailserver for
some years - since 1.0.7 and current Version 2.0.10 - works perfectly.

Now I am installing a backupsystem and a VM testsystem (2 boxes) - and
no matter how and what Version I am installing on these 2 boxes I get
below messages whenever I try to test connection with Telnet (localhost
110 / 995).
I have tried to install all Dovecot versions from 2.010 to 2.018 as
rpms, yums and as source and compiled it.

It's on Centos5.7 (64) with Qmailtoaster (which I have installed as I
have done many times before)
I have tried to copy all my settings from my current production system
(Centos 5.7, latest and greatest versions of qmailtoaster and Dovecot
2.0.10) - nothing helps.

Now I come to think of it I realize that my production system is intel
based and the 2 new ones are AMD based and wonder if this may be the case ?



Dovecot.log

master: Error: Service(auth): command startup failed, throttling
log: Error: Service(auth): child 1859 returned error 89 (Fatal failure)
pop3-login: Error: Timeout waiting for handshake from auth server. my
pid=1858, input bytes=0


Regards,
Finn B





Re: [Dovecot] Something is strange - perhaps my AMD processors ?

2012-02-16 Thread Finn B
cess_min_avail = 0
  protocol = pop3
  service_count = 1
  type =
  unix_listener login/pop3 {
group =
mode = 0666
user =
  }
  user =
  vsz_limit = 18446744073709551615 B
}
service ssl-params {
  chroot =
  client_limit = 0
  drop_priv_before_exec = no
  executable = ssl-params
  extra_groups =
  group =
  idle_kill = 0
  privileged_group =
  process_limit = 0
  process_min_avail = 0
  protocol =
  service_count = 0
  type = startup
  unix_listener login/ssl-params {
group =
mode = 0666
user =
  }
  user =
  vsz_limit = 18446744073709551615 B
}
shutdown_clients = yes
ssl = yes
ssl_ca =
ssl_cert =  On 16.2.2012, at 3.04, Finn B wrote:
>
>> master: Error: Service(auth): command startup failed, throttling
>> log: Error: Service(auth): child 1859 returned error 89 (Fatal failure)
> auth process fails in some way.. It should have logged another error about 
> this. Isn't there anything else? Show your doveconf -n and dovecot 
> --build-options output.
>
>