powerspec88 wrote:
First is that my hostname on the server, it currently is speedtest.mydomain.net and thats how I set it up during the install, so my email reads from
user@speedtest.mydomain.net. Is there a way to change it so emails gets sent just showing
user@mydomain.net?
I believe that Citadel does this unless you uncheck the 'Correct forged From: lines during authenticated SMTP' in Administration -> Edit site-wide configuration -> Network.
powerspec88 wrote:
… I have yet to setup a MX recorded on my name server but im still able to send and receive emails?
MX records have no effect on sending mail. For receiving, if there is no MX record, SMTP uses an A record.
powerspec88 wrote:
And for the MX, do I just add mydomain.net to the field? The name server is hosted on Server 2003 here at my place of work if this helps at all.
You need to add a host name:
Code:
mydomain.net. 7200 IN MX 0 server.mydomain.net.
mydomain.net. 7200 IN MX 100 backupserver.myotherdomain.net.