Tagged Questions
0
votes
1answer
759 views
Postfix Configuration - different servers for subdomains and domain
I have a following setup:
1 postfix server: a.example.com that needs to accept all emails for any subdomain on example.com (*@*.example.com) and delivers to mailman account and also send emails to any ...
10
votes
3answers
13k views
Can I change root's email address or forward all mail to an external address?
I'm getting a lot of mail in my root user's mail account. This appears to be mostly reports and errors from things like cron scripts. I'm trying to work though and solve these things, possibly even ...
3
votes
4answers
1k views
How do I configure mutt to display the date header in my local time zone in the pager?
When I view a message in the pager mutt displays the time in the Date header in UTC rather than my local time zone. The index view displays the local time correctly. I found this old mailing list post ...
4
votes
2answers
1k views
How to send mail?
I'm trying to send mail from shell(GNU bash, version 3.2.25(1)-release (x86_64-redhat-linux-gnu)) using;
mail foo@bar.com
After I complete the command, the mail won't show up in the mailbox. What ...