Linux/Tipps/Gentoo/Installation: Unterschied zwischen den Versionen
Linux/Tipps/Gentoo/Installation (Quelltext anzeigen)
Version vom 10. Februar 2024, 10:10 Uhr
, 10 Februar→Mail
Thomas (Diskussion | Beiträge) (→Samba) |
Thomas (Diskussion | Beiträge) (→Mail) |
||
Zeile 391: | Zeile 391: | ||
rc-update add postfix default | rc-update add postfix default | ||
Komplettes Mailsystem einrichten, siehe z.B. [http://gentoo-wiki.com/HOWTO_Email_System_for_the_Home_Network hier]. | |||
===Postfix mit Dovecot=== | |||
'''/etc/dovecot/dovecot.conf''': | |||
protocols = imap lmtp | |||
'''/etc/dovecot/conf.d/10-master.conf''': | |||
service lmtp { | |||
unix_listener /var/spool/postfix/private/dovecot-lmtp { | |||
group = postfix | |||
mode = 0600 | |||
user = postfix | |||
} | |||
} | |||
'''/etc/postfix/main.cf''': | |||
mailbox_transport = lmtp:unix:private/dovecot-lmtp | |||
'''/etc/dovecot/conf.d/10-auth.conf''': | |||
auth_username_format = %Ln | |||
Optionaler Support für Plugins:<br> | |||
'''/etc/dovecot/conf.d/20-lmtp.conf''': | |||
protocol lmtp { | |||
postmaster_address = postmaster@domainname # required | |||
mail_plugins = quota sieve | |||
} | |||
Dann Dovecot und Postfix neu starten. | |||
Info: | |||
* https://doc.dovecot.org/configuration_manual/howto/postfix_dovecot_lmtp/ | |||
* https://serverfault.com/questions/658703/postfix-%E2%86%92-dovecot-lmtp-user-does-not-exist-uiddomain | |||
==D-Bus== | ==D-Bus== |