2
0
forked from drew/smtprelay

Temporary switch to my own fork of smtpd which contains a few fixes

This commit is contained in:
Bernhard Froehlich
2018-12-14 12:48:23 +00:00
parent 72fe85dea9
commit 5004734404
3 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"time"
"github.com/chrj/smtpd"
"github.com/decke/smtpd"
"github.com/vharitonsky/iniflags"
)