|
|
各位高手,
我用fedora 4 架了email server, 但不知為什麼只可以用webmail 收郵件, 用pop就收不到, 我的dovecot.conf設定如下:
## Dovecot 1.0 configuration file
protocols = imap imaps pop3 pop3s
ssl_disable = yes
login_chroot = yes
login = imap
login_user = dovecot
login_process_per_connection = yes
login = pop3
verbose_proctitle = yes
first_valid_gid = 0
valid_chroot_dirs = ~/mail/
default_mail_env = maildir:~/mail/
client_workarounds = oe6-fetch-no-newmail outlook-idle outlook-pop3-no-nuls
maildir_copy_with_hardlinks = yes
##auth_executable = /usr/libexec/dovecot/dovecot-auth
auth = default
auth_mechanisms = plain
##auth_process_size = 256
##auth_cache_size = 0
##auth_cache_ttl = 3600
auth_realms =
auth_default_realm =
auth_username_chars = abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@
##auth_username_translation =
auth_anonymous_username = anonymous
auth_verbose = no
auth_debug = no
##auth_worker_max_count = 30
請問各位到底問題出現在哪? 我的電郵是kencpli2003@hotmail.com
謝謝指教 |
|