LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Mail server can't receive mails (https://www.linuxquestions.org/questions/linux-server-73/mail-server-cant-receive-mails-520399/)

satimis 01-18-2007 01:57 AM

Mail server can't receive mails
 
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>:
64.202.166.11 does not like recipient.
Remote host said: 553 sorry, relaying denied from your location
[66.163.179.83] (#5.7.1)
Giving up on 64.202.166.11.

$ whois 64.202.166.11
Code:

OrgName:    Go Daddy Software
OrgID:      GDS-31
Address:    14455 N Hayden Road
Address:    Suite 226
City:      Scottsdale
StateProv:  AZ
PostalCode: 85260
Country:    US

NetRange:  64.202.160.0 - 64.202.191.255
CIDR:      64.202.160.0/19
NetName:    GO-DADDY-SOFTWARE-INC
NetHandle:  NET-64-202-160-0-1
Parent:    NET-64-0-0-0-0
NetType:    Direct Allocation
NameServer: CNS1.SECURESERVER.NET
NameServer: CNS2.SECURESERVER.NET
Comment:
RegDate:    2002-10-22
Updated:    2004-05-24
.....

"64.202.166.11" refers to Godaddy, the Registrant


Total DNS Control on godaddy.com site
Code:

CNAMES (Aliases)                 
Host                Points To                        TTL                        Actions
email                email.satimis.com                3600
mail                pop.satimis.com                3600       
webmail        webmail.satimis.com                3600       
smtp                smtp.satimis.com                3600       
pop                pop.satimis.com                3600       
e                email.satimis.com                3600       
www                @                                3600       
mobilemail        mobilemail-v01.prod.mesa1.secureserver.net        3600
pda                mobilemail-v01.prod.mesa1.secureserver.net        3600       
ftp                @                                                3600
       
MX (Mail Exchange)                 
Priority        Host        Goes To                                TTL                Actions
0                @        smtp.satimis.com                3600
10                @      mailstore1.secureserver.net        3600
       
TXT (Text)

Please help. Where I shall look up. TIA


B.R.
satimis

billymayday 01-18-2007 07:20 PM

It looks like postfix is trying to relay your messages. Do you have mydestination set in main.cf?

satimis 01-18-2007 08:40 PM

Hi billymayday,

Quote:

It looks like postfix is trying to relay your messages. Do you have mydestination set in main.cf?
Yes.

$ cat /etc/postfix/main.cf | grep mydestination
Code:

#mydestination = /etc/postfix/local-host-names
#mydestination = $myhostname, localhost.$mydomain, localhost
mydestination = $localhost, $myhostname, $mydomain

It seems screwing up on godaddy.com site. Can I attach screenshot on posting?

Godaddy's Total DNS Control Panel
Code:

CNAMES (Aliases)
Host                Points To                                        TTL        Actions
mail                mail.satimis.com                                3600        change/delete
       
pop                mail.satimis.com                                3600        change/delete
       
smtp                mail.satimis.com                                3600        change/delete
       
ftp                @                                                3600        change/delete
       
webmail        mail.satimis.com                                3600        change/delete
       
e                mail.satimis.com                                3600        change/deleteTXT

(Text)
       

MX (Mail Exchange)
Priority        Host                Goes To                                TTL        Actions
0                @                mail.satimis.com                3600        change/delete
       
10                @                mailstore1.secureserver.net    3600        change/delete

Tks


B.R.
satimis

satimis 01-19-2007 01:26 AM

Hi billymayday,

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

billymayday 01-19-2007 02:00 AM

I do all my from the command line, but webmin will help. www.postfix.org is a very informative site

satimis 01-19-2007 03:45 AM

Hi billymayday,

Tks for your advice and link.

Quote:

I do all my from the command line, but webmin will help.
That is what I prefer, learning command line installation/configuration, the basic. I have webmin running on this box. However it will be my last resort.


B.R.
satimis


All times are GMT -5. The time now is 01:19 AM.