search for: 10993

Displaying 20 results from an estimated 37 matches for "10993".

Did you mean: 1093
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 77.my.ip...
2017 Jan 09
1
panic when doveadm sieve put between multiple hosts
...When I attempt to use doveadm sieve put on the frontend host, i get the following on the frontend host: frontend-machine $ cat /tmp/default.sieve | doveadm sieve put default doveadm(root): Error: doveadm server disconnected before handshake: Connection reset by peer doveadm(root): Error: 10.1.11.82:10993: Command sieve put failed for root: Connection reset by peer when this happens, on the backend, I see this in /var/log/maillog: Jan 9 17:00:35 was-imap1 dovecot: doveadm: Panic: epoll_ctl(add, 0) failed: Operation not permitted (fd doesn't support epoll - instead of '<file', try &...
2015 Oct 13
1
Dovecot - Postfix with HAproxy
...end-proxy server tst2 tst2.xxx:10465 send-proxy server tst3 tst3.xxx:10465 send-proxy #dovecot listen imap bind mail.xxx.xx:993 timeout client 1m no option http-server-close balance leastconn stick store-request src stick-table type ip size 200k expire 30m mode tcp option tcplog server tst tst.xxx:10993 send-proxy-v2 server tst2tst2.xxx:10993 send-proxy-v2 server tst3 tst3.xxx:10993 send-proxy-v2 ##POSTFIX postix main.cf #Haproxy proxy protocol postscreen_upstream_proxy_protocol = haproxy postfix master.cf #haproxy 10465 inet n ? n ? 1 postscreen smtpd pass ? ? n ? ? smtpd S ##DOVECOT # 2.2.1...
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
...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_executable(imap): /p...
2015 Feb 12
2
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...to = subscribe special_use = \Trash } prefix = separator = / type = private } passdb { args = /etc/dovecot/dovecot-ldap-passdb.conf.ext driver = ldap } plugin { fts = lucene fts_autoindex = yes fts_lucene = whitespace_chars=@. mail_replica = tcps:mail2.example.com:10993 quota = maildir:User quota quota_rule = *:storage=4GB quota_rule2 = Trash:storage=+50MB sieve = ~/.dovecot.sieve sieve_after = /srv/sieve/after.d/ sieve_before = /srv/sieve/before.d/ sieve_default = /srv/sieve/default.d/dovecot.sieve sieve_dir = ~/.sieve sieve_global_dir...
2006 Nov 28
1
Can't drop root group privileges
...insight. I've been testing Dovecot on an AIX 5.2 system. Compiled and running fine. We have some users on an AIX 5.1 system, so I'm working on installing it there, so we can do further testing. I'm using Dovecot 1.0 RC15 with OpenSSL 9.0.7e, configured to use port 10143 (imap) and 10993 (imaps). The error I'm seeing in the log is: dovecot: Nov 28 09:23:54 Info: imap-login: Login: user=<jackie>, method=PLAIN, r ip=xx.x.xxx.xxx, lip=xxx.xx.xxx.xx, TLS dovecot: Nov 28 09:23:54 Error: IMAP(jackie): We couldn't drop root group privil eges (wanted=200, gid=200, egid=0) d...
2015 Feb 12
0
Dovecot dsync not replicating ".dovecot.sieve -> .sieve/managesieve.sieve" / setactive
...fix = > separator = / > type = private > } > passdb { > args = /etc/dovecot/dovecot-ldap-passdb.conf.ext > driver = ldap > } > plugin { > fts = lucene > fts_autoindex = yes > fts_lucene = whitespace_chars=@. > mail_replica = tcps:mail2.example.com:10993 > quota = maildir:User quota > quota_rule = *:storage=4GB > quota_rule2 = Trash:storage=+50MB > sieve = ~/.dovecot.sieve > sieve_after = /srv/sieve/after.d/ > sieve_before = /srv/sieve/before.d/ > sieve_default = /srv/sieve/default.d/dovecot.sieve > sieve_dir...
2012 Aug 14
3
Listen on multiple ports possible using same protocol?
...e 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?
2020 Oct 29
2
dovecot replicator not replicating automatically?
...id=%m, size=%{size}, delivery_time=%{delivery_time}ms, %$ dict { ? acl = pgsql:/etc/dovecot/dovecot-share-folder.conf ? lastlogin = pgsql:/etc/dovecot/dovecot-last-login.conf ? quotadict = pgsql:/etc/dovecot/dovecot-used-quota.conf } doveadm_password = # hidden, use -P to show it doveadm_port = 10993 first_valid_uid = 2000 last_valid_uid = 2000 listen = * [::] login_log_format_elements = user=<%u> method=%m rip=%r lip=%l mpid=%e %c %k session=<%{session}> mail_gid = 2000 mail_location = maildir:%Lh/Maildir/:INDEX=%Lh/Maildir/ mail_plugins = quota mailbox_alias acl mail_log notify m...
2010 Mar 25
2
1.2.11 nfs_flush_file_handle_cache_dir problems
...S: SunOS 5.10 sun4v > log_path: /usr/local/dovecot/var/dovecot.log > protocols: imap imaps pop3 pop3s > listen(default): *:143 *:10143 *:20143 *:30143 *:40143 *:50143 > listen(imap): *:143 *:10143 *:20143 *:30143 *:40143 *:50143 > listen(pop3): *:110 > ssl_listen(default): *:993 *:10993 > ssl_listen(imap): *:993 *:10993 > ssl_listen(pop3): *:995 > ssl: no > ssl_cipher_list: MEDIUM:!LOW > disable_plaintext_auth: no > shutdown_clients: no > login_dir: /usr/local/dovecot-1.2.11-b/var/run/dovecot/login > login_executable(default): > /usr/local/dovecot-1.2.11...
2019 Jul 10
1
dsync crash
...rsion 0.4.21 (92477967) # OS: SunOS 5.11 i86pc auth_cache_negative_ttl = 0 auth_cache_size = 1 M auth_default_realm = domain-name.com auth_mechanisms = plain login auth_verbose = yes default_process_limit = 500 default_vsz_limit = 512 M doveadm_password = # hidden, use -P to show it doveadm_port = 10993 hostname = z-imap1 instance_name = dovecot-2.2.13 # Note this was a reference to an earlier install, just an oversight. True version is 2.2.33.2. mail_location = mdbox:%h/mdbox mail_plugins = " mail_log notify replication" mail_privileged_group = mail managesieve_notify_capability = mailt...
2016 Dec 06
2
Dovecot: Mails flagged as read get flagged as unread
...sieve = file:~/sieve;active=~/.dovecot.sieve zlib_save = gz } protocols = imap pop3 lmtp service imap-login { inet_listener imap_haproxy { address = 10.10.189.25 haproxy = yes port = 10143 } inet_listener imaps_haproxy { address = 10.10.189.25 haproxy = yes port = 10993 ssl = yes } } service lmtp { inet_listener lmtp { address = 10.10.189.25 port = 24 } } service pop3-login { inet_listener pop3_haproxy { address = 10.10.189.25 haproxy = yes port = 10110 } inet_listener pop3s_haproxy { address = 10.10.189.25 haproxy = yes...
2017 Mar 30
2
Slow performance with large folders over the Internet
Dovecot package version is 1:1.2.15-7+deb6u1. It is in Debian 6.0.10, using the Debian package. The server is in my basement at home, and is exposed to the Internet so I can fully access my mail from anywhere. I use IMAP for reading mail. I have a number of folders in my mailbox that have thousands of messages in them, from mailing lists. When I'm at home, I have a LAN connection to the
2010 Feb 23
1
dirty hack to solve: 0509-150 Dependent module libcrypto.a(libcrypto.so.0.9.7) could not be loaded
...File ca06:/root# ca06:/usr/local/etc/ssh# ls -l /opt/freeware/lib/libcrypto.a -rwxr-xr-x 1 root system 6210482 04 Sep 2007 /opt/freeware/lib/libcrypto.a ca06:/usr/local/etc/ssh# ls -l /usr/lib/libcrypt.a -r-xr-xr-x 1 bin bin 10993 04 Aug 2009 /usr/lib/libcrypt.a ca06:/usr/local/etc/ssh# I trying to update my path for look in /opt/freeware/lib before /usr/lib or /usr/lib before /opt/freeware/lib. The make install failed with the same output in the 2 case. I copied libcrypto.a in a temp directory and extracted its...
2015 Jan 13
0
Proxying when src and dest on non standard ports
...orward the passwd to the remote server). This seem pretty simple except that, in order to test it alongside the production server, I set up 3 servers : . the proxy, listening to pop and imap on non standard ports 9143, 9993, 9110, 9995 . a proxy destination for some users, listening on 10143, 10993, 109110, 10995 . another proxy destination for some other users, listening on 20145, 20993, 209110, 20995 But there seems to be only one 'port' extra_field, so how can I handle the proxying of both IMAP and POP3 (especially for the same user who can use both) ? Thanks. -- Thomas Humm...
2015 Jan 15
0
[Announce] Samba 4.1.16 and 4.0.24 Security Releases Available
...counts to specific users or groups. However, all released versions of Samba's AD DC did not implement the additional required check on the UF_SERVER_TRUST_ACCOUNT bit in the userAccountControl attributes. Changes: ======== o Andrew Bartlett <abartlet at samba.org> * BUG 10993: CVE-2014-8143: dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl. ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailin...
2015 Jan 15
0
[Announce] Samba 4.1.16 and 4.0.24 Security Releases Available
...counts to specific users or groups. However, all released versions of Samba's AD DC did not implement the additional required check on the UF_SERVER_TRUST_ACCOUNT bit in the userAccountControl attributes. Changes: ======== o Andrew Bartlett <abartlet at samba.org> * BUG 10993: CVE-2014-8143: dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl. ####################################### Reporting bugs & Development Discussion ####################################### Please discuss this release on the samba-technical mailin...
2010 Sep 16
1
Problems with dovecot-2.0.2+dovecot-2.0-pigeonhole-0.2.0
...opy include variables body enotify environment mailbox date passdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } plugin { sieve = ~/.dovecot.sieve sieve_dir = ~/sieve } service imap-login { inet_listener imap { port = 10143 } inet_listener imaps { port = 10993 ssl = yes } } service pop3-login { inet_listener pop3 { port = 10110 } inet_listener pop3s { port = 10995 ssl = yes } } userdb { args = /etc/dovecot/dovecot-ldap.conf.ext driver = ldap } protocol lda { auth_socket_path = /var/run/dovecot/auth-master in...
2005 Sep 26
0
Cannot join Windows server; SWAT internal error
...section! [2005/09/26 16:42:28, 0] param/loadparm.c:(3153) Global parameter debug level found in service section! [2005/09/26 16:42:28, 0] lib/fault.c:(36) =============================================================== [2005/09/26 16:42:28, 0] lib/fault.c:(37) INTERNAL ERROR: Signal 11 in pid 10993 (3.0.11) Please read the appendix Bugs of the Samba HOWTO collection [2005/09/26 16:42:28, 0] lib/fault.c:(39) =============================================================== [2005/09/26 16:42:28, 0] lib/util.c:(1495) PANIC: internal error This is how I built Samba using Sun Forte C compiler 7...
2014 Jul 16
0
Dovecot 2.2.13 Assertion failed in mailbox_list_create
...s = delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size } service anvil { chroot = } service auth-worker { user = $default_internal_user } service imap-login { chroot = inet_listener imap { port = 10143 } inet_listener imaps { port = 10993 } } service lmtp { chroot = } service pop3-login { chroot = inet_listener pop3 { port = 10110 } inet_listener pop3s { port = 10995 } } ssl = no userdb { driver = prefetch }