Displaying 20 results from an estimated 30000 matches similar to: "Configure dovecot to provide SASL"
2013 May 19
1
Configure dovecot to provide SASL authentication
Hi,
I'm trying to get dovecot to provide SASL authentication for
postfix My setup appears to be working but I'm not 100% certain
I've got it right. I've come across several examples for dovecot
version 1 but I'm running 2.0.9. The output of doveconf -n is here :
2.0.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-279.2.1.el6.x86_64 x86_64 CentOS release 6.3 (Final)
2014 Sep 04
2
SASL LOGIN : connection to server lost with more than 10 simulatneaous postfix smtps
Hi All,
I have a problem with SASL authentification from postfix when more than
10 mails is sent from the same user simultaneously
Postfix abort connection ( Connection lost to authentication server ).
Dovecot log after the postfix error an error about
connection lost also ( read EOF )
I don't seem to find a parameter for a maximum of connection for the
auth process ( ther's one for
2019 Sep 25
0
Can't Get SASL to Work
This looks more of a postfix than dovecot issue, the error is really odd
though.
Aki
On 24.9.2019 22.51, Christopher Wooley via dovecot wrote:
> I have been fighting with this for almost 2 days. I can't seem to get
> the SMTP server to authenticate through SASL. I have turned so many
> things off and on, I don't remember what I've done, anymore. Can
> someone look at
2014 Sep 05
1
Dovecot + Postfix postmulti SASL
Hello,
Our Postfix setup uses multi-instance feature. I would like to enable
dovecot SASL mechanisms in postfix. Open two unix sockets is not a
problem for us:
service auth {
unix_listener /var/spool/postfix-instance1/private/auth {
mode = 0660
user = postfix
group = postfix
}
unix_listener /var/spool/postfix-instance2/private/auth {
mode = 0660
user = postfix
group
2012 Sep 03
1
dovecot sasl + postfix issue
Hello,
I'm trying to configure postfix + Dovecot SASL for user authenticated
mail relay.
I set following configuration on postfix
queue_directory = /var/spool/postfix
smtpd_sasl_auth_enable = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
smtpd_sasl_authenticated_header = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
2013 Feb 25
1
Dovecot SASL: SCRAM-SHA-1 Authentication Fails
Dear all,
I use Dovecot SASL (2.1.15) on Ubuntu 12.04 for IMAP authentication and
Postfix SASL authentication. I tried to setup SCRAM-SHA-1 as SASL
mechanism. This works well on Dovecot's client side towards my OpenLDAP
server (with libsasl-2), but fails on the server side (IMAP and SMTP).
In the following, there's an extract from Dovecot's log, when using mutt
as SMTP client:
2015 Apr 26
2
seeking sasl configuration example
hi everyone
could someone show me there sasl configuration section in their
dovecot.conf,
i have postfix and dovecot setup for virtual users (no system users)
everything works fine including tls,
i have tried various examples off the web for sasl but they either have
obsolete parameters
or are for a setup with system users,
i would prefer to use dovecots sasl implementation.
dovecot --version =
2012 Feb 19
2
Some trouble with dovecot 2.1 and SASL
Hi,
I'm testing dovecot 2.1.0, on Debian 6.0, with "passdb driver = imap"
and SASL for postfix's SMTP-Auth, like explained ih this howto:
http://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Authentications over IMAP (local dovecot -> remote dovecot) works fine,
and it's great. Also smtp-auth on postfix (over SASL) works fine. But in
the dovecot log I found this
2019 Sep 24
2
Can't Get SASL to Work
I have been fighting with this for almost 2 days. I can't seem to get the
SMTP server to authenticate through SASL. I have turned so many things off
and on, I don't remember what I've done, anymore. Can someone look at these
and tell me what I'm missing. I get this in the log, anytime postfix tries
to authenticate.
Sep 24 19:48:14 ubuntu postfix/smtpd[14464]: warning: SASL:
2013 Jul 02
0
Dovecot METADATA plugin configuration
Debian Wheezy
dovecot 2.2.4 (deb http://xi.rename-it.nl/debian/
stable-auto/dovecot-2.2.patched main)
dovecot-metadata-plugin v14
/var/lib/dovecot 777 dovecot:dovecot
/var/lib/dovecot/shared-metadata 700 dovecot:dovecot
/var/run/dovecot 777 dovecot:dovecot
/var/run/divecot/dict 666 mail:dovecot
Test1 - create calendar UTF7 mailbox (no errors in
2017 Feb 03
0
postfix/smtpd[725]: fatal: no SASL authentication mechanisms
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
2015 Apr 26
0
seeking sasl configuration example
On Apr 26, 2015, at 4:32 AM, shadrock uhuru wrote:
> hi everyone
> could someone show me there sasl configuration section in their
> dovecot.conf,
> i have postfix and dovecot setup for virtual users (no system users)
> everything works fine including tls,
> i have tried various examples off the web for sasl but they either have
> obsolete parameters
> or are for a setup
2019 Nov 14
1
SASL AUTH with postfix
On 2019-11-14 15:41, Benny Pedersen via dovecot wrote:
> Jorge Bastos via dovecot skrev den 2019-11-14 16:25:
>
>> I've tried to search for the realm part in dovecot but didn't found it,
>> Could you guide me to it?
>
> doveconf -d | grep realm
>
> doveconf -n if more help is needed
Thanks Benny,
It was in my front and didn't saw it.
Now i need to
2010 Mar 07
1
Question about SASL auth
I have recently upgraded from Dovecot 1.2.10 to 2.0.beta3.
I have Postfix 2.3.3 and use Dovecot to provide SASL auth for Postfix.
# dovecot -n
# 2.0.beta3: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux 2.6.18-8.1.14.el5 i686 CentOS release 5 (Final)
auth_mechanisms = plain apop login
auth_worker_max_count = 5
mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u
mail_privileged_group = mail
2020 Sep 22
0
Dovecot SASL
Howdy,
I'm going back to this matter, to finish the replacement os cyrus SASL
per dovecot-SASL.
I want to have the same functionality that i had before, that is, SASL
check's AUTH agains a different table than the users one.
I was looking in the dovecot-SASL docs, and i see nothing related.
(https://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL)
Does someone have an ideia on how to
2011 Nov 13
1
Dovecot v2.0.13 unix_listeners
Could somebody be able to explain to me what the various unix_listeners do in the Dovecot 2.x configuration (specifically in 10-master.conf).
Currently, for postfix to use for local delivery, I have:
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix
mode = 0660
user = postfix
}
}
and for auth I have:
service auth {
unix_listener
2019 Mar 23
3
dovecot sasl support
i've tried to replace saslauthd with dovecot sasl service
stopped saslauthd daemon and added
service auth {
unix_listener /var/run/saslauthd/mux {
mode = 0660
user = root
group = mail
}
}
so it will listen on the same socket.
the effect with sendmail is as below
Mar 23 21:23:29 <2.3> puchar dovecot: auth: Error: Authentication client
not compatible with this server (mixed
2018 Aug 04
1
replication fails and corrupts index with zlib enabled
Hi, I have two Debian Jessie servers with Dovecot 2.2.13 TCP replication
on that have worked fine for years, but now one of them is running low
on disk space, so I wanted to try enabling zlib.
I crafted a script following the description given in
https://wiki.dovecot.org/Plugins/Zlib and xz'ed some inboxes on the
stand-by server, the one with low disk space. So every email in those
inboxes
2016 Jun 14
3
Upgrade to 2.2.9 breaks sasl auth
Hi
This is my 1st time here so please be gentle.
I have encountered one problem since upgrading from 2.0.19 to 2.2.9
which has me beat.
The system provides sasl auth services via inet to a postfix 2.11 system.
Since the upgrade postfix complains of no sasl methods available.
The same dovecot configuration is used on both versions.
Now I get these results looking at the inet connection
Version
2015 Jan 28
0
Indexing Mail faster
Also tried to reload the config but still getting slow search.
Just tried to reindex the box by running
dovecot index -u user at email.net inbox
I am still getting searches close to 2:45 minutes. It seems strange.
A smaller inbox took less time:-
. OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT