Tagged Questions
0
votes
1answer
65 views
SMTP connectivity issue in Zenoss (“Connection unexpectedly closed”)
I am using Zenoss for monitoring purpose .And I had been using its mail service for long time .Suddenly my mail service in zenoss stopped and started showing <class ...
2
votes
1answer
202 views
How are email headers generated?
When you send an email a header is part of the message. For example, when you check your mail you can view the raw source and see the headers, which has information about the sender of email in it, ...
2
votes
0answers
183 views
Sendmail configuration with user mapping on Solaris
I have the following:
host1.intra.net which has sendmail and users: user1, user2 & user3. It is running SunOS 5.10.
host2.intra.net which has SMTP server. No authentication, no encryption.
Email ...
2
votes
2answers
262 views
Is there a way to completely disable outbound opportunistic TLS support in SendMail?
CentOS 5.x
SendMail 8.14.4
An overzealous network security feature is causing TLS negotiations to fail when my Sendmail server tries to talk to external hosts. This is causing sendmail to constantly ...
3
votes
2answers
349 views
sendmail not sending to the cloud (local mail works)
I'm using a perl module (Mail::Sendmail) which uses sendmail to send stuff. It hasn't been working, but hasn't been giving me any errors.
So now I suspect sendmail. I tried:
telnet 127.0.0.1 25
mail ...
2
votes
1answer
480 views
How to send non-local mail, with GMail(GApps) SMTP?
I have some (~3) Debian boxes, and I want to post system mail to my non-local mailbox. But I have a problem with configuring exim4. Also I don't like so much exim4's config. Too different, and also ...