- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: qmail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 03:50 PM
05-29-2006 03:50 PM
qmail
Here i am facing a problem after the successfull install of qmail using qmail rocks.
I am unable to recieve the mails where as i am able to send mails to the different domains........what could be the problem.
plx answer me.....
thnx and cheers all
here was RaVI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:22 PM
05-29-2006 04:22 PM
Re: qmail
From another system, run:
telnet mailserver 25
2- Ensure that your MX record in the DNS server is pointing to your Mail Server.
check with:
dig yourdomain.com MX
3- Ensure that your qmail configuration is correct to accept mails for your domain name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:43 PM
05-29-2006 04:43 PM
Re: qmail
It sounds like DNS resolution problem.
From different domains/Server try to resolve thru the DNS nslookup.
# nslookup
> set q=mx
>
Look into the output, are able to resolve as mail server in the output.
xyz.domain.com preference = 150, mail exchanger = abc.domain.com
Another way, try to send an email from different node using
# sendmail -v
Analyze the output where it is dropping.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:46 PM
06-06-2006 08:46 PM
Re: qmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 07:30 AM
06-07-2006 07:30 AM
Re: qmail
if someone sends a mail to you (from some free mail service), does it bounce?
If it bounces, what does the error message say?
-logu