E-mail will not deliver


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers E-mail will not deliver
# 22  
Old 07-02-2011
Code:
# traceroute mail.centurytel.net
traceroute to mail.centurytel.net (209.142.136.105), 30 hops max, 40 byte packets
 1  10.5.1.1 (10.5.1.1)  0.841 ms  0.943 ms  0.779 ms
 2  marnlacobr1.monrlacoro1.centurytel.net (69.29.176.147)  9.303 ms  9.736 ms  9.410 ms
 3  66.112.16.1 (66.112.16.1)  8.880 ms  10.794 ms  9.911 ms
 4  ge-3-1-1-199-j2-rt.mx.centurytel.net (64.91.44.177)  11.417 ms  11.155 ms  11.882 ms
 5  e-1-2.mx.centurytel.net (69.179.217.11)  11.916 ms  12.257 ms  11.398 ms
 6  ge0-1-rt-sec.mx.centurytel.net (69.179.217.2)  12.400 ms  12.254 ms  11.413 ms
 7  r2d2.centurytel.net (209.142.136.105)  12.477 ms  12.817 ms  12.421 ms
#

# 23  
Old 07-05-2011
Well, give or take a firewall, you should be able to send to there. How many mods are in sendmail.cf ?
# 24  
Old 07-06-2011
What is the path to sendmail.cf? I cannot find a mail or sendmail directory.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Shell Programming and Scripting

How to deliver an error message from script?

Hi I have a script that pick up a file on another server, and place it on a solaris server, but I came across the following error: mget HLR01_21092014? 200 Port command successful 150 Opening data channel for file transfer. HLR01_21092014: No space left on device 426 Connection closed;... (18 Replies)
Discussion started by: fretagi
18 Replies

3. Shell Programming and Scripting

Getting web page content and deliver via mail

Guys could you please help. I want to have shell scripts that get the website html content and same time mail html page to DL. Can any1 help here? (2 Replies)
Discussion started by: AnkitC
2 Replies

4. Shell Programming and Scripting

Deliver values to Thread function

Hello, I hope you can help me with my problem. I've written a programm which creates a thread. The main programmm creates 10 int and float values. The fucnction should give the values out. May big problem ist that the delivery to the function is not working. Where ist my fault? How can I make... (1 Reply)
Discussion started by: jimm_the_h
1 Replies

5. UNIX for Advanced & Expert Users

Sendmail Script don't deliver mails

Hi, i've got a problem with a sendmail script, which sends HTML mails. Some mail will rejected by the mail server, because the fqdn doesn't exist. Where can i set the sender-domainname by sendmail? My mail server say: "Sender address rejected: Domain not found;", which is correct... (3 Replies)
Discussion started by: rainbowwarrior
3 Replies

6. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies
Login or Register to Ask a Question