Hello Dears , Please I need your support , I have installed ISPconfig ,Postfix ,roundcube .. etc. firstly everything working fine but today I have updated services through ISPconfig using "update.php" command from installation path kindly find below master.cf and main.cs Note :-I using Centos 6.3 ISPconfig:-ISPConfig Version: 3.0.5.4p9 Master.cf Main.cf
Are you getting a 'mail transport unavailable' error? If so, post the relevant mail log entries (eg. what transport is it referring to?)
Thanks Dear for your reply please note I did /etc/init.d/clamd restart and working fine but still my emails stuck in mailq Dears also I get another error ost 127.0.0.1[127.0.0.1] said: 451 4.5.0 id=07775-05 - Temporary MTA failure on relaying, From MTA() during fwd-connect (All attempts (1) failed connecting to smtp:[127.0.0.1]:10025): id=07775-05 (in reply to end of DATA command)
10025 is postfix, try restarting it (postfix stop; postfix start). Or maybe just restart your server, which should catch everything.
Your master.cf contains the config for port 10025, so postfix should listen there. Have you tried to restart the whole server, maybe postfix is hanging and does not react on restart? If a server restart does not help, check which "netstat -ntap | grep 10025" if postfix really listens on that port.
Thanks dear I did restart for my server many times but still I have issue also kindly find below netstat -ntap | grep 10025 result
change "no_unknown_recipient_check" in your master.cf to "no_unknown_recipient_checks" and restart postfix.
Many Thanks florian030 when changing "no_unknown_recipient_check" in your master.cf to "no_unknown_recipient_checks" the problem has been solved and I can send and receive email normally also thanks dears Jesse Norell and till I appreciate your support and helps Thanks All