Richard G
Verified User
We can't login to pop3 on port 110, not even if we have this in our exim.variables.conf.custom and rebuild exim.conf file.
AUTH_ENABLE_CONDITION = yes
What do we need to do so smtp on port 25 is blocked, but plaintext authentication is allowed on port 587 and also for pop3 on port 110 so the old ports.
Before we had this line:
echo 'AUTH_ENABLE_CONDITION = ${if !eq{$interface_port}{25}}' >> /etc/exim.variables.conf.custom
but also in that case, connections to port 110 are not allowed (did not test smtp).
Edit: reason might be dovecot is not starting.
Fatal: Error in configuration file /etc/dovecot/conf.d/91-quota-warning.conf
Got this content in there:
Code:
plugin {
quota_warning = storage=100%% quota-warning 100 %u %d
quota_warning2 = storage=95%% quota-warning 95 %u %d
quota_warning3 = storage=80%% quota-warning 80 %u %d
}
service quota-warning {
executable = script /usr/local/bin/quota-warning.sh
user = root
unix_listener quota-warning {
user = mail
mode=0666
}
}
Does this plugin not work anymore?
Edit: we temporarily fixed it by removing this customisation. But this was nice, so we would like to know if this can be possible again somehow.
Last edited: