Hi everyone,
I just took the three last days of my life setting up a mail server at home, and I finally see the end of the tunnel. But when I try to send a mail to an external address (with this command:
So what I would like is a way to replace the "mail" subdomain with my own, because obviously my domain does not have a mail. subdomain and I cannot add one (I'm with a free domain provider, but my domain handles A and MX records).
I'm open to suggestions
BTW: configuration is / dnsmasq / MySQL / Postfix / Dovecot / SpamAssassin
I just took the three last days of my life setting up a mail server at home, and I finally see the end of the tunnel. But when I try to send a mail to an external address (with this command:
echo test | mail -s "First test SMTP" some @ email . org && tail -f /var/log/maillog), I end up with an error like this:
Code:
postfix/smtp[73788]: connect to mail.domain.com[70.39.97.232]:10025: Operation timed out
So what I would like is a way to replace the "mail" subdomain with my own, because obviously my domain does not have a mail. subdomain and I cannot add one (I'm with a free domain provider, but my domain handles A and MX records).
I'm open to suggestions
BTW: configuration is / dnsmasq / MySQL / Postfix / Dovecot / SpamAssassin