Displaying 20 results from an estimated 312 matches for "ssl_listen".
2010 Nov 12
1
Fw: dovecot startup error message - RESOLVED (?)
Hello ,
Went to /etc/dovecot/dovecot.conf, hunted down "ssl_listen ="
which I had set it up to "ssl_listen = required" and commented it out.
Tried "service dovecot start" and it started.
The USD2,000,000 question being :
what does this do (I know , I know, I cannot remember, I documented
all this for v1.2.14) and will I need it in the f...
2010 Nov 12
1
dovecot startup error message
Hello kind people,
Any help on this would be appreciated.
Dovecot v1.2.16. Freshly installed today. Comes up with this during
service startup (CentOS 5.5 -> "service dovecot start" <ENTER> :
---------------------------
Restarting DovecotFatal: ssl_listen: Can't resolve address required: Name or service not known
---------------------------
Here's "dovecot -n" :
---------------------------
# 1.2.16: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-194.17.4.el5 i686 CentOS release 5.5 (Final) ext3
base_dir: /var/run/dovecot/
log_path:...
2012 Aug 14
3
Listen on multiple ports possible using same protocol?
Is it possible to have multiple Listen directives in a dovecot configuration file for the same protocol? I am running dovecot-1.2.11 and I want to be able to use the "standard port" as well as a test port:
protocol imap {
listen = *:143
listen = *:10143
ssl_listen = *:993
ssl_listen = *:10993
for example. Or is this more preferably done by pointing dovecot at different configuration files?
2011 Apr 15
1
expire-tool skipping mailbox
...t for the interested:
# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-24-server x86_64 Ubuntu 10.04.2 LTS ext3
base_dir: /var/run/dovecot/
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: managesieve imaps pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
listen(managesieve): *
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_listen(managesieve):
login_dir: /var/run/dovecot//login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3): /usr/lib/dovecot/pop3-login
login_executabl...
2008 Feb 22
3
mbox to maildir conversion does not work
...to use the convert plugin, but I cannot seem to get it working
properly. Is there any setting that I'm missing.
--------
dovecot -n
# 1.0.10: dovecot.conf
log_path: /var/log/dovecot
protocols: imap imaps pop3 pop3s
listen(default): 127.0.0.1:143
listen(imap): 127.0.0.1:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
login_dir: /opt/csw/var/run/dovecot/login
login_executable(default): /opt/csw/libexec/dovecot/imap-login
login_executable(imap): /opt/csw/libexec/dovecot/imap-login
login_executable(pop3): /opt/csw/libexec/dovecot/pop3-login
mail_locat...
2007 Apr 03
2
ssl connections frozen, client times out
...th_debug_passwords = yes
verbose_ssl = yes
first_valid_uid = 1006
last_valid_uid = 1006
maildir_copy_with_hardlinks = yes
ssl_disable = no
info_log_path = /home/steve/loft/logs/dovecot-pop.log
log_path = /home/steve/loft/logs/dovecot-pop.log
protocol imap {
ssl_disable = no
#listen = *:123
#ssl_listen = *:110
verbose_ssl = yes
imap_client_workarounds = outlook-idle delay-newmail
}
protocol pop3 {
ssl_disable = no
verbose_ssl = yes
#listen = *:123
#ssl_listen = *:110
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
protocol lda {
postmaster_address = postmaster at loftsoftw...
2013 May 17
1
ACLs - creating new top level folders
...(imap): /var/log/dovecot-test/info.log
info_log_path(pop3): /var/log/dovecot-test/info.log
info_log_path(managesieve): /var/log/dovecot-test/managesieve.log
protocols: imap imaps pop3 pop3s managesieve
listen(default): *:10143
listen(imap): *:10143
listen(pop3): *:10110
listen(managesieve): *:12000
ssl_listen(default): *:10943
ssl_listen(imap): *:10943
ssl_listen(pop3): *:10995
ssl_listen(managesieve):
ssl_cert_file: /etc/ssl/certs/imap-cert.pem
ssl_key_file: /etc/ssl/private/imap-key.pem
shutdown_clients: no
login_dir: /var/run/dovecot-test//login
login_executable(default): /usr/lib/dovecot/imap-login...
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
...tedly lost from 337928
The message is not moved/copied.
My config (dovecot -n):
base_dir: /var/run/dovecot_test/
log_path: /var/log/dovecot/test_log
info_log_path: /var/log/dovecot/test_info_log
protocols: pop3s imaps pop3 imap
listen(default): *:10143
listen(imap): *:10143
listen(pop3): *:10110
ssl_listen(default): *:10993
ssl_listen(imap): *:10993
ssl_listen(pop3): *:10995
ssl_cert_file: /etc/ssl/anxur.pem
ssl_key_file: /etc/ssl/anxur.pem
ssl_parameters_regenerate: 24
login_dir: /var/run/dovecot_test/login
login_executable(default):
/packages/run.64/dovecot-1.1.2/libexec/dovecot/imap-login
login_ex...
2007 Mar 21
1
mail looping
...d...
Noteworthy line in postfix/main.cf:
mailbox_command = /opt/dovecot/libexec/dovecot/deliver -f "$SENDER"
and finally, dovecot -n:
# /etc/opt/dovecot/dovecot.conf
syslog_facility: local6
protocols: imap imaps pop3 pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_cert_file: /etc/opt/openssl/certs/dovecot.pem
ssl_key_file: /etc/opt/openssl/private/dovecot.pem
shutdown_clients: no
login_dir: /var/opt/dovecot/run/dovecot/login
login_executable(default): /opt/dovecot/libexec/dovecot/imap-login...
2007 Oct 29
2
Listening only on localhost
Hi!
I've got dovecot 1.0.rc15.
I want dovecot to listen only on localhost for imap, and on any interfaces for imaps. So I put the following into my config:
protocol imap {
listen = 127.0.0.1:143
ssl_listen = *:10993
..
}
dovecot -n correctly reports:
listen: 127.0.0.1:143
ssl_listen: *:10993
But I can still do a 'telnet MY_HOST 143' from the outside,
and 'netstat -pltn | grep dovecot' reports: [ip changed ;)]
tcp 0 0 77.my.ip.253:10993 0.0.0.0:* LISTEN 4847/dovecot
tcp 0 0...
2009 Oct 26
1
protocol configure confusion
........
>
> If you want to specify ports for each service, you will need to
> configure these settings inside the *protocol* imap/pop3 { ... }
> section, so you can specify different ports for IMAP/POP3. For example:
>
> # *protocol* imap {
> # listen = *:10143
> # ssl_listen = *:10943
> # ..
> # }
>
So if I want to run both imap and imaps AND configure the port, do I do:
# *protocol* imap {
# listen = *:143
# ssl_listen = *:10943
# }
OR
# *protocol* imap {
# listen = *:143
# }
# *protocol* imaps {
# listen = *:993
# }
2008 Jan 29
1
Virtual Alias Forwarding
...= sqlpasswd
hosts = 127.0.0.1
dbname = mail
#table = alias
#select_field = goto
#where_field = address
#additional_conditions = and active = '1'
query = SELECT goto FROM alias WHERE address='%s' AND active = '1'
# dovecot -n
# 1.0.7: /etc/dovecot.conf
protocols: imaps pop3s
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_cert_file: /etc/pki/tls/certs/mail.domain.com.crt
ssl_key_file: /etc/pki/tls/private/mail.domain.com.pem
disable_plaintext_auth: yes
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login...
2007 Dec 07
3
Corrupted Transaction Log File: v1.0.7
Following errors have happened quite a bit:
Dec 7 14:19:26 locallog at tg3/tg3 dovecot: IMAP(peter.day at mydomain.com):
Transaction log file
/home/virtual/mydomain.com/home/peter.day/Maildir/.Trash/dovecot.index.log:
marked corrupted
Dec 7 14:19:26 locallog at tg3/tg3 dovecot: IMAP(peter.day at mydomain.com):
Transaction log file
2010 Mar 23
1
POPS and IMAPS with dovecot
...oryMar 23 09:56:53 mailer last message repeated 1 time
Mar 23 09:56:53 mailer dovecot: [ID 583609 mail.error] dovecot: child
8111 (login) killed with signal 9
Any idea what this wrong?
My dovecot.conf have enable the following:
protocol imap {
listen = *:143
ssl_listen = *:993
mail_plugins = quota imap_quota
mail_plugin_dir = /usr/local/lib/dovecot/imap
}
protocol pop3 {
listen = *:110
ssl_listen = *:995
mail_plugins = quota
}
# SSL/TLS support:...
2008 Oct 22
3
dovecot and postfix with tls and dovecot sasl issues for smtp clients
...the Thunderbird 2.0.0.17
smtpd_tls_key_file = /etc/postfix/ssl/server.myserver.net.key
smtpd_tls_cert_file = /etc/postfix/ssl/server.myserver.net.crt
### this is the ca cert and crl combined
smtpd_tls_CAfile = /etc/postfix/ssl/ca1.crt
dovecot -n
# 1.1.4: /etc/dovecot.conf
protocols: imaps pop3s
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_ca_file: /etc/openvpn/easy-rsa/keys/combined-ca-and-crl.crt
ssl_cert_file: /etc/pki/dovecot/certs/dovecot-chained.cert
ssl_key_file: /etc/pki/tls/private/server.myserver.net.key
ssl_verify_client_cert: yes
ssl_require_client_cert =...
2013 Aug 28
0
Trouble with case-sensitive LDAP user logins
...ic Mailboxes.
# dovecot -n
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-xen-686 i686 Debian 6.0.7 ext3
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps pop3s managesieve
listen(default): 127.0.0.1:143
listen(imap): 127.0.0.1:143
listen(pop3): 127.0.0.1:110
listen(managesieve): *
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_listen(managesieve):
ssl_ca_file: /etc/ssl/certs/RapidSSL_CA_bundle.pem
ssl_cert_file: /etc/ssl/certs/mail.example.com.2013.chain.pem
ssl_key_file: /etc/ssl/private/example.2013.key
login_dir: /var/run/dovecot/login
login_executab...
2008 Sep 10
2
Version Mismatch
...don't care, set
version_ignore=yes)
SBox dovecot # dovecot -n
# 1.1.3: /etc/dovecot/dovecot.conf
log_path: /var/log/mail.log
info_log_path: /var/log/mail.log
protocols: imap imaps pop3 pop3s managesieve
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
listen(managesieve): *:2000
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_listen(managesieve):
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable(default): /usr/libexec/dovecot/imap-login
login_executable(imap): /usr/libexec/dovecot/imap-login
login_executable(...
2013 Dec 05
1
Syslog debug messages
...or change login_max_processes_count
and max_mail_processes settings
# OS: Linux 2.6.32-44-server x86_64 Ubuntu 10.04.4 LTS xfs
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps managesieve pop3s
listen(default): *:143,[::]:143
listen(imap): *:143,[::]:143
listen(pop3): *
listen(managesieve): *
ssl_listen(default): *:993,[::]:993
ssl_listen(imap): *:993,[::]:993
ssl_listen(pop3): *:2221,[::]:2221
ssl_listen(managesieve):
ssl_ca_file(default): /etc/dovecot/ca.crt
ssl_ca_file(imap): /etc/dovecot/ca.crt
ssl_ca_file(pop3): /etc/dovecot/ca.crt
ssl_ca_file(managesieve):
ssl_cert_file(default): /etc/doveco...
2009 Feb 15
3
quota warning issue
...' AND
active = '1'
# 1.1.11: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.25-hardened-r11 x86_64 Gentoo
base_dir: /var/run/dovecot/
log_path: /var/log/mail.log
info_log_path: /var/log/mail.log
protocols: imap imaps pop3 pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
disable_plaintext_auth: no
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
fi...
2007 Jul 25
3
dovecot-1.1 + dovecot-sieve-1.1 deliver backtraces
.../dovecot11/auth-master
}
---
Then,
$ sudo /usr/sbin/dovecot11 -n
# 1.1.alpha1: /etc/dovecot11/dovecot11.conf
base_dir: /var/run/dovecot11/
log_path: /tmp/dovecot11.log
info_log_path: /tmp/dovecot11.debug
protocols: imap imaps pop3 pop3s
listen(default): *:143
listen(imap): *:143
listen(pop3): *:110
ssl_listen(default): *:993
ssl_listen(imap): *:993
ssl_listen(pop3): *:995
ssl_cert_file: /etc/ssl/parkheights.cert
ssl_key_file: /etc/ssl/parkheights.key
login_dir: /var/run/dovecot11/login
login_executable(default): /usr/lib64/dovecot11/imap-login
login_executable(imap): /usr/lib64/dovecot11/imap-login
logi...