Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Servers
Reload this Page Evolution can't download emails on server
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Servers Anything server related, Apache, MySQL, Samba, server security, sendmail, exim, etc

Reply
 
Thread Tools Display Modes
Old 04-22-2008   #1 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,079
Evolution can't download emails on server

Hi folks,


Ubuntu 7.04 server amd64
Postfix 2.3.8
Evolution 2.22.1 (running on Archlinux)


Evolution can't download emails on server but can send mails via server


Settings:
Sending Email
Server Type: SMTP
Server: smtp.satimis.com
Type: Plain


Receiving Email
Server Type: POP
Server: pop3.satimis.com
Authentication Type
Password


On clicking Send/Receive, it doesn't popup "Enter Password for Personl" window

Remark:
having tried Server: pop.satimis.com
On clicking "Check for Supported Types" it only hangs there.


On Sending: clicking "Sent" it popup for Password. After keying in password it sends mails.


However with same settings only changing "pop3.satimis.com" to "pop.ISP.com

Evolution can download mails on ISP server


Please advise where shall I check? TIA


Edit:


$ apt-cache policy courier-base
Code:
courier-base:
  Installed: 0.53.3-5ubuntu1
  Candidate: 0.53.3-5ubuntu1
  Version table:
 *** 0.53.3-5ubuntu1 0
        500 http://us.archive.ubuntu.com feisty/universe Packages
        100 /var/lib/dpkg/status

$ apt-cache policy courier-imap
Code:
courier-imap:
  Installed: 4.1.1.20060828-5ubuntu1
  Candidate: 4.1.1.20060828-5ubuntu1
  Version table:
 *** 4.1.1.20060828-5ubuntu1 0
        500 http://us.archive.ubuntu.com feisty/universe Packages
        100 /var/lib/dpkg/status

$ apt-cache policy courier-maildrop
Code:
courier-maildrop:
  Installed: 0.53.3-5ubuntu1
  Candidate: 0.53.3-5ubuntu1
  Version table:
 *** 0.53.3-5ubuntu1 0
        500 http://us.archive.ubuntu.com feisty/universe Packages
        100 /var/lib/dpkg/status

B.R.
satimis

Last edited by satimis; 04-22-2008 at 09:57 AM. Reason: adding info
satimis is offline   Reply With Quote
Old 04-22-2008   #2 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,079
Cause of problem found

Hi folks,


It is the rules of iptables on the remote Mail Server preventing Evolution downloading mails.


# cat /etc/rc.local
Code:
# INPUT

# Set the default policy to drop
iptables -P INPUT DROP

# Allow existing connections to continue
iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

# Allow the server to talk to itself
iptables -A INPUT -i lo -j ACCEPT

# allow all VMware MUI HTTP connections in from anywhere
iptables -A INPUT -p tcp --dport 8222 -j ACCEPT

# allow all VMware MUI HTTPS connections in from anywhere
iptables -A INPUT -p tcp --dport 8333 -j ACCEPT

# allow all VMware Authorization Daemon connections in from anywhere
iptables -A INPUT -p tcp --dport 902 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -p tcp --dport 25 -j ACCEPT   # add allowing incoming mails 20080307

# Allow ssh from workstation local IP
iptables -A INPUT -s 192.168.0.52 -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -s 192.168.0.2 -p tcp --dport 22 -j ACCEPT

# Allow ssh from workstation public IP
#iptables -A INPUT -s 220.232.213.178 -p tcp --dport 22 -j ACCEPT

iptables -A INPUT -p icmp --icmp-type echo-request -j ACCEPT
iptables -A INPUT -j LOG


# OUTPUT

# Set the default policy to drop
iptables -P OUTPUT ACCEPT

# Allow existing connections to continue
iptables -A OUTPUT -m state --state RELATED,ESTABLISHED -j ACCEPT

# Allow the server to talk to itself
iptables -A OUTPUT -d 127.0.0.1 -j ACCEPT

# Allow DNS requests out
iptables -A OUTPUT -p udp --dport 53 -j ACCEPT
iptables -A OUTPUT -p tcp --dport 53 -j ACCEPT

iptables -A OUTPUT -p icmp --icmp-type echo-request -j ACCEPT
After stopping iptables running Evolution can download mails on the Mail Server.


Please advise what rule shall I add to allow Evolution downloading mail.

Router IP of Archlinux - 192.168.0.52


TIA


B.R.
satimis
satimis is offline   Reply With Quote
Old 04-24-2008   #3 (permalink)
Linux Newbie
 
athlon_crazy's Avatar
 
Join Date: Sep 2007
Location: Malaysia
Posts: 132
For pop3
$iptables -A INPUT -p tcp --dport 110 -j ACCEPT
__________________
www.no-x.org
athlon_crazy is offline   Reply With Quote
Old 04-24-2008   #4 (permalink)
Linux Engineer
 
Join Date: Sep 2004
Posts: 1,079
Quote:
Originally Posted by athlon_crazy View Post
For pop3
$iptables -A INPUT -p tcp --dport 110 -j ACCEPT
Thanks. It works


B.R.
satimis
satimis is offline   Reply With Quote
Reply


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 Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 11:01 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0