I added some ip addresses for mail relaying to /etc/exim4/update-exim4.conf.conf.
dc_eximconfig_configtype=‘local’
dc_other_hostnames=‘mail-ourdomain-eu-01.localdomain’
dc_local_interfaces=‘127.0.0.1 ; ::1’
dc_readhost=’’
dc_relay_domains=’’
dc_minimaldns=‘false’
dc_relay_nets=‘our ip addresses for mail relaying’
dc_smarthost=’’
CFILEMODE=‘644’
dc_use_split_config=‘false’
dc_hide_mailname=’’
dc_mailname_in_oh=‘true’
dc_localdelivery=‘mail_spool’
When I try to test it, it gives the following error:
Error: SMTP protocol error. 550-Verification failed for [email protected].
Failed to send message Forcing disconnection from SMTP server.
QUIT
550-Unrouteable address
Thank you for your information. How can I type multiple ip addresses here? And what to type to the fields of username and password? Because in reality, [email protected] doesn’t exist. So I want our software to send emails on behalf of [email protected].
If you dont need to have a username and password, you cal leave the fields empty. For multiple ip addresses you better create a hostname which includes multiple a records with the ips like smtp.domain.tld.
It is just SMTP Relay service to route emails through another smtp server. But what I want is to send emails without authentication from certain ip addresses. For example. [email protected]. I want our software to send notifications on behalf of this email account. How can I achieve this?
In Our Exchange Server, I have added IP addresses to Receive Connector rules and checked anonymous users, so I can send emails without authentication from those IP addresses. I would like to know how I can achieve this in Hestiacp as well.
When you leave username and password fields empty and click save button, it doesn’t show you notification that it is mandatory, it saves, but then you see that it has not been saved.
It is SMTP Relay service which you want to send your mails through other SMTP server, but I don’t mean this option. I just want to add ip addresses that I can send emails without authentication from those ip addresses. If create [email protected], then everbody can send email to this account.