Serwer, na którym się znajduję jest FreeBSD i sendmail właśnie niedawno przestał wysyłać e-maile. Robiłem wiele badań w google i próbowałem wielu rzeczy z wielu różnych stron internetowych, ale jak dotąd nic nie zadziałało.połączenie sendmail odrzucone przez 127.0.0.1
Oto wyjście z sendmail polecenia:
# echo "test" | mail -v -s test [email protected]
[email protected] Connecting to [127.0.0.1] via relay...
[email protected] Deferred: Connection refused by [127.0.0.1]
Oto telnet na porcie 25:
# telnet localhost 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: connect to address ::1: Connection refused
telnet: Unable to connect to remote host
Oto część wyjście netstat:
tcp4 0 0 the.first.ip.address.25 *.* LISTEN
tcp4 0 0 the.second.ip.address.26 *.* LISTEN
tcp4 0 0 the.third.ip.address.25 *.* LISTEN
tcp4 0 0 the.fourth.ip.address.25 *.* LISTEN
tcp4 0 0 the.main.server.ip.address.25 *.* LISTEN
Niektóre rzeczy jak dotąd próbowaliśmy:
1) changed settings /etc/hosts file
2) changed settings in the .mc file, then make, make install, service sendmail restart
3) directly changed the .cf file since changing .mc file didn't fix the problem, then "service sendmail restart"
Jestem otwarty na pomysły, jeśli ktoś miał wcześniej ten problem lub wie, jak to naprawić.
Dzięki!