Hello: This has been a long post but I am still trying. Here is the latest problem, but first the system:
CentOS 5.2 Postfix 2.3.3 + updates (bundled with CentOS 5.2) Dovecot-1.0.7 (bundled with CentOS 5.2) Dovecot-1.1.1 (Updated from www.atrpms.com as recommended by Charles Marcus) Problem: ======== After the above software is installed, 'pop3' does not open. I research the internet and found discussion on this problem. It has something to do with IPV6 causing the problem. On the internet it is suggested to change [::] to '*'. Me being new to Dovecot (and LINUX in general), I have no idea to fix this problem. Please: (1) Direct to a web site where this error is discussed in layman's term; (2) If you know what I am talking about & have encountered the same problem, lease give me a line of code & the file where it would go. Here is information from my setup: /var/log/mailog ------------------- Jul 10 16:14:05 www dovecot: Dovecot v1.1.1 starting up Jul 10 16:14:07 www postfix/postfix-script: starting the Postfix mail system Jul 10 16:14:07 www postfix/master[4764]: daemon started -- version 2.3.3, configuration /etc/postfix Jul 10 16:14:27 www postfix/smtpd[5067]: connect from proxy.gymspk.cz[85.207.83.178] Jul 10 16:14:27 www postfix/smtpd[5067]: NOQUEUE: reject: RCPT from proxy.gymspk.cz[85.207.83.178]: 550 5.1.1 <[EMAIL PROTECTED]>: Recipient address rejected: User unknown in local recipient table; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<linuxserver.gymspk.cz> Jul 10 16:14:28 www postfix/smtpd[5067]: disconnect from proxy.gymspk.cz[85.207.83.178] ------------------- [EMAIL PROTECTED] ~]# postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 home_mailbox = Maildir/ html_directory = no inet_interfaces = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = tib.com myhostname = mail.tib.com mynetworks = 127.0.0.0/8 myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES relay_domains = relayhost = sample_directory = /usr/share/doc/postfix-2.3.3/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 [EMAIL PROTECTED] ~]# ------------------- [EMAIL PROTECTED] ~]# dovecot -n # 1.1.1: /etc/dovecot.conf login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login mail_location: maildir:~/Maildir/ mail_executable(default): /usr/libexec/dovecot/imap mail_executable(imap): /usr/libexec/dovecot/imap mail_executable(pop3): /usr/libexec/dovecot/pop3 mail_plugin_dir(default): /usr/lib/dovecot/imap mail_plugin_dir(imap): /usr/lib/dovecot/imap mail_plugin_dir(pop3): /usr/lib/dovecot/pop3 imap_client_workarounds(default): delay-newmail outlook_idle netscape-eoh imap_client_workarounds(imap): delay-newmail outlook_idle netscape-eoh imap_client_workarounds(pop3): pop3_client_workarounds(default): pop3_client_workarounds(imap): pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh auth default: passdb: driver: pam userdb: driver: passwd [EMAIL PROTECTED] ~]# ---------------------------------------------- Thanks in advance. Kirti