Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:simplesetup [2024/09/16 15:00] – [Simple Email Setup] willy | email:simplesetup [2025/03/02 16:14] (current) – removed willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Simple Email Setup ====== | ||
- | |||
- | At this time, i choose not to setup a full email server on my home setup, but i still need to provide email notifications for some services. | ||
- | |||
- | The Gentoo default **mail-mta/ | ||
- | |||
- | <code bash> | ||
- | emerge mail-mta/ | ||
- | </ | ||
- | |||
- | ===== Configuration ===== | ||
- | |||
- | I assume you already have a mail domain somewhere linked to your **@mydomain.com**, | ||
- | |||
- | All the following files need to be under **/ | ||
- | <file - adminaddr> | ||
- | myself@mydomain.com | ||
- | </ | ||
- | |||
- | <file - defaultdomain> | ||
- | mydomain.com | ||
- | </ | ||
- | |||
- | <file - defaulthost> | ||
- | |||
- | </ | ||
- | |||
- | <file - me> | ||
- | |||
- | </ | ||
- | |||
- | <file - remotes> | ||
- | mail.mydomain.com smtp port=587 user=home@mydomain.com pass=**** starttls | ||
- | </ | ||
- | |||
- | ===== Usage ===== | ||
- | |||
- | Try it from the command line: | ||
- | <code bash> | ||
- | (echo " | ||
- | </ | ||
- | |||
- | |||
- | |||