Displaying 20 results from an estimated 30000 matches similar to: "dovecot-auth only configuration"
2014 Sep 06
1
vsz_limit is 18,447 PB
I encountered this error on FreeBSD 9.3 with dovecot2-2.2.13_3
Short version; vsz_limit is 18,447 PB and it ran out of RAM. Suggestions for change?
Sep 6 03:39:32 mailjail dovecot: imap(dan): Panic: file imap-fetch.c: line 556 (imap_fetch_more): assertion failed: (ctx->client->output_cmd_lock == NULL || ctx->client->output_cmd_lock == cmd)
Sep 6 03:39:32 mailjail dovecot:
2008 Jul 03
1
EXIM + Dovecot - Auth mechanism
Hello all.
Sorry for a lot of question - im making a new mail system now.
Im wondering how to auth different MUA.
For example Thunderbird & The Bat 4.x - CRAM-MD5
MS Outlook 2007 - DIGEST-MD5
Im create a 3 users and store passwords in LDAP using MD5-CRYPT(1),
CRYPT(2) and MD5(3) - for tests.
If im not use "secure connection" in thunderbird - im auth fine(plain
text over SSL)
2013 Sep 13
3
SSL with startssl.com certificates
I'm using Dovecot 2.2.5. I'm setting up and new IMAPS server for
personal use (i.e. only me).
I have success with self-signed certificates but not with others (e.g.
StartSSL.com)
With StartSSL certs:
I've been able to connect and test commands via: openssl s_client
-connect imaps.unixathome.org:993
Can you configure your iPhone or Macbook to access the above?
Authentication
2010 Apr 14
1
imap login fails with "no auth attempts"
Hi,
I'm currently facing a strange behaviour of dovecot 1.2.10 (and
before): after some days the login into our mail servers stops working
for imap-connections. pop3-users can go on with using dovecot. Looking
into the logfile I can only find:
[...]
imap-login: Disconnected (no auth attempts)
imap-login: Disconnected: Shutting down (no auth attempts)
[...]
as a hint what is maybe happening.
2017 Feb 02
0
Dovecot auth-worker error after cram-md5 auth
I haven't doveadm logs in /var/log/. Are they default in another place or
maybe should I turn on something?
My config (default passdb block and auth_mechanisms, nothing more changed):
root at vps342401:/etc/dovecot# doveconf -n
# 2.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 3.13.0-100-generic x86_64 Ubuntu 14.04.5 LTS
auth_mechanisms = plain login
listen = *,[::]
log_timestamp = "%Y-%m-%d
2017 Feb 01
0
Dovecot auth-worker error after cram-md5 auth
Because cram-md5 needs the user's password for calculating responses, it
cannot work with hashed passwords (one-way encrypted). The only
supported password schemes are PLAIN and CRAM-MD5.
Aki
On 01.02.2017 09:33, Poliman - Serwis wrote:
> I always restart dovecot after change config. ;) Sure, I commented out
> added two lines by me, restarted dovecot and here it is:
>
> # 2.2.9:
2008 Jul 02
2
Can't connect to auth server at /var/run/dovecot/auth-master: No such file or directory
Hello all.
Just one quick stupid question. ;-(
Im try to configure Exim + Dovecot 1.1.1 on FreeBSD 7.0
Then im try to send mail in logs im see this:
deliver(admin at domain.off): Jul 02 13:52:22 Error: Can't connect to auth
server at /var/run/dovecot/auth-master: No such file or directory
%ls -al /var/run/dovecot/*
srw-rw---- 1 exim wheel /var/run/dovecot/auth-client
srw------- 1
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E. Whale, CEH
CHS CISA CISSP:
> I have two servers pointing to an NFS mounted mail spool with
> dovecot. Since I recently switched from using Dovecot v1.X, I
> have been experiencing high CPU use with the two Dovecot
> servers.
> I am not certain why they are not well behaved. Here is the
>
2017 Feb 01
0
Dovecot auth-worker error after cram-md5 auth
You are probably wanting to do
passdb {
driver = passwd-file
args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
}
passdb {
driver = sql
args = /etc/dovecot/dovecot-sql.conf
}
Why you want to use cram-md5 is beyond me, because using SSL is much
more safer.
Aki
On 01.02.2017 09:41, Poliman - Serwis wrote:
> Default it was: "auth_mechanisms = plain login" and I added cram-md5.
2017 Feb 01
0
Dovecot auth-worker error after cram-md5 auth
Are you still trying to authenticate using cram-md5?
Aki
On 01.02.2017 09:51, Poliman - Serwis wrote:
> It still use:
> passdb {
> driver = passwd-file
> args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> }
>
> When I delete above and delete "cram-md5" in auth_mechanisms it still not
> working.
>
> 2017-02-01 8:45 GMT+01:00 Aki Tuomi <aki.tuomi at
2018 Mar 30
0
dovecot auth error: Illegal seek
> On 30 March 2018 at 15:11 panetta <panetta at mat.unical.it> wrote:
>
>
> Hi,
>
> I recently configured dovecot to manage auth
> for both local and virtual user.
> When i login as a virtual user (claudio.panetta) I get the following
> message:
>
> dovecot: auth: Error:
> passwd(claudio.panetta,160.97.62.1,<WLjlnZ9oRACgYT4B>): getpwnam()
>
2017 Feb 01
0
Dovecot auth-worker error after cram-md5 auth
Can you check your logs?
Aki
On 01.02.2017 10:02, Poliman - Serwis wrote:
> When I used backup copy of the dovecot.conf file I have this same error. So
> I think that maybe something was written to database? I really would point
> out that I only added
> passdb {
> driver = passwd-file
> args = scheme=cram-md5 /etc/dovecot/cram-md5.pwd
> }
>
> and comment out from
2017 Feb 01
0
Dovecot auth-worker error after cram-md5 auth
doveadm log errors can be helpful too
On 01.02.2017 10:25, Poliman - Serwis wrote:
> I can check each logs, I have root privileges.
>
> 2017-02-01 9:04 GMT+01:00 Aki Tuomi <aki.tuomi at dovecot.fi>:
>
>> Can you check your logs?
>>
>> Aki
>>
>>
>> On 01.02.2017 10:02, Poliman - Serwis wrote:
>>> When I used backup copy of the
2018 Dec 18
0
High Load average on NFS Spool - v.2.1.15 & 2.2.13
Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
CHS CISA CISSP:
> I have, but I will be happy to review it once again.
>
>
> On 12/18/18 2:14 PM, admin wrote:
>
>
>
> >
> > Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E.
> > Whale, CEH CHS CISA CISSP:
> >
> >
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
I have two servers pointing to an NFS mounted mail spool with dovecot.?
Since I recently switched from using Dovecot v1.X, I have been
experiencing high CPU use with the two Dovecot servers. I am not certain
why they are not well behaved.? Here is the configuration information.
This configuration is currently running at a load average of 17.
/usr/sbin/dovecot -n
# 2.1.15:
2011 Nov 28
0
squat fts not working on 2.1rc1
Hello,
I tried to upgrade from 2.0.15 to 2.1.rc1 over the weekend but ran into
some problems with squat. My two largest mailboxes were corrupted,
producing this error:
Nov 27 17:38:12 kerio1 dovecot[42860]: imap(bigmailbox): Error:
Corrupted squat uidlist file
/var/mail/metro-email.com/bigmailbox/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.search.uids:
wrong indexid
There is a good chance
2013 Oct 22
2
doveadm: Fatal: open(/dev/tty)
I received this message today, and remembered, you can't do that...
$ doveadm pw -s SHA512-CRYPT
Enter new password: doveadm(dan): Fatal: open(/dev/tty) failed: No such
file or directory
</pre>
It seems if you have no tty, you can't create a password. Surely there
is a better way to do this?
Looking at the code, it's trying to open the tty and turn off echo.
For the
2018 Mar 30
2
dovecot auth error: Illegal seek
Hi,
I recently configured dovecot to manage auth
for both local and virtual user.
When i login as a virtual user (claudio.panetta) I get the following
message:
dovecot: auth: Error:
passwd(claudio.panetta,160.97.62.1,<WLjlnZ9oRACgYT4B>): getpwnam()
failed: Illegal seek
but login is ok and sending/receiving email is ok,
how can, if possible, I suppress this error message?
In the
2018 Dec 18
1
High Load average on NFS Spool - v.2.1.15 & 2.2.13
dont play net cop here
but since you want to try force your opinion down others throats heres
one for you, if you want to try dictate to someone to bottom post to
suite you how about you use proper net etiquette yourself and TRIM
your posts
On 12/19/18, admin <admin at awib.it> wrote:
> Am Dienstag, den 18.12.2018, 14:26 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>>
2018 Dec 18
2
High Load average on NFS Spool - v.2.1.15 & 2.2.13
I have, but I will be happy to review it once again.
On 12/18/18 2:14 PM, admin wrote:
> Am Dienstag, den 18.12.2018, 14:06 -0500 schrieb Albert E. Whale, CEH
> CHS CISA CISSP:
>>
>> I have two servers pointing to an NFS mounted mail spool with
>> dovecot.? Since I recently switched from using Dovecot v1.X, I have
>> been experiencing high CPU use with the two