in reply to Re^2: Net::SMTP - Connection to local MTA refused
in thread Net::SMTP - Connection to local MTA refused
Net::SMTP=GLOB(0x20461c8)>>> MAIL FROM:<sender address shown here> Net::SMTP: Net::Cmd::getline(): unexpected EOF on command channel: at + /srv/www1-ssl/cgi-lib/sendmail.pm line 76.
So, it's either the MTA itself, or some external thing like AppArmor (enabled by default in the OpenSuse version you mention).
I would look at the logs for whatever your MTA is (exim maybe?) as well as AppArmor, SELinux, or whatever other external security stuff you may have running.
Maybe also try "service boot.apparmor stop", and see if turning off AppArmor makes a difference. Not the right solution, but quick to try.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Net::SMTP - Connection to local MTA refused
by Robidu (Acolyte) on Mar 16, 2017 at 08:50 UTC | |
by kschwab (Vicar) on Mar 16, 2017 at 16:42 UTC | |
by Robidu (Acolyte) on Jun 04, 2017 at 06:55 UTC |