Networking Forums

Networking Forums > Computer Networking > Linux Networking > Dante Proxy Configuration Problems for POP3/SMTP

Reply
Thread Tools Display Modes

Dante Proxy Configuration Problems for POP3/SMTP

 
 
Phillip J. Allen
Guest
Posts: n/a

 
      04-24-2004, 07:30 PM
Hi all,

I have an office network connected to the Internet through a proxy
computer with 2 NICS ( eth0-192.168.1.5 & eth1-192.168.2.105) running
Mandrake 9.0, Squid and Dante. Squid is running fine and all my windows
and Linux clients can browse the web.

My problem is clients trying to go through the proxy server to download
e-mail (POP3 & SMTP on ports 110 & 25). The clients are trying to
download their e-mail with mozilla and have had the sock5 IP/port
configured to 192.168.2.105/1080.

I have configured Dante, in hopes to manage the POP3 and SMTP traffic,
and my sockd.conf file is listed below. But the clients still can not
see the e-mail server out there in the internet.

Any ideas? Dante (a firewall proxy) is what I need, right? I accept
that I am not a firewall or internet security expert but I am trying and
learning.

thanks,

Phillip J. Allen
e-mail: (E-Mail Removed)


# sockd.conf
logoutput: syslog stdout /var/log/lotsoflogs
logoutput: stderr
internal: 192.168.2.105 port=1080
external: 192.168.1.5
method: username none
user.notprivileged: sockd

client pass {
from: 192.168.2.0/255.255.255.0 to: 0.0.0.0/0
log: connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0 port gt 24
command: bind
log: connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: connect udpassociate
log: connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: bindreply udpreply
log: connect error
}
block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}

 
Reply With Quote
 
 
 
 
Antoine EMERIT
Guest
Posts: n/a

 
      04-24-2004, 09:38 PM
"Phillip J. Allen" <(E-Mail Removed)> wrote news:408ac1de_4
@news1.prserv.net:
> My problem is clients trying to go through the proxy server to download
> e-mail (POP3 & SMTP on ports 110 & 25). The clients are trying to
> download their e-mail with mozilla and have had the sock5 IP/port
> configured to 192.168.2.105/1080.
>
> I have configured Dante, in hopes to manage the POP3 and SMTP traffic,
> and my sockd.conf file is listed below. But the clients still can not
> see the e-mail server out there in the internet.


I think the proxy is used only with the Mozilla browser (http, https and
ftp request), and not by the Mozilla mail client.

> Any ideas? Dante (a firewall proxy) is what I need, right? I accept
> that I am not a firewall or internet security expert but I am trying


You should used a Linux configuration that allow outgoing connexions, or
use a pop3 proxy.

To allow outgoing connexions, try :

cat 1 > /proc/net/ip_forwarding

end check the ipchains/iptables rules.


To find a pop3 proxy, which may include an anti-spam modules, search on
http://rpmfind.net or http://freshmeat.net/


Regards
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pop3,smtp mail - what's the easiest? Rich Grise Linux Networking 4 12-29-2004 10:36 PM
POP3 and SMTP prob with BT David Brown Broadband 17 12-28-2004 12:25 AM
pop3 and smtp marco Windows Networking 2 08-09-2004 06:50 PM
Anyone using POP3 and SMTP that comes with Win2003 Server Jerry Weir Windows Networking 0 02-26-2004 03:25 AM
POP3/IMAP/SMTP Proxy with redhat Linux 9.0 ??? Peteris Krumins Linux Networking 1 06-26-2003 07:53 PM



1 2 3 4 5 6 7 8 9 10 11