Mail server fails to receive mails - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: SMTP (https://www.linux-noob.com/forums/forum-86.html) +--- Thread: Mail server fails to receive mails (/thread-1625.html) |
Mail server fails to receive mails - satimis - 2007-01-18 Hi folks, Ubuntu-6.06.1-LAMP-server-amd64 Postfix Domain: satimis.com My mail server can send mail but failed to received mail. Tried sending mail from yahoo.com to "satimis@satimis.com" with following result; Code: <satimis@satimis.com>: $ whois 64.202.166.11 Code: OrgName: Go Daddy Software "64.202.166.11" refers to Godaddy, the Registrant Total DNS Control on godaddy.com site Code: CNAMES (Aliases) Please help. Where I shall look up. TIA B.R. satimis Mail server fails to receive mails - xDamox - 2007-01-18 Hi, It looks like your SMTP server does not want to talk to other machines: Code: Remote host said: 553 sorry, relaying denied from your location Have a look in your /etc/postfix/main.cf configuration file to see if its listening to all interfaces. Mail server fails to receive mails - magikman - 2007-01-18 Do you think that you can post your cfg file for postfix? Mail server fails to receive mails - satimis - 2007-01-19 Hi folks, Tks for your advice. Problem solved by editing DNS Control Center on Godaddy site making all items under "CNAMES (Aliases)" pointing to "satimis.com". Now postfix can receive mails. My next step will be setup user mail boxes, security, etc. Please advise where can I find "documents for Ubuntu" to install/setup Postfixadmin, setup vmail user account and usergroup, setup files linking MySQL and postfix, etc. TIA B.R. satimis |