search for: pop3_listen

Displaying 20 results from an estimated 42 matches for "pop3_listen".

2006 Mar 02
2
ipv6 not working
I added an listner to dovecot bye adding the following lines to config but no result no connectivity with ipv6: imap_listen = [::] pop3_listen = [::] imap_listen = * pop3_listen = * Met vriendelijk groet, Bas van Dikkenberg GISkit bv BFVD1-RIPE Tel: +3130-6340430 Fax: +3130-6342433 Prive Tel: +3130-6372769 Mob: +316-52384841 -------------- next part ----------...
2008 Jul 07
1
Disable POP
I am running Dovecot and wanted to make sure that to disable POP3 access on the MDA is as simple as removing the POP lines: protocols = imap imaps pop3 pop3s imap_listen = * pop3_listen = * imaps_listen = * pop3s_listen = * Do I need to modify anything else or am I looking in the totally wrong section: -- Man your battle stations...
2006 Feb 09
2
alternate ports?
I'm trying to set up 1.0 beta 2 on one of our systems, and would like to run it on alternate ports from the standard IMAP and IMAP/SSL ports so that we can test it out a couple users at a time. How does one tell dovecot to listen on alternate ports? I can't find anything in the example config file... Thanks, Gregory -- Gregory K. Ruiz-Ade Sr. Systems Administrator Computer Science
2006 May 03
1
dovecot, procmail, postfix & SpamAssassin working together
...in working together http://www.linuxquestions.org/questions/showthread.php?t=441062 But i'm not having a lot of luck, a question about dovecot, what kind of mail box am i using? mbox? if so does anyone know if procmail can use mbox? /etc/dovecot.conf protocols = imap pop3 imap_listen = [::] pop3_listen = [::] imaps_listen = pop3s_listen = log_path = /var/log/dovecot.log login = imap login = pop3 default_mail_env = mbox:/home/CATHEDRAL/%u/mail:INBOX=/var/spool/mail/%u auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam auth_user = root -- Paul Matthews I.T Trainee | Th...
2006 Apr 15
1
can't connect to smtp, or login to imap, pop3
...'t download email from pop3 using thunderbird it always says authentication failed when i try to login using squirrelmail, it always says username and password incorrect but i know for sure the username and password are correct dovecot conf file is as folows -------imap_listen = [::] -------pop3_listen = [::] -------imaps_listen = [::] -------pop3s_listen = [::] -------ssl_cert_file = /etc/pki/dovecot/dovecot.pem -------ssl_key_file = /etc/pki/dovecot/private/dovecot.pem -------mbox_locks = fcntl -------auth = default -------auth_mechanisms = plain -------auth_userdb = passwd -------auth_passdb...
2005 Jul 01
3
error while connecting from squirrelmail
...rning: fsockopen(): unable to connect to 192.xx.xx.xx:993 in /usr/share/squirrelmail/functions/imap_general.php on line 445 ERROR Error connecting to IMAP server: tls://192.xx.xx.xx. 111 : Connection refused Go to the login page The port numbers of the imap server are as follows: imap_listen 143 pop3_listen 110 imaps_listen 993 pop3s_listen 995 Squirrelmail and the dovecot imap server are running on different machines, so it is essential to enable tls support. All the machines are running Debian Sarge. Can anyone suggest a solution for the above problem ? Thank you. Srinivas ____...
2005 Jul 19
3
dovecot pop3s delivers new messages as old (unread) messages ...
...is not set up correctly or something on the pop3 server machine is not right. Anybody has an idea? Thanks in advance. Jun Here are more detailed info: -bash-3.00# rpm -qa | grep dovecot dovecot-0.99.13-3.FC3 /etc/dovecot.conf: ---------------------------- protocols = pop3s imap_listen = [::] pop3_listen = [::] imaps_listen = [::] pop3s_listen = [::] ssl_cert_file = /usr/share/ssl/certs/dovecot.pem ssl_key_file = /usr/share/ssl/private/dovecot.pem login_dir = /var/run/dovecot-login login = imap login = pop3 mbox_locks = fcntl auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb =...
2007 Dec 31
2
Building path to maildir
...to a superior version like dovecot 1.0 looking forward to implement quotas in my system , and use the function deliver with postfix. My Scenario is as follow Dovecot + LDAP (ADS) + postfix My actual version is : 0.99.11 This is my actual configuration: Protocols = imap pop3 imap_listen = * pop3_listen = * login_dir = /var/run/dovecot-login login = imap login = pop3 default_mail_env = maildir:/var/spool/virtualmail/%d/%n mbox_locks = fcntl auth = dovecot-auth auth_mechanisms = plain auth_default_realm = CASA.CULT.CU auth_userdb = ldap /etc/dovecot-ldap.conf auth_passdb = pam dovecot auth_user = r...
2007 May 30
2
testink
...currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. # "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4 # interfaces depending on the operating system. You can specify ports with # "host:port". #imap_listen = * #pop3_listen = *
2004 Jun 18
1
Info: Internal login failure:
...FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND MAILBOX_DOMAIN = '%d' #user_query = SELECT MAILBOX_ROOT AS home,uid,gid FROM MAIL WHERE MAILBOX_USERNAME = '%n' and MAILBOX_DOMAIN='%d' dovecot config file base_dir = /var/run/dovecot/ protocols = imap pop3 imap_listen = * pop3_listen = * ssl_disable = yes log_path = /var/log/dovecot_log info_log_path = /var/log/dovecot_info_log log_timestamp = "%b %d %H:%M:%S " login_dir = /var/run/dovecot/login login = imap login_executable = /usr/local/libexec/dovecot/imap-login login_user = dovecot login_process_size = 16 login_pro...
2004 Jun 26
1
passwd + shadow auth problem
Hi! here is the problem , i have local users some have shadow password, some not, so i must create two auth one to login via shadow , and one via passwd so here is my config file (stripped comments): protocols = imap imaps pop3 pop3s imap_listen = 192.168.0.2 pop3_listen = 192.168.0.2 imaps_listen = 192.168.0.2 pop3s_listen = 192.168.0.2 login = imap login = pop3 auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = shadow auth_user = root auth_count = 1 auth_verbose = yes auth = truc auth_mechanisms = plain auth_userdb = passwd auth_passdb = p...
2005 Feb 09
1
Server going crazy!!!
...thing that is in my inbox is now pushed or grabbed by my blackberry as new messages when they are not and have been read already (at least most of them). Why is this happening? ## Dovecot 1.0 configuration file base_dir = /var/run/dovecot/ protocols = imap imaps pop3 pop3s imap_listen = [::] pop3_listen = [::] imaps_listen = [::] pop3s_listen = [::] log_timestamp = "%b %d %H:%M:%S " login_dir = /var/run/dovecot-login login_chroot = yes login = imap login = pop3 default_mail_env = mbox:/home/%u/mail:INBOX=/var/spool/mail/%u mbox_locks = fcntl auth = default auth_mechanisms = pla...
2005 Apr 01
1
dovecot don't start
...ecot starting up Apr 1 15:37:03 edim dovecot: Auth process died too early - shutting down Apr 1 15:37:03 edim dovecot: child 9593 (auth) returned error 127 Apr 1 15:37:03 edim pop3-login: fd_send(-1) failed: Broken pipe my configuration is : protocols = imap imaps pop3 pop3s imap_listen = [::] pop3_listen = [::] imaps_listen = [::] pop3s_listen = [::] ssl_cert_file = /usr/share/ssl/certs/dovecot.pem ssl_key_file = /usr/share/ssl/private/dovecot.pem login_dir = /var/run/dovecot-login login = imap login = pop3 mbox_locks = fcntl auth = default auth_mechanisms = plain auth_userdb = passwd auth_user = r...
2005 Jun 20
1
question about
...rrently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. # "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4 # interfaces depending on the operating system. You can specify ports with # "host:port". #imap_listen = [::] pop3_listen = [::] Does anyone know how I can dissable this IMAP-AUTOcreate behaviour? Thanks in advance. Michiel
2005 Aug 23
1
Thunderbird got "Mail Server does not support secure authentication" ???
..."Mail Server does not support secure authentication" But in outlook express , there is no such problem I have tested SASL thru pam-mysql is work properly before install dovecot Below is my dovecot.conf /etc/dovecot.conf base_dir = /var/run/dovecot/ protocols = imap pop3 imap_listen = * pop3_listen = * ssl_disable = yes login = imap login = pop3 login_dir = /var/run/dovecot-login login_executable = /usr/local/libexec/dovecot/imap-login login_executable = /usr/local/libexec/dovecot/pop3-login imap_executable = /usr/local/libexec/dovecot/imap pop3_executable = /usr/local/libexec/dovecot/po...
2005 Dec 24
0
dovecot - postgresql ERR No INBOX for user.
...USER personx@myxdomxain.net +OK PASS herexxxx +OK Logged in. -ERR No INBOX for user. Connection closed by foreign host. here is my dovecot.conf file /etc/dovecot-pgsql.conf =================== ## Dovecot 1.0 configuration file protocols = imap imaps pop3 # "host:port". imap_listen = * pop3_listen = * login = imap login = pop3 # to make sure that users ca here is my dovecot-pgsql.conf file default_mail_env = maildir:/var/spool/virtual_mailboxes/%lu/%u/Maildir # Authentication process name. auth = default auth_user = root auth_userdb = pgsql /etc/dovecot-pgsql.conf auth_passdb = pgsql /...
2006 Feb 25
2
dovecot 0.99 to 1
Hi, Gentoo updated dovecot to 1.0 beta3 and don't succeed in authentification with pop3. Here is my dovecot.conf 0.99 protocols = imap imaps pop3 pop3s imap_listen = * pop3_listen = * imaps_listen = * pop3s_listen = * login = imap login = pop3 default_mail_env = maildir:%h/.maildir mbox_locks = fcntl dotlock auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam dovecot auth_user = root auth_verbose = yes auth_debug = yes and here is my translation fo...
2006 Mar 01
0
(no subject)
I have a problem Trying to connect with pop3 to my server with ipv4 it works great. But when I use ipv6 it doesn't want to work. I added the following lines: imap_listen = [2001:7b8:210::4] pop3_listen = [2001:7b8:210::4] but this doesn't work also Wat am doing wrong Met vriendelijk groet, Bas van Dikkenberg GISkit bv BFVD1-RIPE Tel: +3130-6340430 Fax: +3130-6342433 Prive Tel: +3130-6372769 Mob: +316-52384841...
2006 Jun 30
1
help for static user
...When I try to open the imap box from a client (evolution), I get a "Unknown error - the server closed the connection" message, that doesn't appear in the server's syslog. My dovecont.conf : << base_dir = /var/run/dovecot/ protocols = pop3s imaps imap_listen = *:143 pop3_listen = * ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem disable_plaintext_auth = yes log_path = /var/log/dovecot.log log_timestamp = "%b %d %H:%M:%S " login_dir = /var/run/dovecot/login login_chroot = yes login = imap login_executable = /usr/lib...
2006 Oct 04
0
No inbox for user error
...ommand USER myob +UK PASS <password> +OK Logged in. -ERR No INBOX for user. No idea why the first USER command gives an error. And, of course, when I try using Evolution I get 'Cannot get POP summary'. The Dovecot config file, less all the commented out bits is: imap_listen = [::] pop3_listen = [::] imaps_listen = [::] pop3s_listen = [::] ssl_cert_file = /etc/pki/dovecot/dovecot.pem ssl_key_file = /etc/pki/dovecot/private/dovecot.pem login_dir = /var/run/dovecot-login login_chroot = yes login = imap login_user = dovecot login = pop3 default_mail_env = mbox_locks = fcntl auth = default...