- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mail server configuration
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
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
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
тАО02-01-2001 08:02 PM
тАО02-01-2001 08:02 PM
mail server configuration
At what kind of situation that some certain mail servers can not receive mails from my mail server?
When I sent mails out, no matter if I sent it through a client-side email software(SMTP) or directly telnet to my email server to sent it with "sendmail", I couldn't get it.
First, I got warning message as:
quote:
The original message was received at Fri, 19 Jan 2001 16:18:26 +0800
from xxx.yyy.com.tw [1.1.1.1]
----- The following addresses had transient non-fatal errors -----
----- Transcript of session follows -----
Warning: message still undelivered after 4 hours
Will keep trying until message is 3 days old
unquote********************
after few more warning emails being sent to me, I got the "Returned mail: Cannot send message within 3 days" which contained:
The original message was received at Fri, 19 Jan 2001 16:18:26 +0800
from xxx.yyy.com.tw [1.1.1.1]
----- The following addresses had permanent fatal errors -----
----- Transcript of session follows -----
Message could not be delivered for 3 days
Message will be deleted from queue
unquote
************
I can receive mails from "pchome" or "ethome" though.
Any configuration I need to check?
Thank you very much for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2001 08:31 PM
тАО02-01-2001 08:31 PM
Re: mail server configuration
The email address.
Use sendmail -bv user@host to verify the email can be sent. For example,
/usr/lib/sendmail -bv juanino@yahoo.com
juanino@yahoo.com... deliverable: mailer esmtp, host yahoo.com., user juanino@yahoo.com
Then, check the host MX record. i.e., try nslookup -q=mx yahoo.com
You will see many lines like:
yahoo.com preference = 4, mail exchanger = mx4.mail.yahoo.com
yahoo.com preference = 6, mail exchanger = mx6.mail.yahoo.com
Then try to telnet on port 25 to each of the mx4.mail.yahoo.com's (or whatever shows up for you).
Come back to this form if you can get to them on port 25, if not, you may have a firewall issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2001 09:48 PM
тАО02-01-2001 09:48 PM
Re: mail server configuration
replied me
"deliverable: mailer esmtp, host hotmail.com., user xxx@hotmail.com"
then i nslookup -q=mx pchome.com.tw
and got the mail exchange server as
mx.pchome.com.tw
So, i
telnet mx.pchome.com.tw 25
and didn't get through. It said that
"Connection closed by foreign host."
I tried this from a server outside, and it
can get connection on port 25 to mx.pchome.com.tw.
so, what's the next step I need to do in
order to fix the firewall issue?
Thank you.
Jessica
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2001 07:30 AM
тАО02-02-2001 07:30 AM
Re: mail server configuration
Something to look at?????
If it is the firewall, just set up a proxy to allow port 25 out.
jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2001 11:27 AM
тАО02-02-2001 11:27 AM
Re: mail server configuration
It is probably *not* a firewall issue because that connection refused message is actually coming from the sendmail server on that mx.pchome.com.tw box. I would guess it is rejecting access from you because you don't have a real ip address or your ip address is blocked from that machine (via tcpwrappers or something). I can connect to it from one machine but not from another.
Do you know the admin for that mail box? They may have an anti-spam feature that is blocking you.
j
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2001 06:23 PM
тАО02-02-2001 06:23 PM
Re: mail server configuration
If you can see the MX record for the domain, ping the machine, your mail address is valid then you have a block for port 25 setup on that server.
Since your mail address is valid either your IP, hostname or domain name is blocked because it does not let you get to the point of authenticating your address.
Give them a call on the phone if you really need to send them mail.
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-02-2001 11:46 PM
тАО02-02-2001 11:46 PM
Re: mail server configuration
So, I guess I will talk to our ISP first to see why our IP would be blocked.
It's great to at least identify what the problem is.
Thank you all.
Jessica