
Код: Выделить всё
# WELCOME TO SQUID 2.7.STABLE5
auth_param basic program /usr/local/libexec/squid/squid_ldap_auth -v 3 -b "dc=kinomax24,dc=ru" 127.0.0.1
auth_param basic children 5
auth_param basic realm Squid proxy
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
acl SSL_ports port 443 563 2042 2802 5190 5222 5223 9080 9443
acl Safe_ports port 21
acl Safe_ports port 25
acl Safe_ports port 110
acl Safe_ports port 80
acl Safe_ports port 8080
acl Safe_ports port 2802
acl Safe_ports port 443 563 2042 2802 5190 5222 5223 9080 9443
acl Safe_ports port 1025-65535
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet
http_access deny all
icp_access allow localnet
icp_access deny all
http_port 3128
hierarchy_stoplist cgi-bin ?
access_log /usr/local/squid/logs/access.log squid
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
acl shoutcast rep_header X-HTTP09-First-Line ^ICY\s[0-9]
upgrade_http0.9 deny shoutcast
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
coredump_dir /usr/local/squid/cache
Мне нужно сделать простейшую команду
Код: Выделить всё
telnet smtp.mail.ru 25
С компа в обход прокси telnet на майл проходит.
(немного о схеме моей сети http://forum.lissyara.su/viewtopic.php? ... 49#p145643)