Hi,
I need to open Doveot pop3s and imaps services.
I use the following guide to start those services but when I change the dovecot.conf v2.1.9 file the service will not start.
http://help.directadmin.com/item.php?id=392
Please take a look in the attached configuration.
After starting the pop3s and imaps services I would like to close imap and pop3 services.
What changes should I do in dovecot.conf v 2.1.9 to stop pop3 and imap services ?
How can I start pop3s and imaps and close pop3 and imap services ?
What Dovecot configuration file will I need to use
I set my email client Apple Mail v 4.5 to connect with port 995 using SSL (Auth password)
I check and seams that Dovecot hasn´t a service for port 995 , but my email client could connect and download email.
I don´t understand why my email client could connect and download emails even if the port 995 is not open.
Why ?
tcp 0 0 :::587 :::* LISTEN -
tcp 0 0 :::2222 :::* LISTEN -
tcp 0 0 :::80 :::* LISTEN -
tcp 0 0 :::465 :::* LISTEN -
tcp 0 0 :::9876 :::* LISTEN -
tcp 0 0 :::21 :::* LISTEN -
tcp 0 0 :::443 :::* LISTEN -
Thanks in advance for your help.
#: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.2.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
auth_username_chars = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_@&
default_login_user = dovecot
listen = *
login_greeting = Dovecot DA ready.
mail_access_groups = mail
mail_location = maildir:~/Maildir
passdb {
driver = shadow
}
passdb {
args = username_format=%n /etc/virtual/%d/passwd
driver = passwd-file
}
protocols = pop3
service auth {
user = root
}
service imap-login {
process_min_avail = 16
user = dovecot
}
service pop3-login {
inet_listener pop3s {
address = *
port = 995
}
process_min_avail = 16
user = dovecot
}
ssl_cert = </etc/httpd/conf/ssl.crt/server.crt
ssl_cipher_list = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
ssl_key = </etc/httpd/conf/ssl.key/server.key
userdb {
driver = passwd
}
userdb {
args = username_format=%n /etc/virtual/%d/passwd
driver = passwd-file
}
verbose_proctitle = yes
protocol pop3 {
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o
pop3_uidl_format = %08Xu%08Xv
}
I need to open Doveot pop3s and imaps services.
I use the following guide to start those services but when I change the dovecot.conf v2.1.9 file the service will not start.
http://help.directadmin.com/item.php?id=392
Please take a look in the attached configuration.
After starting the pop3s and imaps services I would like to close imap and pop3 services.
What changes should I do in dovecot.conf v 2.1.9 to stop pop3 and imap services ?
How can I start pop3s and imaps and close pop3 and imap services ?
What Dovecot configuration file will I need to use
I set my email client Apple Mail v 4.5 to connect with port 995 using SSL (Auth password)
I check and seams that Dovecot hasn´t a service for port 995 , but my email client could connect and download email.
I don´t understand why my email client could connect and download emails even if the port 995 is not open.
Why ?
tcp 0 0 :::587 :::* LISTEN -
tcp 0 0 :::2222 :::* LISTEN -
tcp 0 0 :::80 :::* LISTEN -
tcp 0 0 :::465 :::* LISTEN -
tcp 0 0 :::9876 :::* LISTEN -
tcp 0 0 :::21 :::* LISTEN -
tcp 0 0 :::443 :::* LISTEN -
Thanks in advance for your help.
#: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.2.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
auth_username_chars = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_@&
default_login_user = dovecot
listen = *
login_greeting = Dovecot DA ready.
mail_access_groups = mail
mail_location = maildir:~/Maildir
passdb {
driver = shadow
}
passdb {
args = username_format=%n /etc/virtual/%d/passwd
driver = passwd-file
}
protocols = pop3
service auth {
user = root
}
service imap-login {
process_min_avail = 16
user = dovecot
}
service pop3-login {
inet_listener pop3s {
address = *
port = 995
}
process_min_avail = 16
user = dovecot
}
ssl_cert = </etc/httpd/conf/ssl.crt/server.crt
ssl_cipher_list = ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP
ssl_key = </etc/httpd/conf/ssl.key/server.key
userdb {
driver = passwd
}
userdb {
args = username_format=%n /etc/virtual/%d/passwd
driver = passwd-file
}
verbose_proctitle = yes
protocol pop3 {
pop3_logout_format = top=%t/%p, retr=%r/%b, del=%d/%m, size=%s, bytes=%i/%o
pop3_uidl_format = %08Xu%08Xv
}