Sendmail relay problem


 
Thread Tools Search this Thread
Operating Systems Solaris Sendmail relay problem
# 1  
Old 03-04-2008
Sendmail relay problem

I have a sendmail issue

When I try to send a mail message using mailx I get a "connection refused by mail14.messagelabs.com" error.

relay=mail14.messagelabs.com., dsn=4.0.0, stat=Deferred: Connection refused by mail14.messagelabs.com

However, mail14.messagelabs.com doesn't exist. The "relay=" should be local and NOT mail14.messagelabs.

Where on earth is the mail14.messagelabs.com coming from and how do I change it to "local"?
# 2  
Old 03-05-2008
Check your /etc/mail/sendmail.cf - if you are looking for root email to be delivered local, then also check your aliases file.
# 3  
Old 03-05-2008
I have the following entry in my /etc/mail/sendmail.cf file:

DSmailhost$?m.$m$.

mailhost is also in /etc/hosts and I am able to ping the mailhost.

I have linux boxes with the same sendmail configuration and they are able to send mail. It's only the Solaris boxes that won't send mail to our Exchange server.
# 4  
Old 03-05-2008
Check your sendmail.cf for entries for DR and DH also.

Check the output of this command:
/usr/lib/sendmail -d0.1 -bt < /dev/null
(post the version of sendmail you are using and the version of Solaris)

And mail14.messagelabs.com does exist - it's at 212.125.75.19. Somewhere, your mail is configured to send mail there.

Also answer these questions:
Is this a new server? (yes or no)
Has email EVER worked on this server? (yes or no)
If yes to last question - what changed?

Check the sendmail support page for more info.
# 5  
Old 03-06-2008
Output of /usr/lib/sendmail -d0.1 -bt < /dev/null

Version 8.12.10+Sun
Compiled with: DNSMAP LDAPMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8
MIME8TO7 NAMED_BIND NDBM NETINET NETINET6 NETUNIX NEWDB NIS
NISPLUS PIPELINING SCANF USERDB USE_LDAP_INIT XDEBUG


Version of Solaris: 9

There are no entries for DH and DR in /etc/mail/sendmail.cf

Is the server new: No
Has email ever worked on this server: Yes
What changed: Solaris server & Exchange server were moved to a new subnet.

Files that were changed on the solaris server:

/etc/netmasks
/etc/resolv.conf
/etc/hosts
/etc/defaultrouter

Another question. The fact that the server is trying to relay to mail14.messagelabs.com, is this something that is set on the solaris server, or is it the exchange server that is causing this problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sendmail relay failing

Hi Techies Bit new to sendmail thingy. I have a Solaris 10 box. There is a request generated by customer that they want Solaris 10 box to use as relay an external smtp server. the smtp server is updated in hosts file and it is pingable. I have updated by "vi" /etc/mail/sendmail.cf # ...... (0 Replies)
Discussion started by: khaniqshahid
0 Replies

2. Solaris

Sendmail refuses to send via relay

Hi I have two realtively identical Solaris zones. They both appear to have the same config in relation to sendmail. But, when I send a test email using mailx the first one sends via a mail relay and the other sends via localhost. I need them both to use the relay but can't figure out what is... (0 Replies)
Discussion started by: gregb
0 Replies

3. Red Hat

How to setup Sendmail as SMTP Relay?

Hi Guys, I want to setup sendmail using my username and password on my ISP to be able to send out messages. I'm using Linux. So far, what I've done is modified the sendmail.mc with the following changes: define(`SMART_HOST',`myispsmtpoutgoingserver') FEATURE(authinfo)dnl In my... (0 Replies)
Discussion started by: adshocker
0 Replies

4. Red Hat

add relay to sendmail.cf

Hi, I notice that my relay on sendmail.cf is just "DS" and no ip. So I guess, it's using the local DNS to relay my mail which sometimes being spammed. I would like to add a new relay ip "DSxxx.xxx.xxx.xxx" on sendmail.cf. What do I need to edit sendmail.cf? Do I just use vi or m4? ... (4 Replies)
Discussion started by: itik
4 Replies

5. Solaris

sendmail client in solaris 10 ( relay)

I have setup sendmail e mail client using SMTP server, while sending the mail through mailx i am getting the below error. kindly help. WARNING: local host name (bkpsrv) is not qualified; see cf/README: WHO AM I? vishwanathhcl@gmail.com... Connecting to via relay... 220 xyz.co.in Microsoft... (0 Replies)
Discussion started by: vishwanathhcl
0 Replies

6. UNIX for Advanced & Expert Users

Problem with sendmail procmail spamassasin & relay

I have been working on setting up a mail relay. I have just about everything working except for the procmail part. The configuration is as follows: Internet -> mailrelay -> mail server | spamassassin server I have spamassassin running on a seperate... (3 Replies)
Discussion started by: hardesty
3 Replies

7. Solaris

Sendmail Config - Open Relay

Puzzled; I have two Solaris systems, both running Solaris 5.8 and Sendmail version 8.11.7p1. One of the machines will not allow relaying (via anonymous connection to port 25). The other will allow relaying from anywhere to anywhere with impunity. I can not find any fundemental difference in the... (1 Reply)
Discussion started by: fosteria
1 Replies

8. Linux

local mail relay problem in Sendmail

I have a linux box. Sendmail is work fine in this box. The only problem I am facing is whenever I send mail using the mail command to the outside world or to root@localhost, I get this error - 127.0.0.1 localhost denied from relaying The command I used to send mail is - Ls -l | mail -s... (0 Replies)
Discussion started by: RajaRC
0 Replies

9. UNIX for Dummies Questions & Answers

Sendmail open relay

All I am having a bit of a problem with my sendmail smtp server. The environment: Redhat Linux 8 sendmail-8.12.8-9.80. The mailserver is used by our application to send mail notifications to users on the system. The application is hosted on 2 different servers (separate domains)... (2 Replies)
Discussion started by: skotapal
2 Replies

10. Cybersecurity

Sendmail Relay

I'm trying to get my Solaris 7 sendmail server to allow external clients to send to external recipients. I know this has to do with relaying, but I'm not sure how unsafe I have to get to allow this. I simply need for users to login from any domain and be allowed to send mail via SMTP to any... (4 Replies)
Discussion started by: Solaris
4 Replies
Login or Register to Ask a Question