Solved non-SSL SMTP ports stopped working after recent DA updates

samsda

Verified User
Joined
Apr 5, 2023
Messages
11
Hello,

After the recent DA update I noticed the non-SSL port 26/25 stopped working in email clients. I am able to use the SSL SMTP ports 465/587 without any issue.

I have following ports open in exim:
# cat /etc/exim.variables.conf.custom
daemon_smtp_ports = 25 : 26 : 465 : 587

also noticed the following line added to exim config:
AUTH_ENABLE_CONDITION = ${if and { {!eq{$interface_port}{25}} { or { {def:tls_in_cipher} {match_ip{$sender_host_address}{<; 127.0.0.1 ; ::1}} } } }}

tried removing it but still same issue.

Has anyone else noticed this issue?


I am using DA version 1.676 and below are versions from custom build:
apache2.4 2.4.63
apr 1.7.5
apr-util 1.6.3
awstats 7.9
cl-apache-patches 0.9.27
composer 2.8.8
cwaf_rules 1.233
dovecot 2.4.1-4
dovecot-fts-xapian 1.9.1
dovecot-pigeonhole 0.5.21.1
exim 4.98.2
galera_versions 26.4.16
htscanner 1.0.1-enhanced
igbinary 3.2.16
imagick 3.8.0
imapsync 2.229
ioncube_loaders 14.4.0
lego 4.22.2-SNAPSHOT-7dfd0734
litespeed 6.3.2-4
ls-php-litespeed 8.1
mariadb10.11 10.11.11
mariadb10.3 10.3.39
mariadb10.4 10.4.34
mariadb10.5 10.5.28
mariadb10.6 10.6.21
mariadb11.4 11.4.5
mod_fcgid 2.3.9
mod_hostinglimits 1.0-39
mod_lsapi 1.1-59
mod_proctitle 0.1-7
modsec-sdbm-util 1.0
modsecurity 2.9.8
modsecurity3 3.0.14
modsecurity3_nginx 1.0.3
modsecurity_owasp_rules 4.13.0
mysql5.7 5.7.44
mysql8.0 8.0.42
mysql8.4 8.4.5
ncftp 3.2.6
nginx 1.27.5
ngx_cache_purge 2.5.3
openlitespeed 1.8.3.1
phalcon 4.1.2
phalcon5 5.9.2
php-litespeed 7.9
php56 5.6.40
php70 7.0.33
php71 7.1.33
php72 7.2.34
php73 7.3.33
php74 7.4.33
php80 8.0.30
php81 8.1.32
php82 8.2.28
php83 8.3.20
php84 8.4.6
php_imap 1.0.3
php_lz4 0.4.4
php_mcrypt 1.0.7
php_redis 6.2.0
php_redis5 5.3.7
php_ssh2 1.4.1
php_yaml 2.2.4
php_zstd 0.14.0
phpmyadmin 5.2.2
proftpd 1.3.9
proftpd_mod_clamav 0.14rc2
psr 1.2.0
pureftpd 1.0.52
redis 7.2.4
roundcubemail 1.6.10
snuffleupagus 0.11.0
spamassassin 4.0.1
squirrel_logger 2.3.1-1.2.7
squirrelmail_locale 1.4.18-20090526
squirrelmail_svn 1.4.23-20220318_0200
suhosin 0.9.38
unit 1.34.2
webalizer 2.23-09
wp-cli 2.11.0
wu-imap 2007f
xapian-core 1.4.29
xmlrpc 1.0.0RC3
zendopcache 7.0.5
 
Back
Top