Path: blob/master/Postfix-Dovecot-fake-email/setupD9.md
1303 views
Debian 9
kali:~# vim /etc/dovecot/dovecot.conf
line 30: uncomment
kali:~# vim /etc/dovecot/conf.d/10-auth.conf
line 10: uncomment and change ( allow plain text auth )
line 100: add
kali:~# vim /etc/dovecot/conf.d/10-mail.conf
line 30: change to Maildir
kali:~# vim /etc/dovecot/conf.d/10-master.conf
line 96-98: uncomment and add
Postfix smtp-auth
kali:~# systemctl restart dovecot
kali:~# systemctl restart postfix