diff --git a/main.go b/main.go index 5655a23..b9bc63e 100644 --- a/main.go +++ b/main.go @@ -102,7 +102,7 @@ func main() { // Test if the given username ans password can authenticate via pop3 // If so, change the password - p := pop3.New(pop3.Opt{Host: "localhost", Port: 995, TLSEnabled: true}) + p := pop3.New(pop3.Opt{Host: "172.17.0.1", Port: 995, TLSEnabled: true}) c, err := p.NewConn() if err != nil {