2009/5/2 Geoff Soper <[email protected]>

> I'm not sure if it's relevant but I found the following messages in
> /var/log/messages :
>
> May  2 03:05:03 lvps212-241-195-198 xinetd[27723]: missing service keyword
> [file=/etc/xinetd.d/courier-imapd] [line=1]
> May  2 03:05:03 lvps212-241-195-198 xinetd[27723]: missing service keyword
> [file=/etc/xinetd.d/courier-pop3d] [line=1]
>
>
In case this helps anyone else in the future, I found the problem:

/etc/xinetd.d/courier-imapd :
ervice imap
{
        disable = no
  flags = NODELAY
  socket_type = stream
  wait = no
  user = root
  server = /usr/bin/tcp-env
  server_args = -R -f /etc/courier-imap/imapd /usr/sbin/imaplogin
/usr/lib/courier-imap/authlib/authpsa /usr/bin/imapd Maildir
  log_type = FILE /var/log/imapd.log
  log_on_success = PID HOST EXIT DURATION
  log_on_failure = HOST ATTEMPT
}

Somehow, the initial 's' had been deleted.

Thanks to all those who made suggestions and particularly to Ben!

Thanks,
Geoff
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to