nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

how to enable microsoft outlook in squid

This is a discussion on how to enable microsoft outlook in squid within the Networking, Firewalls and Security forums, part of the Mastering Servers category; thanks man you help me alot for doing this can you also sed me how to enable change password in ...


Go Back   nixCraft Linux Forum > Mastering Servers > Networking, Firewalls and Security

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #11 (permalink)  
Old 02-23-2007, 09:37 PM
Junior Member
User
 
Join Date: Feb 2007
Posts: 5
Rep Power: 0
kamran96102
Default

thanks man you help me alot for doing this can you also sed me how to enable change password in squirrelmail beuse i have plugin password change but its not changing password giving error .will any body tell me where i m wrong thanks once again


take care bye
Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 11-24-2008, 02:31 PM
Junior Member
User
 
Join Date: Nov 2008
My distro: Ubuntu
Posts: 1
Rep Power: 0
Avinash.Rao is on a distinguished road
Default

I am using Ubuntu 8.04 + Squid configured to use IPTABLES. I have configured Thunderbird to download use gmail through POP but it wont go through Squid!

I have added the lines you've mentioned in my IPTABLES, but it still doesn't matter, the contents of my IPTABLES are below. Kindly help

SQUID_SERVER="100.100.10.10"
export SQUID_SERVER
INTERNET="eth0"
export INTERNET
LAN_IN="eth1"
export LAN_IN
SQUID_PORT="3128"
export SQUID_PORT
clear
echo " The following values are set "
echo "SQUID_SERVER :"$SQUID_SERVER
echo "INTERNET :"$INTERNET
echo "LAN_IN :"$LAN_IN
echo "SQUID_PORT :"$SQUID_PORT
echo "=============="
iptables -F
iptables -X
iptables -t nat -F
iptables -t nat -X
iptables -t mangle -F
iptables -t mangle -X
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 80 -j DNAT --to 10.10.10.10
:3128
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 31
28
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
iptables -A INPUT -i lo -j ACCEPT
iptables -A OUTPUT -o lo -j ACCEPT
iptables -A INPUT -i $INTERNET -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables --table nat --append POSTROUTING --out-interface $INTERNET -j MASQUERADE
iptables --append FORWARD --in-interface $LAN_IN -j ACCEPT
iptables -A INPUT -i $LAN_IN -j ACCEPT
iptables -A OUTPUT -o $LAN_IN -j ACCEPT
iptables -t nat -A PREROUTING -i $LAN_IN -p tcp --dport 80 -j DNAT --to $SQUID_S
ERVER:$SQUID_PORT
iptables -t nat -A PREROUTING -i $INTERNET -p tcp --dport 80 -j REDIRECT --to-port $SQUID_PORT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 110 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT
iptables -A INPUT -j LOG
iptables -A INPUT -j DROP


Thanks
Avinash


Quote:
Originally Posted by kasimani View Post
no need to do all these if u r using the POP n SMTP server address directly in your outlook (POP and SMTP) of mail service provider.

if u r running ur linux box as mail router and and using sendmail then u have to provide the (smart.smtp) server address

tell me one thing are u able to receive the mails??

if not then add the foolowing line in the iptable

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 110 -j ACCEPT
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT

then restart iptables service
this may solve ur prob.

or if this don't help u, try this command

service iptables stop (this stops the ipatble

just do it for testing.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
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 On

Similar Threads

Thread Thread Starter Forum Replies Last Post
How to enable squid proxy to accept webtraffic from two netw bubloob_13 Linux software 2 12-30-2007 02:08 PM
Outlook with Squid transparent Proxy bubloob_13 Networking, Firewalls and Security 0 09-16-2007 03:37 PM
Open outlook 2003 .pst file on linux sweta Linux software 0 07-11-2007 06:35 AM
Howto backup and restore Outlook/Outlook Express Datafiles? Windows Xp/2000/2003 server administration 6 07-31-2006 01:31 PM
Outlook Express mails import to Evolution ricc Linux software 2 03-09-2006 05:14 PM


All times are GMT +5.5. The time now is 01:48 AM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36