Hi everyone,
I installed a new Proxmox.
But I can't send email reporting.
The recipient address is hosted by office365.
So, when i try :
Nothing happens.
And in /var/log/mail.log :
And here is my /etc/postfix/main.cf
Any idea ?
Regards
I installed a new Proxmox.
But I can't send email reporting.
The recipient address is hosted by office365.
So, when i try :
mail -s "Test" <my Office365 email>
Nothing happens.
And in /var/log/mail.log :
AC31E180EAA: to=<my Office365 email>, relay=none, delay=80026, delays=79966/0.03/60/0, dsn=4.4.1, status=deferred (connect to <my Office365 domain>.mail.protection.outlook.com[104.47.24.36]:25: Connection timed out)
And here is my /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
myhostname=srvpra02.clgstpaul.com
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mydestination = $myhostname, localhost.$mydomain, localhost
relayhost =
mynetworks = 127.0.0.0/8
inet_interfaces = loopback-only
recipient_delimiter = +
compatibility_level = 2
Any idea ?
Regards