Mailserver-Best-Practice: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 16: Zeile 16:
 
*/etc/postfix/master.cf
 
*/etc/postfix/master.cf
 
*/etc/postfix/main.cf
 
*/etc/postfix/main.cf
 +
=SSL Verschlüsselung=
 +
 
=Install and config sasl=
 
=Install and config sasl=
 
*apt-get install sasl2-bin
 
*apt-get install sasl2-bin

Version vom 7. Februar 2018, 10:17 Uhr

Prepare Maildirs

  • mkdir -p /etc/skel/Maildir/new
  • mkdir -p /etc/skel/Maildir/cur
  • mkdir -p /etc/skel/Maildir/tmp

Install Postfix

  • apt-get install postfix

Install Procmail

  • apt-get install procmail

Postfix Service Handling

  • systemctl start postfix.service
  • systemctl restart postfix.service
  • systemctl stop postfix.service
  • systemctl status postfix.service

Config of Postfix

  • /etc/postfix/master.cf
  • /etc/postfix/main.cf

SSL Verschlüsselung

Install and config sasl

  • apt-get install sasl2-bin