Hi, if my smtp server requires authentication but presents itself with self signed one, how can i import this certificate to be trusetd by Veeam Agent for Windows?
Part of Svc.VeeamEndpointBackup when trying to send test e-mail:
But there is another thing that is not clear for me now.
I am able to send mail only if I enter credentials of a user that is able send and receive e-mail in my e-mail server. And this must be the same user.
So, this setting works:
But this settings results in errors on e-mail server:
Feb 11 12:22:03 iredmail postfix/submission/smtpd[32315]: connect from vtp3.lab.local[192.168.0.14]
Feb 11 12:22:03 iredmail postfix/submission/smtpd[32315]: Anonymous TLS connection established from vtp3.lab.local[192.168.0.14]: TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)
Feb 11 12:22:03 iredmail postfix/trivial-rewrite[32317]: warning: do not list domain lab.local in BOTH mydestination and virtual_mailbox_domains
Feb 11 12:22:03 iredmail postfix/submission/smtpd[32315]: NOQUEUE: reject: RCPT from vtp3.lab.local[192.168.0.14]: 554 5.7.1 <vtp3@lab.local>: Recipient address rejected: Sender is not same as SMTP authenticate username; from=<vtp3@lab.local> to=<vtp3@lab.local> proto=ESMTP helo=<vtp3>
Feb 11 12:22:03 iredmail postfix/submission/smtpd[32315]: lost connection after RCPT from vtp3.lab.local[192.168.0.14]
Feb 11 12:22:03 iredmail postfix/submission/smtpd[32315]: disconnect from vtp3.lab.local[192.168.0.14]
I'd like to have situation that I can have one service e-mail account in company for e-mail notifications, and those e-mails could be received by another user (for example: every owner of workstation or server can receive e-mail about backup of his own machine).