Add simple SMTP relay
This commit is contained in:
parent
df472215b2
commit
137b188480
6 changed files with 117 additions and 0 deletions
11
smtprelay/smtpd/smtpd.conf
Normal file
11
smtprelay/smtpd/smtpd.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
pki "server" cert "/etc/smtpd/cert.pem"
|
||||
pki "server" key "/etc/smtpd/key.pem"
|
||||
|
||||
table creds file:/etc/smtpd/creds
|
||||
|
||||
listen on eth0 port 587 tls-require pki "server" auth <creds> hostname smtprelay.codehal.de
|
||||
|
||||
action "relay" relay
|
||||
|
||||
match from auth for any action "relay"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue