summaryrefslogtreecommitdiff
path: root/roles/postfix
AgeCommit message (Collapse)Author
2024-04-19Migrate postfix from hash to lmdb dbDmitry Ilvokhin
2024-04-07Add master.cf file to postfix roleDmitry Ilvokhin
Enable submission to send mail.
2024-04-07Reverse dependency chain dovecot -> postfixDmitry Ilvokhin
Postfix can start without dovecot, but dovecot can't without postfix, because it uses postfix user to create unix socket.
2024-04-07Set proper hostname and restrict trusted networksDmitry Ilvokhin
2024-04-07Add forgotten handler for alias updateDmitry Ilvokhin
2024-04-07Setup correct alias for root mailDmitry Ilvokhin
2024-04-06Add postfix roleDmitry Ilvokhin