Sendmail is the traditional MTA (message transfer agent), i.e. the traditional server program to send, transfer and deliver email. If your question is about sending mail in general, see the tag /email.
2
votes
1answer
196 views
Apache mail sending flowchart / workflow?
I am currently trying to get my head into learning how Linux systems send mail, starting from Apache, to Sendmail and finally out the door.
Specifically I'm using CentOS 5 which is using Sendmail, ...
1
vote
1answer
155 views
Why is sendmail appending my hostname to unknown destination domain?
I am testing the handling of mail bouncing. When I send a test email to a bad domain, for example: eric@blahblahfail.org, I get the following error in my log:
SYSERR(root): ...
1
vote
1answer
514 views
sendmail not using mailertable
I'm having trouble getting my mailertable to work....
/etc/mail/sendmail.mc contains this line
FEATURE(`mailertable', `hash -o /etc/mail/mailertable.db')dnl
/etc/mail/mailertable contains this line
...
0
votes
1answer
63 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
0answers
172 views
Configuring sendmail as a relay to ISP
I need to setup sendmail daemon as a simple store-and-forward mechanism to forward mails to our ISP.
I need to connect to the ISP SMTP server on port 465 using SSL/TLS and a username/password for ...
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
0answers
259 views
How to generate a report summary of messages that triggered a specific DSN code
I use Sendmail on CENTOS 5.x,
I hope this is a simple question. =) I need to generate a report summary of messages that triggered a specific DSN code. For example:
Jan 11 07:43:34 server-example ...
1
vote
0answers
111 views
Courier-imap with sendmail setup: why is my IMAP inbox empty?
I've successfully installed sendmail, but when I connect to the Courier IMAP server via Outlook, the Inbox is listed as empty. When I check the inbox with Alpine locally on the server, it has content ...
1
vote
0answers
82 views
Unmanaged VPS bought today. Sendmail not functioning correctly
I purchased an unmanaged VPS today. I moved my website on over, and when I try to send an email. It returns a blank page. Not to mention I had to install PHP myself. Apache was there, for some reason, ...
1
vote
0answers
124 views
Sendmail with TLS support changes FROM: address
I have multiple domains on one server and when sending email to
server, which supports TLS, server changes FROM field to default
domain ($j).
What should i do (in .mc level please) to remain primary ...
0
votes
0answers
42 views
Sending mail using sendmail
Need a few clarifications regarding sending mail using sendmail.
I actually configured Bugzilla on a test server. The configuration was successful and I am now able to use it.
I also want that, ...
0
votes
0answers
41 views
msmtp-mta: Add $HOSTNAME to every mail
I have a fleet of Ubuntu clients running msmtp-mta along with heirloom-mailx.
I'd like to have the same /etc/msmtprc on all machines.
At present, when someone uses mailx or sendmail, the mail will be ...
0
votes
0answers
62 views
Postfix header_checks
I want to forward a copy of the users email which has the specific subject. I have tried the below settings, able to Redirect that particular subject mail. But I want to forward a copy of that mail to ...
0
votes
0answers
173 views
How to stop mail with PHP error messages to root?
Today, my Centos has a problem. When I type df -h in SSH I get:
/dev/vzfs 61G 61G 0.3G 99% /
The disk is full. I found that /var/spool/mail/root is nearly 53GB. tail /var/spool/mail/root -n 50 ...