Hallo.
Auf meiner Linuxbox läuft squid.
Kann jedoch mit Outlook über pop3 keine eMails versenden. Habe den proxy über M$ im IE konfiguriert.
In squid hab ich die ports freigeschaltet.
acl Safe_ports port 25 # smtp
acl Safe_ports port 110 # pop3
muss ich nun nochwas beachten?
pop3 & smtp über squid ?
pop3 & smtp über squid ?
Diese Message wurde erstellt mit freundlicher Unterstützung eines Pinguins aus artgerechter Freilandhaltung.
- emge
- Beiträge: 1525
- Registriert: 20.10.2003 22:05:46
- Lizenz eigener Beiträge: Artistic Lizenz
- Wohnort: 50° 45' 0" N 12° 10' 0" E
Ist SQUID nicht ein HTTP-Proxy/Cache?
Grüße, Marco
Verwechselst du SQUID vielleicht mit einer Firewall?SQUID-FAQ hat geschrieben: 1.1 What is Squid?
Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.
Squid supports SSL, extensive access controls, and full request logging. By using the lightweight Internet Cache Protocol, Squid caches can be arranged in a hierarchy or mesh for additional bandwidth savings.
Squid consists of a main server program squid, a Domain Name System lookup program dnsserver, some optional programs for rewriting requests and performing authentication, and some management and client tools. When squid starts up, it spawns a configurable number of dnsserver processes, each of which can perform a single, blocking Domain Name System (DNS) lookup. This reduces the amount of time the cache waits for DNS lookups.
Grüße, Marco
- mistersixt
- Beiträge: 6601
- Registriert: 24.09.2003 14:33:25
- Lizenz eigener Beiträge: GNU Free Documentation License