I have an Nethserver v8 installed and an nethsecurity v8 installed.
my current goal is that i want to get emails throught Hetzner(outside) into my Nethserver mail1 application, i have several ports open like 25,143 and 587, ive put dns entries in hetzner with mail.xxxx.xx which is configured in my mail1.
I have a webtop running where i currently cant send, nor receive emails, UNLESS i create the specific hetzner email, then i can send emails from my webtop, but thats not my goal i want to do everything from inside my nethserver.
any help is appreciated i can send logs or test if u tell me where, thanks alot for your time!
You would need to setup at least an A wildcard record â*.domain.tldâ pointing to the NS8 IP and an MX record to declare your mailserver. Check out this wiki page for more information about needed DNS records for mail.
I got an A record on Hetzner with mail.xx and my public ip and webtop.xx on my public IP,
when i go to my public IP i see this error message right here:
OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE LITERAL+ STARTTLS LOGINDISABLED] Dovecot ready.
GET BAD Error in IMAP command received by server.
Host: BAD Error in IMAP command received by server.
BYE Too many invalid IMAP commands.
ON my Port Forwards in my Firewall i have 25,143,587, 443, 80, 110, 993 and 995.
An MX is also configured on my Hetzner DNS to mail.xxx
To add to what Rob said, make sure all your external DNS is working with mxtoolbox or similar. If that all checks out I would suggest looking at the second line in your error message.
It seems youâre using telnet to connect to port 143 which doesnât work as you need to use STARTTLS to enable login or you connect to port 993 using TLS
i fixxed it now by using the mxtool website and now ive got everything authenticated on there, my problem now is that i can send and receive emails, but only from gmails right now, no other email servicesâŚ
Could you please share the mail app logs when sending/receving is not working to get the error?
Did you set right identities for sending with other accounts than gmail? For example you canât send via gmail using the mail address âuser@outlook.comâ.
The â550-Unrouteable address 550 Sender verify failedâ error indicates that an email was rejected because either the recipientâs email server couldnât find the route to the recipientâs address or the senderâs email address couldnât be verified. This error can be caused by issues on either the senderâs or recipientâs end.
Possible causes and solutions:
Unrouteable address (Recipient side):
Incorrect or invalid email address:
Double-check the recipientâs email address for typos or incorrect formatting.
Recipientâs email server issues:
The recipientâs email server might be temporarily down or experiencing technical difficulties.
DNS configuration problems:
The recipientâs domain might have issues with their DNS records, making it difficult for the senderâs mail server to find the correct email server.
Recipientâs server blocking:
The recipientâs email server might be blocking the senderâs IP address or domain, potentially due to spam policies.
Sender verify failed (Sender side):
Incorrect sender address:
The senderâs email address might be invalid or improperly formatted.
Missing or incorrect DNS records:
The senderâs domain might have issues with their MX records, preventing the recipientâs mail server from finding the correct email server.
Senderâs mail server configuration:
The senderâs mail server might have a misconfiguration that prevents it from verifying the senderâs address.
Spam filtering:
The recipientâs mail server might be rejecting the email due to sender verification or other anti-spam measures.
Troubleshooting steps:
Verify the recipientâs email address: Ensure the address is correctly spelled and formatted.
Check the recipientâs email server status: See if the recipientâs email server is online and functioning correctly.
Check DNS records: Verify that both the senderâs and recipientâs domains have correctly configured MX records.
Contact the recipientâs email administrator: If youâve exhausted other troubleshooting steps, contact the recipientâs email administrator for assistance.
Check senderâs mail server configuration: Review the senderâs mail server configuration for any errors or misconfigurations.
Review email routing settings: Ensure that the email routing settings are correctly configured on both the senderâs and recipientâs mail servers.