amavis service is running but no port 10024 and 10026
by k_oudom from LinuxQuestions.org on (#57ZSE)
My web server can't send email out. amavis is running but no ports 10024 and 10025 instead ports 10023,10025,10027 are open.
Code:root@web911:/etc/amavis/conf.d# netstat -tap | grep 100
tcp 0 0 localhost:10023 0.0.0.0:* LISTEN 1186/postgrey --pid
tcp 0 0 localhost:10025 0.0.0.0:* LISTEN 1404/master
tcp 0 0 localhost:10027 0.0.0.0:* LISTEN 1404/masterI run service amavis status there is a line as below.
Code:(!)Net::Server: 2020/09/10-17:42:22 Can't connect to TCP port 10026 on ::1 [Cannot assign requested address]\n at line 64 in file /usr/share/perl5/Net/Server/Proto/TCP.pmWhat could be the problem?
On the other hand, I did a lot of search, all of them mention about amavisd service but my ubuntu-18-04.5 has amavis service only.


Code:root@web911:/etc/amavis/conf.d# netstat -tap | grep 100
tcp 0 0 localhost:10023 0.0.0.0:* LISTEN 1186/postgrey --pid
tcp 0 0 localhost:10025 0.0.0.0:* LISTEN 1404/master
tcp 0 0 localhost:10027 0.0.0.0:* LISTEN 1404/masterI run service amavis status there is a line as below.
Code:(!)Net::Server: 2020/09/10-17:42:22 Can't connect to TCP port 10026 on ::1 [Cannot assign requested address]\n at line 64 in file /usr/share/perl5/Net/Server/Proto/TCP.pmWhat could be the problem?
On the other hand, I did a lot of search, all of them mention about amavisd service but my ubuntu-18-04.5 has amavis service only.