From 33c1f2876b90294c9a1e96e86bb687687a1bb03e Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 15 Sep 2013 16:53:20 +0100 Subject: ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handler --- tests/FILEFORMAT | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/FILEFORMAT') diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index ba3161496..0815556b1 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -127,10 +127,11 @@ PASVBADIP - makes PASV send back an illegal IP in its 227 response CAPA [capabilities] - Enables support for and specifies a list of space separated capabilities to - return to the client for the IMAP CAPABILITY and POP3 CAPA commands + return to the client for the IMAP CAPABILITY, POP3 CAPA and SMTP EHLO + commands AUTH [mechanisms] - Enables support for SASL authentication and specifies a list of space - separated mechanisms for IMAP and POP3 + separated mechanisms for IMAP, POP3 and SMTP For HTTP/HTTPS: auth_required if this is set and a POST/PUT is made without auth, the -- cgit v1.2.3