Hi all
I have intalled courier, I have working pop3 and imap, the
authentication es DB mysql, all work fine, however I have problems,
when a user is using utllook and this user use pop3, hte mail begin to
donaload the mail but send error message:
The task Receiving pop3.xyz.com has notified the error (0x800CCC0F):
~SThe connection with the server has been
interrupted. If the problem persists, póngase in contact with the
administrator of the servant or the supplier of services of
Internet (ISP).~T
I have 7000 users, but my server is a BIG server, 10 GB memory, S.O:
Redhat Enterprise, 4 processor, hard disc SCSI 4 hard disk 160 GB
each.
/etc/authlib/authmysqlrc
MYSQL_SERVER localhost
MYSQL_USERNAME mail_admin
MYSQL_PASSWORD yeye
MYSQL_PORT 0
MYSQL_DATABASE mail
MYSQL_USER_TABLE users
MYSQL_CRYPT_PWFIELD password
DEFAULT_DOMAIN xyz.com
MYSQL_UID_FIELD 5000
MYSQL_GID_FIELD 5000
MYSQL_LOGIN_FIELD email
MYSQL_HOME_FIELD "/home/vmail"
MYSQL_MAILDIR_FIELD
CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
MYSQL_QUOTA_FIELD quota
How can to determinate the problem ? how can I have a log exact ?
Regards