Displaying 5 results from an estimated 5 matches for "ipop3".
Did you mean:
pop3
2006 Apr 03
2
Questions about differences to other mail servers
I just transferred over my first server from Suse Linux with
uw-imap(ipop3/imap2003) to CentOS with Dovecot (0.99). I didn't find any
problems in the testing phase, but when the actual transfer into
production happened I found a few problems crop up:
1. Dovecot wants to chdir in the user's home directory even when logging
in via POP3. However, the mailboxes fo...
2005 Dec 13
4
Hi everyone .. need some pro-dovecot arguments :-)
Hi,
i never used dovecot so far, but i heard a couple good things about it
.. for one the debian maintainer of the exim package recommended it :-)
so i want to change our mailserver (currently using ipop3 and uw-imap)
to dovecot ... now my boss seems to favour cyrus.
i could use some good arguments for dovecot, also your experiences with
it and with other mailservers so i can make a reasonable desicion and
preset some good arguments :-)
Florian
2005 Dec 19
1
dovecot as3
i am using redhat as3, sendmail, xinetd ipop3 and imap, i installed dovecot and configured, when i stop xinetd and start dovecot , after successful startup , and using web to access it getting authenticaion errors, user/password unknown
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the...
2006 Jan 16
1
Imap working, but not Pop3
I'm running Redhat Linux 4.1 and I have dovecot loaded and imap is working.
Users can get their mail via squirrelmail.
But everytime I try to 'chkconfig ipop3 on' I get the error 'error reading
information on service pop3: no such file or directory'.
Any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dovecot.org/pipermail/dovecot/attachments/20060116/dba53399/attachment.htm
2014 Apr 23
1
core dump in mail_cache_header_fields_read()
...cutable = script-login /usr/local/dovecot-scripts/imap.sh
user = root
}
service imap {
executable = imap imap-postlogin
process_limit = 4096
}
service pop3-login {
client_limit = 2000
service_count = 1
}
service pop3-postlogin {
executable = script-login /usr/local/dovecot-scripts/ipop3.sh
user = root
}
service pop3 {
executable = pop3 pop3-postlogin
process_limit = 2048
}
ssl_ca = </etc/dovecot/mailhost-ca.crt
ssl_cert = </etc/dovecot/mailhost.crt
ssl_key = </etc/dovecot/mailhost.key
userdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
verbos...