Tagged Questions

0
votes
0answers
288 views

On CentOS, mail or mutt never sends my emails

Using CentOS 5 and trying to send an email from the command line (for crontab emailing attachments). mail and mutt execute without errors, but I just never receive any emails. I'm running exim as ...
0
votes
0answers
89 views

Why does Exim puts emails on hold if there are frozen messages in the queue? [closed]

Moved Why does Exim puts emails on hold if there are frozen messages in the queue? I've a CentOS with CPanel server working as a SMTP server, which currently uses 20 different hostnames and IP ...
0
votes
11answers
3k views

What's a simple method to dump pipe input to a file? (Linux)

I'm looking for a little shell script that will take anything piped into it, and dump it to a file.. for email debugging purposes. Any ideas?