Click to See Complete Forum and Search --> : IMAP and /etc/hosts.allow


JasterMereel
05-10-2002, 12:22 AM
Ok, here is my situation. I have courier-imap and courier-imap-ssl running on my server. In /etc/hosts.allow, I have this set up to take care of the regular IMAP connections:

imapd: 192.168.0. : ALLOW

I want to know how to take care of the IMAP-SSl connections through /etc/hosts.allow. Which one of these lines does it:


simapd: 192.168.0. : ALLOW
imapd-ssl: 192.168.0. : ALLOW
imapsd: 192.168.0. : ALLOW

Is it any of the above lines and if not, how do I do it? Thanks.

Jaster Mereel