Displaying 14 results from an estimated 14 matches for "dovecot_plain".
Did you mean:
dovecot_main
2019 Apr 26
5
faI2ban detecting and banning but nothing happens
...ctions [7853]: NOTICE [dovecot] 185.36.81.165 already banned
2019-04-26 11:44:09,734 fail2ban.filter [7853]: INFO [dovecot] Found 45.227.253.100
2019-04-26 11:44:19,887 fail2ban.filter [7853]: INFO [dovecot] Found 45.227.253.100
and yet the IP is still getting through to exim:
2019-04-26 11:41:39 dovecot_plain authenticator failed for ([46.232.112.21]) [46.232.112.21]: 535 Incorrect authentication data (set_id=aa26fa5)
2019-04-26 11:41:44 dovecot_plain authenticator failed for ([45.227.253.100]) [45.227.253.100]: 535 Incorrect authentication data (set_id=*********)
2019-04-26 11:41:55 dovecot_plain authe...
2019 Apr 19
4
faI2ban detecting and banning but nothing happens
...l2ban on
Centos 7 and all looks fine.
I've added a fail regex to /etc/fail2ban/filter.d/exim.conf as suggested on
another page:
\[<HOST>\]: 535 Incorrect authentication data
which appears to be successfully matchnig lines in /var/log/exim/mail.log such
as
2019-04-19 13:06:10 dovecot_plain authenticator failed for ([185.222.209.71])
[185.222.209.71]: 535 Incorrect authentication data
/var/log/fail2ban.log, and the generarted emails all say that the regex is
working and the IP addresses are getting banned.
2019-04-19 13:06:32,461 fail2ban.filter [21954]: INFO [dovecot]...
2010 Jun 30
2
Can't establish Dovecot authorization in Exim.
...m neccesary to use SSL(TLS)
for authorization of outgoing SMTP?
Configuration files is as
follows;
- Exim
----------------------------------------------------------
dovecot_login:
driver = dovecot
public_name = LOGIN
server_socket =
/var/run/dovecot/auth-client
server_set_id = $auth1
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket =
/var/run/dovecot/auth-client
server_set_id = $auth2
----------------------------------------------------------
- Dovecot
----------------------------------------------------------
auth default {
mechanisms = plain login
passd...
2009 Jul 17
2
exim4 dovecot sasl problem
...!eq{PASSWDLINE}{}\
????????????????????? {}fail}\
???????????????? ; ${extract{1}{::}{PASSWDLINE}}\
??? ??? ?; ${sg{PASSWDLINE}{\\N([^:]+:)(.*)\\N}{\\$2}}"
.endif
dovecot_login:
? driver = dovecot
? public_name = LOGIN
? server_socket = /var/run/dovecot/auth-client
? server_set_id = $auth1
dovecot_plain:
? driver = dovecot
? public_name = PLAIN
? server_socket = /var/run/dovecot/auth-client
? server_set_id = $auth1
How can I fight insomnia? Discover how on Yahoo! Answers. http://ph.answers.yahoo.com
2008 Jan 20
3
Exim Dovecot Authentication Problem
Having a hard time figuring out something that is supposed to be easy.
Tryiong to configure Dovecot so that it provides authentication to Exim
for outgoing smtp. Tried different things and getting
authentication socket protocol error
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
auth default {
# Space separated list of wanted authentication mechanisms:
# plain digest-md5 cram-md5 apop anonymous
mechanisms = plain
#
# Password database is used to...
2007 Feb 27
1
dovecot-auth (1.0rc24) on Solaris seems broken.
...09 Info: auth(default): auth_client_input: client
disconnected: Illegal seek
Now, on the exim end if I don't have the i_info() call in the routine the call
to fgets() which exim is using never returns. If I put the i_info() call in
there it does and gives an error, e.g.
2007-02-27 13:35:09 dovecot_plain authenticator failed for
vanguard.earth.ox.ac.uk [163.1.22.82]: 435 Unable to authenticate at present:
authentication socket protocol error
Now, the istreams code in dovecot seems rather too obscure for me to debug any
further.
According to the read(2) man page under Solaris 10, the only versi...
2019 Apr 19
0
faI2ban detecting and banning but nothing happens
...gt;
>I've added a fail regex to /etc/fail2ban/filter.d/exim.conf as suggested on
>another page:
>
> \[<HOST>\]: 535 Incorrect authentication data
>
>which appears to be successfully matchnig lines in /var/log/exim/mail.log such
>as
>
>2019-04-19 13:06:10 dovecot_plain authenticator failed for ([185.222.209.71])
>[185.222.209.71]: 535 Incorrect authentication data
>
>/var/log/fail2ban.log, and the generarted emails all say that the regex is
>working and the IP addresses are getting banned.
>
>2019-04-19 13:06:32,461 fail2ban.filter [21...
2019 Jul 15
0
Unable to send the mail but able to receive them
From my mac mail client I've connected to remote exim+dovecot server. Since few weeks back I was not able to send mail but able to receive.
exim in /var/log/messages says:
Jul 14 15:22:15 RPi3B exim[3576]: 2019-07-14 20:52:15 dovecot_plain authenticator failed for ([xx.xx.xx.xx]) [yy.yy.yy.yy]: 535 Incorrect authentication data (set_id=necktwi)
dovecot in /var/log/dovecot.log says:
Jul 14 19:40:27 auth: Debug: client in: AUTH 1 LOGIN service=smtp rip=yy.yy.yy.yy lip=xx.xx.xx.xx nologin resp= (previous base64 data may contain sen...
2019 Apr 29
2
faI2ban detecting and banning but nothing happens
...tting "port = 0:65535" in your definition in "jail.local" and not
> install firewallcmd-ipset.local.
I have just tried this, and re-started fail2ban. It does not seem to have worked.
I have looked at /var/log/exim/main.log and found lots of lines like
2019-04-29 09:39:15 dovecot_plain authenticator failed for (hosting-by.directwebhost.org.) [45.227.253.100]: 535 Incorrect authentication data
which are still not being stopped. I have run the commands
[root at ollie2 ~]# fail2ban-client set exim banip 45.227.253.100
45.227.253.100
[root at ollie2 ~]# fail2ban-client set exim b...
2019 Apr 19
0
faI2ban detecting and banning but nothing happens
...gt; another page:
The standard exim.conf already has a 535 filter. Was that not working
for you?
>
> \[<HOST>\]: 535 Incorrect authentication data
>
> which appears to be successfully matchnig lines in /var/log/exim/mail.log such
> as
>
> 2019-04-19 13:06:10 dovecot_plain authenticator failed for ([185.222.209.71])
> [185.222.209.71]: 535 Incorrect authentication data
Just to check - you are authenticating against dovecot for SMTP within
exim (and it's not that dovecot authentication is getting mixed up with
the exim logs)?
>
> /var/log/fail2ban.log...
2009 Oct 07
3
Samba AD and Dovecot
Hello All,
I haven't seen the answer to this, maybe I am just using the wrong
searches. I have two queries related to this:
1) I have seen how to configure for LDAP and Kerberos. AD uses both
together. All user information is in AD/LDAP and authentication is
AD/Kerberos. How can I configure Dovecot to use both appropriately?
2) I can cause Samba to create certain directories on login, etc.
2016 Sep 23
2
Broken auth-* sockets.
...lroute queryprogram
redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim4/exim4.conf
---
The problem is sockets Dovecot creates are somehow broken. Exim reports
something like:
---
2016-09-21 14:45:26 dovecot_plain authenticator failed for *** ([***])
[***]: 435 Unable to authenticate at present: authentication socket
connection error
2016-09-21 14:45:26 dovecot_login authenticator failed for *** ([***])
[***]: 435 Unable to authenticate at present: authentication socket
connection error
---
and I initia...
2019 Apr 19
2
faI2ban detecting and banning but nothing happens
...n't
seem to be the problem as the actions are being correctly triggered.
> > \[<HOST>\]: 535 Incorrect authentication data
> >
> > which appears to be successfully matchnig lines in /var/log/exim/mail.log
> > such as
> >
> > 2019-04-19 13:06:10 dovecot_plain authenticator failed for
> > ([185.222.209.71]) [185.222.209.71]: 535 Incorrect authentication data
>
> Just to check - you are authenticating against dovecot for SMTP within
> exim (and it's not that dovecot authentication is getting mixed up with
> the exim logs)?
This is c...
2016 Mar 09
4
Setting up public mailboxes - user not found
...LOGIN
server_socket = /var/run/dovecot/auth-client
# setting server_set_id might break several headers in mails sent by authenticated smtp. So be careful.
server_set_id = $auth1
.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
server_advertise_condition = ${if eq{$tls_in_cipher}{}{}{*}}
.endif
dovecot_plain:
driver = dovecot
public_name = PLAIN
server_socket = /var/run/dovecot/auth-client
server_set_id = $auth1
.ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
server_advertise_condition = ${if eq{$tls_in_cipher}{}{}{*}}
.endif
So any tips on how to fix this would be great.