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; i m unable to open my microsoft outlook in my newly configured squid...


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

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-15-2007, 06:25 PM
Junior Member
User
 
Join Date: Feb 2007
Posts: 5
Rep Power: 0
kamran96102
Default how to enable microsoft outlook in squid

i m unable to open my microsoft outlook in my newly configured squid
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-16-2007, 10:48 AM
Member
User
 
Join Date: Jul 2006
Posts: 72
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default what is ur exect requirement

what is ur exect requirement, why do u want to do this, what is ur goal.

what is the need??


with out knowing this no one can help u?
Reply With Quote
  #3 (permalink)  
Old 02-16-2007, 12:01 PM
Junior Member
User
 
Join Date: Feb 2007
Posts: 5
Rep Power: 0
kamran96102
Default

sir i deployed squid proxy to run my window envirement
but my clients are unable to send and recieve mails from outlook they found an error

task 'mail.daedalussoftware.com -receiving' reported error (0x800CCOF):The connection to the server wwas interrupted.if this problem continues, contact your server admin .

sir i applied rules from iptables but this error still exists i can send you my iptalbles rules


Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dptop3
ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
ACCEPT udp -- anywhere anywhere udp dpt:smtp
ACCEPT udp -- anywhere anywhere udp dptop3

Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- 192.168.3.0/24 mail.hostdepot.net tcp dptop3
ACCEPT tcp -- 192.168.3.0/24 mail.hostdepot.net tcp dpt:smtp
ACCEPT udp -- 192.168.3.0/24 mail.hostdepot.net udp dpt:smtp
ACCEPT udp -- 192.168.3.0/24 mail.hostdepot.net udp dptop3
ACCEPT all -- anywhere anywhere
Reply With Quote
  #4 (permalink)  
Old 02-16-2007, 12:03 PM
Junior Member
User
 
Join Date: Feb 2007
Posts: 5
Rep Power: 0
kamran96102
Default

plz sir tell me what should i do now i open all port but still i m at the same postion
Reply With Quote
  #5 (permalink)  
Old 02-16-2007, 04:17 PM
Member
User
 
Join Date: Jul 2006
Posts: 72
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default no need all this

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
  #6 (permalink)  
Old 02-16-2007, 04:21 PM
Member
User
 
Join Date: Jul 2006
Posts: 72
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default antivirus

r u running any antivirus, that also may cause problem like this.
just for test uninstall it, try, if the problem remains there, reinstall the antivirus but with a fresh copy
Reply With Quote
  #7 (permalink)  
Old 02-16-2007, 04:31 PM
Member
User
 
Join Date: Jul 2006
Posts: 72
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default oopsss..

at very first


1.) is squid service running on the linux box

check it by using
ps aux | grep squid | grep -v -grep
or
service squid status
2.) check that are client r able to browse the internet from client machines

if all is ok

then i am giving u link, that will help u

http://support.microsoft.com/?kbid=813514
Reply With Quote
  #8 (permalink)  
Old 02-21-2007, 09:02 AM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 910
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

squid is only for port 80/443 (http/http and ftp 21/20 (limited support). You need to specify direct IPS of SMTP and POP3/IMAP servers.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #9 (permalink)  
Old 02-23-2007, 11:41 AM
Junior Member
User
 
Join Date: Feb 2007
Posts: 5
Rep Power: 0
kamran96102
Default how to create a groups for mailing accounts

i configured cryrus imap with postfix but i want to creat my create company mailing groups department wise how can do this i m new on fedora core 6 soo plz any one tall me the exact procedure how to configure in step wise



i would be greatful for this

thanks kamran
Reply With Quote
  #10 (permalink)  
Old 02-23-2007, 12:17 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 0
tom is an unknown quantity at this point
Default

Postfix-Cyrus-Web-cyradm-HOWTO
http://www.delouw.ch/linux/postfix.phtml
http://tldp.org/HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO/
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 01:08 PM
Outlook with Squid transparent Proxy bubloob_13 Networking, Firewalls and Security 0 09-16-2007 02:37 PM
Open outlook 2003 .pst file on linux sweta Linux software 0 07-11-2007 05:35 AM
Howto backup and restore Outlook/Outlook Express Datafiles? Windows Xp/2000/2003 server administration 6 07-31-2006 12:31 PM
Outlook Express mails import to Evolution ricc Linux software 2 03-09-2006 04:14 PM


All times are GMT +5.5. The time now is 12:26 PM.


Powered by vBulletin® Version 3.7.2 - 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