ugach
25th January 2007, 22:29
Falko,
I have been banging my head to do exactly this. My config is same as your instructions (except I have those lines in my main.cf).
relayhost = [smtpout.secureserver.net]:3535
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
I was told to also put following by somebody (not godaddy).
myhostname = mydomain.com
mydomain = mydomain.com
I tried that but it did not work so I am again back to mydomain=mhyhost.dyndns.org
I got the correct passwd in the sasl_passwd file and it has been processed.
I get following error.
status=bounced (host smtp.starfieldtech.com[64.202.165.58] said: 553 Sorry, that domain isn't in my list of allowed rcpthosts. (in reply to RCPT TO command))
Although account it mentions is indeed user@mydomain.com that I use to login on smtp server and it does not have any problem relaying for client on winblows from the same home network using same credentials.
Here is what I have
1. Account with godaddy for their secureserver.net smtp server to relay messages.
2. A Centos machine connected to HOME/NAT DSL connection. I have dyndns setup so there is a virtual domain pointing to my dynamic IP. I cannot have godaddy point my real domain to my dsl as godaddy is hosting webserver for the domain and also their servers would do a good job of holding the mail than my home box.
I want users on the CENTOS 4 machine to send out mail pretending to be coming out of this godaddy registered domain. (and may be to receive messages for this domain but this is optional if it is too much to ask) Each user does have an account on godaddy mail server.
I have used same physical setup with my ISP smtp server and that works fine but Not with godaddy. As I see they are using qmail. Would that make any difference? BTW their tech. support has been useless. First they gave wrong information, 2nd they stopped responding to email requests.
TIA
I have been banging my head to do exactly this. My config is same as your instructions (except I have those lines in my main.cf).
relayhost = [smtpout.secureserver.net]:3535
smtp_sasl_auth_enable = yes
smtp_sasl_security_options =
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
I was told to also put following by somebody (not godaddy).
myhostname = mydomain.com
mydomain = mydomain.com
I tried that but it did not work so I am again back to mydomain=mhyhost.dyndns.org
I got the correct passwd in the sasl_passwd file and it has been processed.
I get following error.
status=bounced (host smtp.starfieldtech.com[64.202.165.58] said: 553 Sorry, that domain isn't in my list of allowed rcpthosts. (in reply to RCPT TO command))
Although account it mentions is indeed user@mydomain.com that I use to login on smtp server and it does not have any problem relaying for client on winblows from the same home network using same credentials.
Here is what I have
1. Account with godaddy for their secureserver.net smtp server to relay messages.
2. A Centos machine connected to HOME/NAT DSL connection. I have dyndns setup so there is a virtual domain pointing to my dynamic IP. I cannot have godaddy point my real domain to my dsl as godaddy is hosting webserver for the domain and also their servers would do a good job of holding the mail than my home box.
I want users on the CENTOS 4 machine to send out mail pretending to be coming out of this godaddy registered domain. (and may be to receive messages for this domain but this is optional if it is too much to ask) Each user does have an account on godaddy mail server.
I have used same physical setup with my ISP smtp server and that works fine but Not with godaddy. As I see they are using qmail. Would that make any difference? BTW their tech. support has been useless. First they gave wrong information, 2nd they stopped responding to email requests.
TIA