One way is to use 
https://doc.dovecot.org/configuration_manual/authentication/auth_policy/or you 
can use passdb {  driver = passwd-file  deny = yes  args = 
username_formar=%{rip} /etc/dovecot/deny.ip}or you can use 
https://doc.dovecot.org/configuration_manual/authentication/lua_based_authentication/and
 write this in Lua.Aki
-------- Original message --------From: Hippo Man <hippo...@gmail.com> Date: 
8/1/23  18:14  (GMT+02:00) To: dovecot@dovecot.org Subject: Forcing imap 
authentication failure for certain IP addresses I'm running dovecot 2.3.18 
under Debian 11.I want to do something that's a bit unusual: when IMAP 
connections are attemptedfrom a few specific IP addresses, I want to force an 
IMAP authentication failurefrom those connections, no matter what user ID and 
password are specified.I know that I can use iptables to completely block imap 
access from those IPaddresses to the IMAP ports. However, in these specific 
cases, I'd prefer thatthe connection goes through to dovecot, but for dovecot 
then to always generateauthentication failures for those specific connections 
... even if a validuser ID and password happen to be specified.Is there a way 
to do this in dovecot?Thank you very much in advance.--  hippo...@gmail.com 
Take a hippopotamus to lunch today.    .---------, 0__0   /           (  
oo'---,  /                    oo\ ,\                      | | \                
,=__/    \              /    /  /------|  /|    |__|-'    |__|'
_______________________________________________
dovecot mailing list -- dovecot@dovecot.org
To unsubscribe send an email to dovecot-le...@dovecot.org

Reply via email to