Results 1 to 6 of 6
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-18-2007 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
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;$ whois 64.202.166.11Code:<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.
"64.202.166.11" refers to Godaddy, the RegistrantCode: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 .....
Total DNS Control on godaddy.com site
Please help. Where I shall look up. TIACode: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)
B.R.
satimis
- 01-18-2007 #2
I think you have to tell Postfix that certain mail can be relayed - that is specifically all mail destined for the satimis.com domain and (possibly) all mail generated on machines in the IP address space of satimis.com, or certainly on any private IP range within the satimis.com organisation.
How you do this, though, I dont know. I'm not familiar with Postfix, but I'm sure it'll be in the man pages or online help somewhere.Linux user #126863 - see http://linuxcounter.net/
- 01-18-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 44
I believe that you did a fresh installation of postfix, the problem is that postfix will only accept mail destined to the machine itself and not to the domain.
Try these
myhostname=<your FQDN>
mydomain=< your domain>
mydestination=localhost.$mydomain,$mydomain,email. $mydomain .....
mynetworks=192.168.2.0/8,127.0.0.0/8
Post the results of the above.
reload postfix and it should work.
- 01-19-2007 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
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
- 01-25-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
howtoforge
I always found http://www.howtoforge.com/ very helpful. I set up mine with help from this howto: http://www.postfix.org/VIRTUAL_README.html
Hope this helps, have fun.
- 01-26-2007 #6Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
Noted with tks.
Originally Posted by luxerama
B.R.
satimis


Reply With Quote
