# HG changeset patch # User Maxim Dounin # Date 1238152312 -10800 # Node ID f81c6be872e51934b1360cbebe43626069b0de0d # Parent 3afbba94c8eb4f3c75e8d74b1197082c3db1f0fa Tests: remove leftovers from pop3/imap tests. diff --git a/imap.t b/imap.t --- a/imap.t +++ b/imap.t @@ -44,7 +44,6 @@ mail { server { listen 127.0.0.1:8143; protocol imap; - smtp_auth login plain; } } diff --git a/pop3.t b/pop3.t --- a/pop3.t +++ b/pop3.t @@ -44,7 +44,6 @@ mail { server { listen 127.0.0.1:8110; protocol pop3; - smtp_auth login plain; } }