[Dovecot] Dovecot dies on startup????
Trying to crank it up on our RedHat 8.0 system... I get the following.. I am sure it is something simple in the config.. just don't know what... Any help would be greatly appreciated..
Here is from the log.. If there is a way to get more log info that might help he as well..
Jan 29 14:30:34 smtp dovecot: Dovecot starting up Jan 29 14:30:34 smtp dovecot: dovecot startup succeeded Jan 29 14:30:36 smtp dovecot: Auth process died too early - shutting down Jan 29 14:30:36 smtp dovecot: child 3517 (auth) returned error 127 Jan 29 14:30:36 smtp imap-login: fd_send(-1) failed: Broken pipe
Thanks...
See-ya Mitch
--
/####################################################################/
/# Mitchell "Buzz" Baker "To Infinity And Beyond..." #/
/# Sr. Systems/Security Admin Rose-Hulman Institute of Technology #/
/# Mitchell.D.Baker@rose-hulman.edu www.rose-hulman.edu #/
/# For PGP Public key, check out www.keyserver.net #/
/####################################################################/
Mitchell Baker wrote:
Trying to crank it up on our RedHat 8.0 system... I get the following.. I am sure it is something simple in the config.. just don't know what... Any help would be greatly appreciated..
Here is from the log.. If there is a way to get more log info that might help he as well..
Jan 29 14:30:34 smtp dovecot: Dovecot starting up Jan 29 14:30:34 smtp dovecot: dovecot startup succeeded Jan 29 14:30:36 smtp dovecot: Auth process died too early - shutting down Jan 29 14:30:36 smtp dovecot: child 3517 (auth) returned error 127 Jan 29 14:30:36 smtp imap-login: fd_send(-1) failed: Broken pipe
I received this one when using an encrypted private key for SSL. If this is the case, make sure your key is unencrypted (and readable only by root), or, if possible, the password for the private key is placed in an appropriate location.
HTH, -Rick
-- Rick Johnson, RHCE #807302311706007 - rjohnson@medata.com Linux/Network Administrator - Medata, Inc. PGP Public Key: https://mail.medata.com/pgp/rjohnson.asc
Thanks Rick... but currently for testing I'm not using SSL... Any other ideas???
protocols I only have imap defined..
See-ya Mitch
On Fri, 2004-01-30 at 15:17, Rick Johnson wrote:
Mitchell Baker wrote:
Trying to crank it up on our RedHat 8.0 system... I get the following.. I am sure it is something simple in the config.. just don't know what... Any help would be greatly appreciated..
Here is from the log.. If there is a way to get more log info that might help he as well..
Jan 29 14:30:34 smtp dovecot: Dovecot starting up Jan 29 14:30:34 smtp dovecot: dovecot startup succeeded Jan 29 14:30:36 smtp dovecot: Auth process died too early - shutting down Jan 29 14:30:36 smtp dovecot: child 3517 (auth) returned error 127 Jan 29 14:30:36 smtp imap-login: fd_send(-1) failed: Broken pipe
I received this one when using an encrypted private key for SSL. If this is the case, make sure your key is unencrypted (and readable only by root), or, if possible, the password for the private key is placed in an appropriate location.
HTH, -Rick
On Fri, 2004-01-30 at 21:09, Mitchell Baker wrote:
Jan 29 14:30:34 smtp dovecot: Dovecot starting up Jan 29 14:30:34 smtp dovecot: dovecot startup succeeded Jan 29 14:30:36 smtp dovecot: Auth process died too early - shutting down Jan 29 14:30:36 smtp dovecot: child 3517 (auth) returned error 127 Jan 29 14:30:36 smtp imap-login: fd_send(-1) failed: Broken pipe
Usually this happens when you've compiled it with some library that isn't in library path at the time of running it. Try:
ldd /usr/local/libexec/dovecot/dovecot-auth
it probably says something about missing libraries.
participants (3)
-
Mitchell Baker
-
Rick Johnson
-
Timo Sirainen