smtpd: Initial server support
Still missing are TLS and authentication support.
This commit is contained in:
parent
0b7dca59d3
commit
ce5dd6a96d
4 changed files with 142 additions and 8 deletions
5
smtpd/files/smtpd.conf
Normal file
5
smtpd/files/smtpd.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
listen on lo0
|
||||
|
||||
table aliases db:/etc/mail/aliases.db
|
||||
|
||||
include "/etc/mail/smtpd.conf.local"
|
Loading…
Add table
Add a link
Reference in a new issue