Dear All, <br><br>I need to access pop and imap&nbsp; on user based IP level restrictions. I found pam to be best suited for this service level restriction. The restriction will be as below.<br><br>User pqr should be allowed POP from IPADDR-1<br>
User B should be allowed IMAP from IPADDR-2<br>User C should be allowed POP and IMAP from IPADDR-3<br><br>and so on.<br><br>To achieve this below settings are done in&nbsp; /etc/pam.d/pop<br><br><br>cat /etc/pam.d/pop<br>auth&nbsp;&nbsp;&nbsp; required&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/security/pam_ldap.so<br>
account required&nbsp; /lib/security/pam_access.so debug accessfile=/usr/local/etc/popaccess.conf<br>account required&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /lib/security/pam_ldap.so<br><br><br>cat&nbsp; /usr/local/etc/popaccess.conf<br><br>+:pqr:<a href="http://192.168.2.66/32">192.168.2.66/32</a><br>
<br>OR<br><br>-:pqr:ALL EXCEPT <a href="http://192.168.2.66/32">192.168.2.66/32</a><br><br><br>But this does not see to be working as it is not yielding desired effect even after restarting saslauthd and cyrus..<br><br><br>
Kindly guide me through.. <br><br>regards<br>Ashay<br><br><br><br><br><br><br><br><br><br><br><br>