Postfix: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 5: | Line 5: | ||
/etc/postfix/mail.cf | /etc/postfix/mail.cf | ||
/var/mail/nobody | /var/mail/nobody | ||
// log files specified in /etc/syslog.conf | |||
/var/log/mail.info | |||
/var/log/mail.warn | |||
/var/log/mail.err | |||
==Operations== | ==Operations== | ||
| Line 11: | Line 16: | ||
or after modifying main.cf, be sure to run | or after modifying main.cf, be sure to run | ||
/etc/init.d/postfix reload | /etc/init.d/postfix reload | ||
mail -s "testbetreff" uwe.heuer@gmx.de | |||
mailq | |||
Latest revision as of 13:23, 15 November 2016
Concepts[edit]
- is a Mail Transfer Agent (MTA)
Files[edit]
/etc/postfix/mail.cf /var/mail/nobody
// log files specified in /etc/syslog.conf /var/log/mail.info /var/log/mail.warn /var/log/mail.err
Operations[edit]
sudo dpkg-reconfigure postfix
or after modifying main.cf, be sure to run
/etc/init.d/postfix reload
mail -s "testbetreff" uwe.heuer@gmx.de mailq