On 21 Jan 2006, at 08:03, Richard Broersma Jr wrote: 

    > Jan 20 22:54:32 [imapd-ssl] LOGIN FAILED, user=richard, ip=[::ffff: 
    > 192.168.1.100] 
    > Jan 20 22:54:32 [imapd-ssl] authentication error: Input/output error 
    > 

    how does the above fits with the following lines from the 
    authdaemonrc you attached? 
 
    - 
    # Note that most information is sent to syslog at level 'debug', so 
    # you may need to modify your /etc/syslog.conf to be able to see it. 

    DEBUG_LOGIN=2 
    - 

    either you have an odd syslogd configuration, or you have not stopped 
    and started again your courier processes (a restart does not seem to 
    cut it). With that setting you should be able to see if the password 
    sent is correct or what other problem you might have. 
 
Apparently,  I do not have a syslog.conf or syslog daemon running.  I am using 
metalog as my system logger.  I presume that it is essentially the same thing 
so I have attached its conf file.  
 
I've stopped then started the courier process over and logged the same error.

Jan 23 05:44:06 [authdaemond] stopping authdaemond children
Jan 23 05:44:29 [authdaemond] modules="authpgsql authpam authuserdb authshadow 
authcustom authpipe", daemons=5
Jan 23 05:44:29 [authdaemond] Installing libauthpgsql
Jan 23 05:44:29 [authdaemond] Installation complete: authpgsql
Jan 23 05:44:29 [authdaemond] Installing libauthpam
Jan 23 05:44:29 [authdaemond] Installation complete: authpam
Jan 23 05:44:29 [authdaemond] Installing libauthuserdb
Jan 23 05:44:29 [authdaemond] Installation complete: authuserdb
Jan 23 05:44:29 [authdaemond] Installing libauthshadow
Jan 23 05:44:29 [authdaemond] Installation complete: authshadow
Jan 23 05:44:29 [authdaemond] Installing libauthcustom
Jan 23 05:44:29 [authdaemond] Installation complete: authcustom
Jan 23 05:44:29 [authdaemond] Installing libauthpipe
Jan 23 05:44:29 [authdaemond] Installation complete: authpipe
Jan 23 05:50:14 [pop3d] LOGIN FAILED, user=richard, ip=[::ffff:192.168.1.100]
Jan 23 05:50:14 [pop3d] authentication error: Input/output error

    Also, please, don't HTML mail to lists. 

Thanks for your reply.  I'll be sure the send only plain text from now on.  :-)
 
    Giuliano
# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/files/metalog.conf,v 1.5 2005/03/15 03:31:01 vapier Exp $
#
# Sample Metalog configuration file 

maxsize  = 100000   # bytes
maxtime  = 86400    # seconds (86400 = 1 day)
maxfiles = 5        # num files per dir

Kernel messages :

  facility = "kern"
  logdir   = "/var/log/kernel"

Crond :

  facility = "cron"
  logdir   = "/var/log/crond"

Dudes firewalled by IPTrap :

  program  = "iptrap"
  logdir   = "/var/log/iptrap"

Password failures :

  regex    = "(password|login|authentication)\s+(fail|invalid)"
  regex    = "(failed|invalid)\s+(password|login|authentication|user)"
  regex    = "ILLEGAL ROOT LOGIN"
  logdir   = "/var/log/pwdfail"
#  command  = "/usr/local/sbin/mail_pwd_failures.sh"  

FTP Server :

  program  = "pure-ftpd"
  logdir   = "/var/log/ftpd"

SSH Server :

  program  = "sshd"
  logdir   = "/var/log/sshd"

Telnet :

  program  = "login"
  logdir   = "/var/log/telnet"

Imap :

  program  = "/usr/sbin/imapd"
  logdir   = "/var/log/imap"

POP Toaster :

  program  = "/usr/sbin/ipop3d"
  logdir   = "/var/log/pop"

#Add authenticated IP addresses for SMTP relaying :

#  program  = "/usr/sbin/ipop3d"
#  regex    = "Login.+nmsgs="
#  command  = "/usr/local/sbin/add_pop_address.sh"

Mail :

  facility = "mail"
  logdir   = "/var/log/mail"

Everything important :

  facility = "*"
  minimum  = 6
  logdir   = "/var/log/everything"

Everything very important :

  facility = "*"
  minimum  = 1
  logdir   = "/var/log/critical"

#
#Uncomment and adjust the following lines to 
#your needs to enable console logging
#
# Hint: you can change the device to which
#       should be logged in /usr/sbin/consolelog.sh
#

#console logging :
#
#  facility = "*"
#  command = "/usr/sbin/consolelog.sh"

Reply via email to