[x] Welcome to LinuxSolved.com Linux help forums, here we are a community of Linux users helping each other. It is helpful to both ie. new linux users as well experienced one. We always have our experts to help you and ofcourse members help each other, so you can ask for help any time by Registering.: Click to Register

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Linux Forums - Linux Help,Advice & support community:LinuxSolved.com  |  Forum  |  Network Troublshooting  |  Linux Servers Support  |  Topic: openwebmail
The LinuxSolved.com GNU/Linux User Communit - Forum
Welcome to LinuxCommunity You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
Pages: [1]
  Print  
Author Topic: openwebmail  (Read 903 times)
0 Members and 1 Guest are viewing this topic.
raymond79
Linux Noob !
*
Offline Offline

Posts: 4


View Profile
« on: November 09, 2005, 02:02:59 PM »

Hi there,

My problem is that i setup the openwebmail on linux 2.4... going to adduser and etc ... I fill out all the info and when im done... im able to send out email but not recieve... what could be the problem?


Thanks!
Logged
aktiwari4u
LST CareTaker
Linux Learner
*****
Offline Offline

Posts: 107


View Profile WWW
« Reply #1 on: January 31, 2006, 06:36:19 AM »

i think u have not made msexchange entry in your dns server
most of the time if we have not defined any msexchange entry .
i think after this entry u should be able to recieve mails.
Logged
twin_mendoza
Linux Noob !
*
Offline Offline

Posts: 6


View Profile
« Reply #2 on: February 14, 2006, 10:48:47 PM »

i have the same problem like <raymond79>
but i used Sendmail 8.12.8 and Cyrus SASL 2.1.10 for my SMTP and used and for my POP i used Qpopper 4.0.5...

the problem is i can send an email in any address but i cant recieve any mail... can someone help me with this  Sad

thnk you in advance
Logged
aktiwari4u
LST CareTaker
Linux Learner
*****
Offline Offline

Posts: 107


View Profile WWW
« Reply #3 on: February 15, 2006, 11:42:44 PM »

i think for you both mail exchanger entry is must in your DNS server. for your pop3 server. and this may solv your problem .
Logged
twin_mendoza
Linux Noob !
*
Offline Offline

Posts: 6


View Profile
« Reply #4 on: February 16, 2006, 03:43:52 AM »

thankyou for the reply... Smiley i search all over the internet to find HOWTO or FAQ for this but im not luky to find one.... i attach herre the message of the deamon of the yahoo because he can not find my mail addrees.

here is the outpu Smiley

Hi. This is the qmail-send program at yahoo.com.
I'm afraid I wasn't able to deliver your message to the following
addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<webmaster@my-site.com>:
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)

--- Below this line is a copy of the message.

Return-Path: <twin_mendoza@yahoo.com>
Received: (qmail 72678 invoked by uid 60001); 16 Feb 2006 08:19:02
-0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.com;
 
h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding;
 
b=La5mL7vXV0M6A6EnA45j04rG/qS6j2Wz0YT0PUOl+UK/R5qy/AIRn0vLR+95wY1B6N98PvtRtQf0/6YIIFtfMpZ/clme+GBwN+K6MvEBuNEpzYOKeXVWmr4+TjBkFHYQ9WEBd3ZMmK9tOs2dWi5QkeAwFm9K3FjWuFtQ/udJWj0=  
;
Message-ID: <20060216081902.72676.qmail@web35412.mail.mud.yahoo.com>
Received: from [xxx.xxx.xxx.xxx] by web35412.mail.mud.yahoo.com via
HTTP; Thu, 16 Feb 2006 00:19:02 PST
Date: Thu, 16 Feb 2006 00:19:02 -0800 (PST)
From: twin <twin_mendoza@yahoo.com>
Subject: Re: TEST MESSAGE 4:12pM
To: webmaster <webmaster@my-site.com>
In-Reply-To: <1140077540.4284.1.camel@my-site.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit



