Displaying 20 results from an estimated 29 matches for "10943".
Did you mean:
1094
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
# }
2010 Aug 21
1
imap, imaps, ports; config for secure-only service
...t to use 'unencrypted logins' such as KMail's 'clear
text' setting, and TB's 'don't use secure authentication'.) Dovecot's
SSL certificate on the server expires in 2028.
But I cannot get my 'secure-only service' working at all. I've chosen
port 10943 for that service, and have been testing from both KMail on
the server, and TB/Vista on another local machine.
Here's the config:
protocol imap {
# inet users, and also users presented from offsite via an SSH tunnel,
# will use IMAP (any capability) on 143.
listen = *:143
# 143 will not...
2013 May 17
1
ACLs - creating new top level folders
...t-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
login_executable(i...
2013 Feb 10
3
top 10 (n values) for each classes
...2,41401 1 3096 131,11658 1 7191 131
1 3525 128,74521 1 11801 128,57672 1 7264 128,24427 1 3099 128,20339 1,5
11377 127,53474 1,5 10948 126,81159 1,5 11834 126,67371 1,5 11378
126,42474 1,5 11842 126,27561 1,5 4777 126,26175 1,5 10949 124,39545 1,5
3524 123,64685 1,5 5993 123,39782 1,5 10943 123,27824 1,5 3409 122,84964
1,5 10942 121,28378 1,5 11730 118,13305 1,5 10702 117,91925 1,5 11796
117,5239 1,5 4769 117,38123 1,5 11587 116,49326 1,5 7223 114,19009 1,5
3396 114,16026 1,5 3097 113,99856 1,5 3526 113,97446 1,5 11376 113,58453
1,5 11591 113,46819 1,5 7163 110,99291 1,5...
2009 Oct 10
10
clarify 'type', 'executable' & 'path' in 2.0 master.conf?
@2.0's master.conf, there's, e.g.,
service config {
type= config
executable =config
unix_listener {
path = config
mode = 0666
}
}
can someone please explain function/usage for the 'type', 'executable'
& 'path' fields?
and, for any file paths, are the presumed to be _relative_ to the
dovecot executable? in $PATH? can they accept full/absolute
2008 Apr 17
1
Dbox + imap_quota still crashing on 1.1rc4
...Fri Jan 18 12:29:44 MSK 2008 x86_64
x86_64 x86_64 GNU/Linux
/usr/local/dovecot/sbin/dovecot -n
# 1.1.rc4: /usr/local/dovecot/etc/dovecot.conf
log_path: /var/log/dovecot.log
protocols: imap imaps pop3 pop3s
listen(default): *:10143
listen(imap): *:10143
listen(pop3): *:10110
ssl_listen(default): *:10943
ssl_listen(imap): *:10943
ssl_listen(pop3): *:10993
ssl_cert_file: /usr/local/dovecot/etc/ssl/certs/dovecot.pem
ssl_key_file: /usr/local/dovecot/etc/ssl/private/dovecot.pem
ssl_cipher_list: ALL:!LOW:!SSLv2
disable_plaintext_auth: no
login_dir: /usr/local/dovecot/var/run/dovecot/login
login_executab...
2009 Nov 03
2
Zimbra help?
...rting stats via zmcontrol
Nov 2 17:57:59 indie zmmailboxdmgr[10822]: status requested
Nov 2 17:57:59 indie zmmailboxdmgr[10822]: status OK
Nov 2 17:57:59 indie zmmailboxdmgr[10894]: status requested
Nov 2 17:57:59 indie zmmailboxdmgr[10894]: status OK
Nov 3 01:58:00 indie postfix/postqueue[10943]: fatal: Queue report unavailable - mail system is down
Nov 2 17:58:09 indie zmmailboxdmgr[11484]: status requested
Nov 2 17:58:09 indie zmmailboxdmgr[11484]: status OK
I have not done anything with Postfix at all....U am sure it is the Fatal Bind message above, do I need to configure Postfix? I...
2006 Aug 18
1
customization of ActiveRecord models
I''m trying to determine how/if I can use MySql''s spatial extensions
with ActiveRecord. The spatial extensions usually require inserts in
the following format:
INSERT INTO `locations` (name, point) VALUES ("location
name",GeomFromText(''POINT(<lng> <lat>''));
And reads as
SELECT name, AsText(point) AS point FROM locations;
While I
2007 Oct 23
0
beta2-beta4 moving mail between accounts broken
...connected: EOF while appending bytes=16450/0
My config is:
net1#/common/pkgs/dovecot-1.1.beta4-2007-10-23/sbin/dovecot -n -c /tools/conf/dovecot/dovecot-node1.conf
# 1.1.beta4-2007-10-23: /tools/conf/dovecot/dovecot-node1.conf
base_dir: /var/run/dovecot/
protocols: imaps
ssl_listen: 69.94.137.124:10943
ssl_cert_file: /tools/conf/dovecot-certs/coolsurf.com/certs/dovecot.pem
ssl_key_file: /tools/conf/dovecot-certs/coolsurf.com/private/dovecot.pem
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /common/pkgs/dovecot-1.1.beta4-2007-10-23/libexec/dovecot/imap-login
auth d...
2009 Sep 17
1
Move SPAM into SPAM folder
...pecific directory called SPAM.
The server has installed Dovecot + Qmail + Vpopmail + Simscan + Spamassassin + ClamAV.
dovecot -n
# 1.1.16: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.9-67.0.15.plus.c4smp i686 CentOS release 4.6 (Final)
log_path: /var/log/dovecot.log
listen: *:10143
ssl_listen: *:10943
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
first_valid_uid: 89
last_valid_uid: 89
first_valid_gid: 89
last_valid_gid: 89
mail_uid: 89
mail_gid: 89
mail_location: maildir:~/Maildir
mail_plugins: quota
namespace:
ty...
2008 Feb 26
3
multiple ip and ssl
Hello,
is possible in some way use on each ip address different certificate
(for imap, for pop3). There are options like (but that is not enough
for me):
protocol imap {
listen = *:10143
ssl_listen = *:10943
..
}
protocol pop3 {
listen = *:10100
..
}
I have server for 4 domains (each has own ip address), so i need bind
one ip address to one domain to one certificate(each certificate
contains name of domain):
domain1.tld (x.x.x.100) -> certificate domain1.tld.pem
domain2.tld (x.x.x.101) -> c...
2007 Jul 30
1
dovecot-1.1-alpha1 prefetch appears broken
Config shows...
# 1.1.alpha1: /usr/local/conf/dovecot.conf
protocols: imaps
ssl_listen: 69.94.137.124:10943
login_dir: /common/pkgs/dovecot-1.1-alpha1/var/run/dovecot/login
login_executable: /common/pkgs/dovecot-1.1-alpha1/libexec/dovecot/imap-login
mail_debug: yes
auth default:
verbose: yes
debug: yes
debug_passwords: yes
passdb:
driver: sql
args: /usr/local/conf/dovecot-sql.conf...
2006 May 22
1
Fatal: sigaction(SIGRTMIN) failed: Invalid argument
Hello all,
I`ve tried to run dovecot many times in my system (Conectiva Linux
9) and was unable to do so. For some reason it gives this message and
quits - never runs.
My system:
Linux ba.gazetaweb.com 2.4.21-28872cl #1 Sex Mar 21 22:02:49 BRT
2003 i686 unknown
I`m migrating from UW-IMAPD to dovecot. I've compiled it from
sources, using default configurations.
Any help
2011 Mar 18
2
FETCH got too little data (+ wrong W value) with 1 byte offset
...note the size: 63454 vs 63455: it's always like that: one byte
difference.
Here is the dovecot -n result:
# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-24-generic-pae i686 Ubuntu 10.04.2 LTS ext4
log_path: /home/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
listen: *:144
ssl_listen: *:10943
login_dir: /var/run/dovecot/login
login_executable: /usr/lib/dovecot/imap-login
login_process_per_connection: no
mail_max_userip_connections: 20
mail_privileged_group: mail
mail_location: maildir:/home/%u/Maildir:INBOX=/home/%u/Maildir/
mbox_write_locks: fcntl dotlock
auth default:
passdb:
driver:...
2010 Sep 27
1
dovecot 2.0.4 imap service error
...6:08:14 IMAP(raghu): Debug: fs: root=/var/mail/mdbox/raghu,
index=, control=, inbox=
Sep 27 16:08:14 master: Error: service(imap): child 9684 killed with
signal 11 (core dumps disabled)
Sep 27 16:08:14 imap-login: Info: Login: user=<raghu>, method=PLAIN,
rip=192.168.1.5:43444, lip=192.168.1.2:10943, TLS, TLSv1 with cipher
AES256-SHA (256/256 bits)
Sep 27 16:08:14 imap: Debug: Loading modules from directory: /usr/lib64/dovecot
Sep 27 16:08:14 imap: Debug: Module loaded:
/usr/lib64/dovecot/lib10_quota_plugin.so
Sep 27 16:08:14 imap: Debug: Module loaded:
/usr/lib64/dovecot/lib11_imap_quota_plug...
2008 Jun 02
1
Problems under opensuse-10.3-x86_64
...1.1.rc7: /etc/dovecot/dovecot.conf
Error: Missing auth section for server default
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
The prebuild RPM-daemon (v 10.0.13) said:
ian:/opt/src/build/dovecot-1.1.rc7 # dovecot -n
# 1.0.13: /etc/dovecot/dovecot.conf
listen: *:8088
ssl_listen: *:10943
ssl_disable: yes
ssl_cert_file: /etc/exim/www.foo-bar.de.crt
ssl_key_file: /etc/exim/www.foo-bar.de.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable: /opt/dovecot/libexec/dovecot/imap-login
first_valid_uid: 98
mail_location: maildir:~/maildir
mail_executable: /opt/d...
2007 May 14
2
maildir_file_do(/var/admhome/user/Maildir) racing
dovecot version 1.0.0, compile from the sources.
--------- snip --------
# /usr/local/etc/dovecot.conf
listen: *:10143
ssl_listen: *:10943
ssl_cert_file: /etc/ssl/certs/postamt.pem
ssl_key_file: /etc/ssl/private/postamt.key
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
mail_location: maildir:~/Maildir
mail_plugins: quota imap_quota
namespace:
type: priv...
2007 Mar 28
2
Multiple IP(or Host) listen in dovecot.conf.
..._count = 2, forked imap-login processes are
8.
--
samples dovecot.conf applied this patch are following.
CASE 1:
listen = 127.0.0.1, 192.168.0.10, imap-server1, imap-server2.example.com
or
CASE 2:
protocol imap {
listen = 127.0.0.1:143, imap-server1:10143
ssl_listen = imap-server2:10943, 127.0.0.1
..
}
protocol pop3 {
listen = 127.0.0.1, pop-server1:10100
..
}
--
Update brief.
src/master/
master-setting.h:
listen_fd and related members changed to array_t.
also name add (s).
master-setting.c:
few member initialization delet...
2009 Oct 20
2
Expire plugin per domain
Dear Timo thank you for the help your giving me these.
I want to set expire plugin only for some domains in the same way I set autocreate plugin.
vchkpw-wrapper.sh
#!/bin/bash
DOMAIN=`echo $VPOPUSER|sed s/^.*@//`
echo $USER > /tmp/autocreate
echo $DOMAIN >> /tmp/autocreate
if [ "$DOMAIN" = "operaciones.qnet.com.pe" ]; then
export USERDB_AUTOCREATE=INBOX.Spam
2007 May 09
3
No authentication sockets found
...login dir (/var/run/dovecot) is
dovecot:dovecot, perm 755, while /var/run/dovecot/login is root:dovecot,
750.
Host is running AIXV5.3 TL5 SP6 (latest level), DC is compiled with
IBM's AIX for C, V6.0
dovecot -n output
> # /usr/local/etc/dovecot.conf
> listen: *:10143
> ssl_listen: *:10943
> disable_plaintext_auth: no
> verbose_ssl: yes
> login_dir: /var/run/dovecot/login
> login_executable: /usr/local/libexec/dovecot/imap-login
> verbose_proctitle: yes
> first_valid_uid: 200
> mail_location: mbox:~/mail:INBOX=/var/spool/mail/%u:INDEX=/var/dcndx/%u
> mail_debu...