Backup notification email not coming in

raj

Renowned Member
Sep 17, 2011
221
4
83
www.businessparksolutions.com
Hi Team,

I set the backup for my proxmox box and its working fine but I never get the email notifications.

I have Mailcleaner as my mail gateway and I can see the mail getting rejected ther as :

"Incoming MTA stage: 2012-06-21 23:26:06 H=mail1.no-ip.com [8.23.224.50] F=<root@proxmox.mydomain.com> rejected RCPT <user@mydomain.com>: Sender verify failed"

Is there a way to get the emails to route internally to my mail server itself.

Cheers,

Raj
 
I have our main mail server on the same network as my proxmox host. So I have my proxmox host use this internal mail server to send emails by adding this into the postfix config.

vi /etc/postfix/main.cf

relayhost = 123.123.123.123
 
I have our main mail server on the same network as my proxmox host. So I have my proxmox host use this internal mail server to send emails by adding this into the postfix config.

vi /etc/postfix/main.cf

relayhost = 123.123.123.123



Ok my box is also on the same network.

Changed the relay as suggested and now I can get test mail from proxmox so its looking good

Cheers jva1601

Raj