diff doc/auth-protocol.txt @ 5882:40ce533c88f9 HEAD

Send local/remote ports to dovecot-auth. They're now in %a and %b variables.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Jul 2007 04:40:18 +0300
parents f24a1e1c8310
children 24c8bc8098ee
line wrap: on
line diff
--- a/doc/auth-protocol.txt	Tue Jul 03 04:22:40 2007 +0300
+++ b/doc/auth-protocol.txt	Tue Jul 03 04:40:18 2007 +0300
@@ -100,6 +100,8 @@
 
  - lip=<local ip>    : Local IP  - in standard string format,
  - rip=<remote ip>   : Remote IP - ie. for IPv4 127.0.0.1 and for IPv6 ::1
+ - lport=<port>      : Local port number
+ - rport=<port>      : Remote port number
  - secured           : Remote user has secured transport to auth client
                        (eg. localhost, SSL, TLS)
  - valid-client-cert : Remote user has presented a valid SSL certificate.