|
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64 User : jackjohn ( 502) PHP Version : 5.3.17 Disable Function : NONE Directory : /usr/share/doc/dovecot-2.2.23/wiki/ |
Upload File : |
Allow_nets extra field
----------------------
This is a comma separated list of IPs and/or networks where the user is allowed
to log in from. If the user tries to log in elsewhere, the authentication will
fail the same way as if a wrong password was given.
Example: 'allow_nets=127.0.0.0/8,192.168.0.0/16,1.2.3.4,4.5.6.7'.
IPv6 addresses are also allowed. IPv6 mapped IPv4 addresses (eg.
'::ffff:1.2.3.4') are converted to standard IPv4 addresses before matching.
Example:'allow_nets=::1,2001:abcd:abcd::0:0/80,1.2.3.4'
passwd-file example
-------------------
---%<-------------------------------------------------------------------------
user:{plain}password::::::allow_nets=192.168.0.0/24
---%<-------------------------------------------------------------------------
(This file was created from the wiki on 2016-03-30 04:43)