Hello,
I'm quite a newbie in Proxmox VE and I have the responsability of a cluser composed of two proxmox with about 9 virtual machines.
I have to say that this system is very reliant and stable. We are very happy with proxmox.
My question is about the confguration of the smtp/postfix. I know this is not directly related to proxmox but if I can have some help from this forum, I will be very happy.
All 9 machines are backup-ed every night with a vmzdump task that will fire a mail at the end.
Unfortunatelly, the smtp connection is refused.
postfix/smtp[17925]: connect to hostA[x.x.x.x]:25: Connection refused
I know that the hostA is a exchange server and we cannot send email to it. We have a smtp/pop server (hostB) that authorise anonynous connection and I would like change the config of postfix in order for it to use hostB instead ofhostA.
The /etc/postfix/main.cf is the original one and it doesn't contain any reference to hostA. So main.cf is not the good place to change that.
I did try a
find . | xargs grep 'hostA' -sl in order to find a conf file, but the find command doesn't give me any clues.
So my question is the following.
Where can I change the connection host for smtp ? I'm lost. Any help will be appreciate.
Thanks in advance for any answer.
I'm quite a newbie in Proxmox VE and I have the responsability of a cluser composed of two proxmox with about 9 virtual machines.
I have to say that this system is very reliant and stable. We are very happy with proxmox.
My question is about the confguration of the smtp/postfix. I know this is not directly related to proxmox but if I can have some help from this forum, I will be very happy.
All 9 machines are backup-ed every night with a vmzdump task that will fire a mail at the end.
Unfortunatelly, the smtp connection is refused.
postfix/smtp[17925]: connect to hostA[x.x.x.x]:25: Connection refused
I know that the hostA is a exchange server and we cannot send email to it. We have a smtp/pop server (hostB) that authorise anonynous connection and I would like change the config of postfix in order for it to use hostB instead ofhostA.
The /etc/postfix/main.cf is the original one and it doesn't contain any reference to hostA. So main.cf is not the good place to change that.
I did try a
find . | xargs grep 'hostA' -sl in order to find a conf file, but the find command doesn't give me any clues.
So my question is the following.
Where can I change the connection host for smtp ? I'm lost. Any help will be appreciate.
Thanks in advance for any answer.