[SQUID] webmailen via proxy met attachments?

Pagina: 1
Acties:

  • Cornholi0
  • Registratie: September 2000
  • Laatst online: 15-06-2024
Hoi

Ik heb het volgende probleem: als ik een attachment wil sturen via een webmail service (maakt niet uit welke ik gebruik) achter m'n squid proxy, en dit attachment is groot (>1MB) dan geeft hij gelijk "De pagina kan niet weergegeven worden". Ligt dit misschien aan een verkeerde instelling in m'n squid.conf ? Als ik hem direct stuur (dus buiten de proxy om) doet ie het wel.

Hier een kopie van m'n squid.conf:

---------- begin ------------
http_port 8080
icp_port 0

cache_peer proxy.kennisnet.nl parent 8080 3130 no-query default
acl all src 0.0.0.0/0.0.0.0
never_direct allow all

logfile_rotate 10

cache_mem 200 MB
cache_dir ufs /cache 18000 16 256


positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
negative_ttl 5 minutes

hierarchy_stoplist cgi-bin ?

acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl inside src 192.168.20.0/255.255.255.0
acl inside src 192.168.30.0/255.255.255.0

http_access allow manager localhost
http_access deny manager
http_access allow inside
http_access allow localhost

icp_access allow all

cache_mgr root

cache_effective_user nobody
cache_effective_group nobody

visible_hostname www.pontes.nl

redirect_program /usr/local/squid/bin/squidGuard -c /usr/local/squid/squidGuard/etc/squidGuard.conf
redirect_children 20

--------- eind -----------

Iemand?

Ik draai onder Linux Slackware 7.0 op een i386 bak (P2-300 ofzo).

Alvast bedankt!

Verwijderd

Probeer eens een andere browser (Mozilla / Netscape 6)

Welke webmail service is het? Toch geen OWA he? :) dan heb je waarschijnlijk probs met de WebDav supporrt van Squid. Installeer ff de Squid 2.5.x, die heeft support voor de OWA webdav 'standaard'.


Stel als peer proxy-rr.kennisnet.nl in, scheelt een berg in snelheid :)

  • Cornholi0
  • Registratie: September 2000
  • Laatst online: 15-06-2024
Schop! >:)

  • Coen Rosdorff
  • Registratie: Januari 2000
  • Niet online
Je moet de max-size van een post-commando ophogen.
code:
1
2
3
4
5
6
7
8
9
10
#  TAG: request_body_max_size   (KB)
#    This specifies the maximum size for an HTTP request body.
#    In other words, the maximum size of a PUT/POST request.
#    A user who attempts to send a request with a body larger
#    than this limit receives an "Invalid Request" error message.
#    If you set this parameter to a zero, there will be no limit
#    imposed.
#
#Default:
# request_body_max_size 1 MB