X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/54c5ebb14ead7439af300e9d7d9d7d2ba29ff32e..59371ea735c941334861aa5b8e1e9a06facf044f:/test/scripts/3400-plaintext/3404?ds=inline diff --git a/test/scripts/3400-plaintext/3404 b/test/scripts/3400-plaintext/3404 new file mode 100644 index 000000000..98f737eac --- /dev/null +++ b/test/scripts/3400-plaintext/3404 @@ -0,0 +1,73 @@ +# -Mas -Mai (trusted caller); also -v and auth data +need_ipv4 +# +server PORT_S +220 ESMTP +EHLO +250-OK +250-HELP +250 AUTH PLAIN +AUTH PLAIN AHVzZXJ4AHNlY3JldA== +235 Authentication successful +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +QUIT +250 OK +**** +exim -v -odi userx@domain.com +. +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250-HELP +250 AUTH PLAIN +AUTH PLAIN AHVzZXJ4AHNlY3JldA== +235 Authentication successful +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +QUIT +250 OK +**** +exim -v -oMas xxx@yyy -oMai zzz -odi userx@domain.com +. +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250-HELP +250 AUTH LOGIN +AUTH LOGIN +300 User? +dXNlcng= +300 Password? +c2VjcmV0 +235 Authentication successful +MAIL FROM: +250 Sender OK +RCPT TO: +250 Recipient OK +DATA +354 Send data +. +250 OK +QUIT +250 OK +**** +exim -v -odi userx@domain.com +. +****