I'm new to this so please go easy if I don't explain it lugubriously.
I'm admin'ing a debian based KVM/LVM server. It has several VM's on it but two that are the problem. Recently I had to clone VM A so I could test some things but when I restarted it wouldn't work so I had to manually reset the network on the host. I believe this is what cause my postfix smtp to stop sending on A.
The set up for postfix is it sends the message from A to VM B, our dev box, which then sends it out, I don't know much about that, still learning!!!
The problem is it has stopped sending emails back over the last day or two and checking the log it says the connection is timing out.
The log says:
connect to smtp.ourdomain.com[78.XX.YYY.ZZZ]:25: connection timed out
Before the network restart it worked fine and returned:
relay=smtp.ourdomain.com[192.XXX.YYY.Z]:25
The IP beginning with 192 is the one to our dev box which was the original setup and the IP to 78 is actually to our host machine.
The problem is I don't know how to go about changing this. I tried looking around inside main.cf for postfix but couldn't find anything, and I didn't set the system up so I don't know much about it. Thanks in advance.