--- webmaster <webmaster@my-site.com> wrote:

> testing again Smiley
>
>


i can send email message in internet..,
my problem is i cant recieve any messages in my mailserver (i.e. twin_mendoza@my-site.com

can someone help me... thanks in advance
Logged
aktiwari4u
LST CareTaker
Linux Learner
*****
Offline Offline

Posts: 107


View Profile WWW
« Reply #5 on: February 16, 2006, 06:48:56 AM »

This is the qmail-send program at yahoo.com.
I'm afraid I wasn't able to deliver your message to the following
addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<webmaster@my-site.com>:
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
------------------------------------------------------------------------
------------------------------------------------------------------------
dear friend have a look on the last line its showing that it could not find any mail exchanger so here is your problem
to resolve this problem u should make a mail exchanger entry in your DNS server by providing the ip address of your pop3 server for your domain .
Logged
twin_mendoza
Linux Noob !
*
Offline Offline

Posts: 6


View Profile
« Reply #6 on: February 16, 2006, 08:38:58 AM »

i tried to modify the file /etc/named.conf and add this line

>zone "my-site.com" IN {
>   type master;
>   file "my-site.com.zone";
>   allow-update { none; };
>};

and also i modify the on in /var/named/my-site.com.zone to bind my address

>$TTL 86400
>$ORIGIN somefakedomain.com.
>@     IN       SOA           ns1.my-site.com. webmaster.my-site.com. (
>          2006021601                ; serial
>          21600                        ; refresh
>          3600                         ; retry
>          604800                       ; expires
>          86400 )                ; minimum
>
>         IN   NS      ns1.my-site.com.
>
>         IN   MX   10    mail.my-site.com.
>
>         IN   A        xxx.xxx.xxx.xxx
>
>ns1      IN        A             xxx.xxx.xxx.xxx
>www    IN      A           xxx.xxx.xxx.xxx
>mail       IN         A             xxx.xxx.xxx.xxx

and do a nslookup

>nslookup
>server 127.0.0.1
>my-site.com
>www.my-site.com
>mail.my-site.com

and still it wont work, i cannot still recieve emails coming in internet... can you give me the exact steps to configure my box.

and thnk you for your quick reply @ ***aktiwari4u***
Logged
aktiwari4u
LST CareTaker
Linux Learner
*****
Offline Offline

Posts: 107


View Profile WWW
« Reply #7 on: May 27, 2008, 12:29:15 AM »

i think this step is fine. you need to check if any firewall is running or not and if so then check if ports are open for mail to work fine following ports need to be open.

Outbound ports (tcp)

25 - SMTP
110 - POP services
143 - IMAP
783 - Spamassassin
993 - IMAPS

Inbound Ports (tcp)

25 - SMTP
80 - HTTP
110 - POP services
143 - IMAP
443 - HTTPS
783 - Spamassassin
993 - IMAPS
Logged
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
   

 Logged
Pages: [1]
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
openwebmail with sendmail Linux Servers Support amir 0 907 Last post April 27, 2005, 12:54:40 PM
by amir
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 21, 2008, 10:06:42 AM

Login with username, password and session length
Navigation
Recent Discussions
[November 20, 2008, 11:30:52 PM]

[November 19, 2008, 07:52:41 PM]

[November 19, 2008, 07:52:36 PM]

[November 17, 2008, 10:42:59 AM]

[November 16, 2008, 12:49:47 AM]

[November 16, 2008, 12:48:58 AM]

[November 15, 2008, 08:29:02 AM]

[November 15, 2008, 08:24:41 AM]

[November 14, 2008, 05:11:50 AM]

[November 13, 2008, 03:28:22 AM]
Members
Total Members: 6224
Latest: sam1948
Stats
Total Posts: 8269
Total Topics: 2253
Online Today: 15
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 16
Total: 16
Privacy Policy| Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Theme & TinyPortal v0.9.8 © Bloc