Displaying 20 results from an estimated 5000 matches similar to: "Disconnected: Shutting down:"
2007 Dec 13
2
SYN flooding / pipe() failed: Too many open files
Hello *,
I've the following problem with dovecot 1.0.7:
/var/log/messages shows
| Dec 13 13:48:27 mailbox kernel: possible SYN flooding on port 143. Sending cookies.
and /var/log/maillog shows (Please note: nearly the same time):
| Dec 13 13:48:28 mailbox dovecot: pipe() failed: Too many open files
This leads to an unresponsive mail service and requires a dovecot restart.
What
2007 Jul 26
2
auth_cache_...
Hello,
the dovecot-example.conf states:
# Authentication cache size in kilobytes. 0 means it's disabled.
# Note that bsdauth, PAM and vpopmail require cache_key to be set for caching
# to be used.
#auth_cache_size = 0
# Time to live in seconds for cached data. After this many seconds the cached
# record is no longer used, *except* if the main database lookup returns
# internal failure. We
2008 Jan 21
2
I/O leak: 0x804d580
Hello *,
I'm running dovecot 1.0.10 on a Fedora 6 with this configuration
# 1.0.10: /usr/local/dovecot/etc/dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap imaps pop3 pop3s
ssl_cert_file: /usr/local/dovecot/etc/mailbox.pem
ssl_key_file: /usr/local/dovecot/etc/mailbox.key
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable(default):
2007 Sep 14
0
imap / 1,.0.5: Connection closed: Broken pipe
Hello *,
since the upgrade to version 1.0.5 (from 1.0.3) I observe lines of the form
imap(XXXXXXXX): Connection closed: Broken pipe
in the logfile, which I've never seen before.
What's behind? Should I care about?
Regards ______________________________________________________________
Frank Elsner / c/o Technische Universitaet Berlin |
2007 Mar 09
2
Convert plugin mbox to maildir has no effect
Convert plugin seems to have no effect with dovecot-1.0.rc26 and my settings.
When a user log, maildir creation is successful, but no mbox conversion occur.
New incoming mails are dropped into maildir, but I cant access those
in Mbox file.
I set the following in dovecot.con as describe on wiki.
mail_location: maildir:/var/mail/Maildir/%u
convert_mail: mbox:/var/mail:INBOX=/var/mail/%u
Any
2008 Sep 10
2
1.2.alpha1: file_dotlock_open() failed with subscription file
Hi *,
running dovecot 1.2.alpha1 I find the following messages in the log:
Sep 10 01:28:38 seymour dovecot: IMAP(steffen,192.168.28.31): fchown(/home/Mail/steffen/subscriptions.lock) failed: Operation not permitted
Sep 10 01:28:38 seymour dovecot: IMAP(steffen,192.168.28.31): file_dotlock_open() failed with subscription file /home/Mail/steffen/subscriptions: Operation not permitted
Sep 10
2015 Oct 20
0
getent passwd not showing domain users at boot
You could als do a "service winbind status".
Am 20.10.2015 um 12:49 schrieb mathias dufresne:
> Mark,
>
> As you try to extract all users from AD and as it is not always advisable I
> would try into your rc script to retrieve only one user at boot time, just
> to check if winbind is not working at all at that moment or if it refuse to
> extract all domain users at
2008 Dec 17
2
Unknown quota backend / imap dump-capability process returned 89
Hi all,
I want to use maildir++ quota with dovecot but when starting I get:
> service dovecot start
Starting IMAP-Service (dovecot 1.1.7)
ILoading modules from directory: /usr/dovecot/lib/dovecot/imap
IModule loaded: /usr/dovecot/lib/dovecot/imap/lib10_quota_plugin.so
IModule loaded: /usr/dovecot/lib/dovecot/imap/lib11_imap_quota_plugin.so
IModule loaded:
2019 Nov 12
2
dovecot -2.2.24 on Fedora 31
On Tue, 12 Nov 2019 00:17:28 +0100 Frank Elsner via dovecot wrote:
> On Mon, 11 Nov 2019 23:47:27 +0100 Frank Elsner via dovecot wrote:
[ ... ]
> I narrowed the probelem down to the warnings
>
> Warning: service auth { client_limit=128 } is lower than required under max. load (768)
> Warning: service anvil { client_limit=256 } is lower than required under max. load (643)
These
2015 Oct 21
1
getent passwd not showing domain users at boot
I added `service winbind status` to the beginning of my rc.local script and,
after booting, saw the message: "winbind stop/waiting".
So you're right, winbind is not running.
Hmmm, I thought rc.local was the last thing to run at boot time. winbindd is run
as a daemon, so I suppose rc.local could run before winbind has a chance to get
all its ducks in a row.
I'll try looping in
2008 Dec 24
2
verbose_proctitle not working with post-login
Happy Xmas,
when using a post-login procedure the "verbose_proctitle = yes" has no effect.
If it is feature
then
please explain
else
please fix the bug
fi
--Frank Elsner
2012 May 08
1
Exim / Dovecot and AUTH LOGIN
Hi to both adressed mailing lists,
I followed the instructions in http://wiki2.dovecot.org/HowTo/EximAndDovecotSASL
exim.conf:
| plain:
| driver = dovecot
| public_name = PLAIN
| server_socket = /var/run/dovecot/auth-client
| server_set_id = $auth1
|
| login:
| driver = dovecot
| public_name = LOGIN
| server_socket = /var/run/dovecot/auth-client
|
2019 Nov 11
3
dovecot -2.2.24 on Fedora 31
Hi,
I try to compile dovecot -2.2.24 on Fedora 31 and get the following error:
iostream-openssl.c: In function ?openssl_iostream_verify_client_cert?:
iostream-openssl.c:118:37: error: dereferencing pointer to incomplete type ?X509_STORE_CTX? {aka ?struct x509_store_ctx_st?}
118 | subject = X509_get_subject_name(ctx->current_cert);
| ^~
make[3]: ***
2007 Dec 21
1
R script to start session (without automatically finishing)
Hello R friends
I am quite impressed by the power of R, I am using it only since some
weeks now. But its visualizing capabilities are outstanding!
But one thing I couldn't solve: I have programs producing lots of data,
most times 3D. In R I am using the library rgl to visualize nicely the
3D data.
What I would like to do is to write R scipts which read in a data file
and show me the 3D
2015 Oct 20
2
getent passwd not showing domain users at boot
Mark,
As you try to extract all users from AD and as it is not always advisable I
would try into your rc script to retrieve only one user at boot time, just
to check if winbind is not working at all at that moment or if it refuse to
extract all domain users at that moment...
Cheers,
mathias
2015-10-20 10:18 GMT+02:00 Ole Traupe <ole.traupe at tu-berlin.de>:
> Mark, did you make sure
2013 Nov 05
2
ssl-params regeneration with dovecot 2.2.7
Hello,
after switching from version 2.2.7 to 2.2.7 I miss the loglines which say:
ssl-params: Generating SSL parameters
ssl-params: SSL parameters regeneration completed
The configuration has not been changed and reads:
| # 2.2.7: /usr/local/dovecot/etc/dovecot/dovecot.conf
| # OS: Linux 2.6.35.14-106.fc14.i686.PAE i686 Fedora release 14 (Laughlin) ext3
| auth_mechanisms = plain login
|
2018 Feb 16
0
PhD Student / Postdoc job position at TU Berlin
Hi,
we are looking for either one post-doctoral researcher or PhD student to
work with us on the CELERITY project.
The main goal is the design of a programming environment to develop
energy- and performance- efficient, predictably scalable, and
easy-to-program parallel applications targeting large-scale
heterogeneous HPC clusters. The CELERITY environment will integrate a
compilation part
1998 Jun 03
0
Security question about suspect logfile entries
Hello,
in the last days I found some entries in nmb.log on one of my servers:
process_node_status_request: status request for name *<00> from IP 195.232.44.19
0 on subnet REMOTE_BROADCAST_SUBNET - name not found.
(repeated many times)
The host on this ip is not exactly in my domain :-)
# nslookup
Default Name Server: localhost
Address: 127.0.0.1
> set type=PTR
> 195.232.44.190
Name
2010 Feb 22
1
Migration 1.2.10 -> dovecot-2.0.beta
Hello *,
I've a well functioning dovecot.1.2.10 installation. I'd like to migrate to
dovecot.2.0.beta. Is it possible to use one (big) dovecot.conf or must I
split it into pieces into directory conf.d? What is the best procedure
to convert the configuration file?
Any pointers welcome.
--Frank Elsner
2009 Jul 24
1
Handling of file "maildirsize"
Hello,
My "exim" is doing the deliveries, "dovecot" handles POP/IMAP.
Exim Log shows:
2009-07-24 14:03:40 1MUJUy-0001Jr-B0 == user at domain.tu-berlin.de R=maildir_user T=maildir_delivery defer (2): No such file or directory: while opening or reading /var/Mail/Boxes/u/user/maildirsize
2009-07-24 14:20:32 1MUJUy-0001Jr-B0 => user <user at domain.tu-berlin.de>