1832169 Members
3195 Online
110038 Solutions
New Discussion

SQUID related

 
kcpant
Trusted Contributor

SQUID related

Hi friends,

I want to make a SQUID setup in such a way that some users should have access to internet with messengers, but some others should have only access to messengers, not to the web. first thing is possible to my understanding and I'm able to do that, but for second thing, I need your help, means, to give other users only access to yahoo messenger ( & other msngrs), not to the web.

also, is there any setting equivalent to MS exchange's " forward all unresolved mails to host: xyz(name of relay host)" in Sendmail? I want to use sendmail to send mails by itself first, but if for some reason, some mails are not going out through it, I want to relay them through my ISP's mail server.

thanks & regards
PreSales Specialist
2 REPLIES 2
Muthukumar_5
Honored Contributor

Re: SQUID related

a> If you are trying squid with proxy method, then it is possible.

acl yahoo
acl yahoouser ...
acl normaluser ...

http_access deny yahoouser !yahoo
http_access allow normaluser !yahoo
http_access deny all

We can do with acls + http_access rules.

HTH.
Easy to suggest when don't know about the problem!
kcpant
Trusted Contributor

Re: SQUID related

closing thread
PreSales Specialist