1
vote
0answers
56 views

Mail Server: system requirements

I want to create a mail server for personal use. It will be used mainly by me and possibly some family members. The system load will be in the order of 5-10 IMAP mailboxes, all for "human" use: no ...
0
votes
1answer
48 views

How can I change EXIM4 config from warn on no reverse DNS to actively rejecting mails with no reverse DNS

By default EXIM4 only warns about mails with no reverse DNS. I need to block and actively reject mail which has no reverse DNS. I am willing to accept that it's possible that some legit mail will be ...
1
vote
0answers
67 views

Mail server configuration for a home user?

Okay I'm totally lost with mail server configurations. I use getmail and mbsync to receive email and mutt's built-in SMTP support to send email; I use the same procedure for both Gmail (I rarely use ...
0
votes
3answers
576 views

How do I configure exim4 to send mail through a password protected ssl smtp mail server?

I'd like my cronjobs to be able to send mail from my home computer. My servers configure exim4 like this: dc_eximconfig_configtype='internet' dc_other_hostnames='' dc_local_interfaces='127.0.0.1' ...
1
vote
1answer
105 views

How do I digitally sign emails outgoing from different identities?

To send emails, I use one SMTP server, say domain1.com. But I use two identities that set up in Thunderbird, say agmenor@domain1.com and agmenor@domain2.com. For those who are not knowledgeable about ...
2
votes
2answers
2k views

Easy way to forward all email

Is there an easy way to install a MTA on Ubuntu and forward all email to a different remote email box? Only want to forward local email and looking for something dead simple. Thank you! ...
1
vote
2answers
827 views

How can i use dyndns and send emails from it? [closed]

How can i use dyndns with ubutntu and send emails from it ? I want create a free domain with dyndns.com (mydomain.dyndns-at-home.com) How can I link the domain with ubuntu ? How can I send emails ...
0
votes
2answers
632 views

command line SMTP client such as cleancode's email

I'm looking for a command line like cleancode's email program which would allow me to send emails from the command line without setting an MTA (and would allow me to use separate accounts for each ...