Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-14 Thread Robert Moskowitz
On 03/14/2013 12:33 AM, Austin Einter wrote: > Hi Les Mikesell > The rpm installed in my m/c is *amavisd-new-2.6.4-2.el6.noarch*. > > I believe it is from epel (I have epel repo enabled). > > > Is it incompatible? If you ARE using the amavisd from epel, you should follow the instructions from:

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Thu, Mar 14, 2013 at 12:19 AM, Austin Einter wrote: > perl-5.10.1.x86_64 > > This is the output of command "rpm -q --qf "%{n}-%{version}.%{arch}\n" > perl". > > So must be 64 bit compatible one. > > should I uninstall this rpm and reinstall again So how did something get installed at: /usr/li

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
perl-5.10.1.x86_64 This is the output of command "rpm -q --qf "%{n}-%{version}.%{arch}\n" perl". So must be 64 bit compatible one. should I uninstall this rpm and reinstall again regards austin On Thu, Mar 14, 2013 at 10:45 AM, Les Mikesell wrote: > On Wed, Mar 13, 2013 at 11:33 PM, Austin

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 11:33 PM, Austin Einter wrote: > Hi Les Mikesell > The rpm installed in my m/c is *amavisd-new-2.6.4-2.el6.noarch*. > > I believe it is from epel (I have epel repo enabled). > > > Is it incompatible? An unmodified version seems to start OK. Are you sure you have the 64-bi

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
Hi Les Mikesell The rpm installed in my m/c is *amavisd-new-2.6.4-2.el6.noarch*. I believe it is from epel (I have epel repo enabled). Is it incompatible? Regards Austin On Thu, Mar 14, 2013 at 9:38 AM, Les Mikesell wrote: > On Wed, Mar 13, 2013 at 10:11 PM, Austin Einter > wrote: > >

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 10:11 PM, Austin Einter wrote: > I hope this comes from perl-mailtools package. > It was installed using yum. > > I just searched MIME/Header.pm is there but in a different path. > > In my system, MIME/Header.pm is present in path > /usr/lib/perl5/vendor_perl/5.8.5/Mail/Hea

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
I hope this comes from perl-mailtools package. It was installed using yum. I just searched MIME/Header.pm is there but in a different path. In my system, MIME/Header.pm is present in path /usr/lib/perl5/vendor_perl/5.8.5/Mail/Header.pm Looks amivsd is searching at below paths */usr/local/lib64/

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 9:47 PM, Austin Einter wrote: > Looks I did not start amavisd service. Thats why probably connection to > 127.0.0.1:10024 is being refused. > I tried starting amavisd service. Gets bunch of erropr as below. > > > *[root@ip-173-201-189-43 postfix]# service amavisd restart >

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
Looks I did not start amavisd service. Thats why probably connection to 127.0.0.1:10024 is being refused. I tried starting amavisd service. Gets bunch of erropr as below. *[root@ip-173-201-189-43 postfix]# service amavisd restart Shutting down amavisd: fetch_modules: error loading required module

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Robert Moskowitz
On 03/13/2013 07:42 PM, Austin Einter wrote: > Dear Robert > I have a bigger problem. > > sendmail was running previously. thats the reason I was able to send mail. > Mow did chkconfig off for sendmail. > > Now postfix is running. > > Both send/recv not working now. > > While sending mail from rou

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
Dear Robert I have a bigger problem. sendmail was running previously. thats the reason I was able to send mail. Mow did chkconfig off for sendmail. Now postfix is running. Both send/recv not working now. While sending mail from roundcuble it says "connection to server failed". regards -austin

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Robert Moskowitz
On 03/13/2013 07:03 PM, Austin Einter wrote: > Dear All > I have some basic doubts. > > 1. Do I need to run postfix like /etc/init.d/postfix restart > 2. What I found it , it is starting.., but when I check immediately ps -ef > | grep postfix, I do not see any postfix process running. In Centos

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
telnet ipaddress 25 is not working, looks postfix is not running, but i am clueless why it does not startup even if i do /etc/init.d/postfix restart. even if it is not running, how i am able to send mails out using roundcube -austin On Thu, Mar 14, 2013 at 4:40 AM, Les Mikesell wrote: > On

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 5:57 PM, Austin Einter wrote: >> > [root@ip-173-201-189-43 necs14]# > > I see in my firewall telenet/25 is blocked. > However smtp/25 is allowed. What does that mean? Both services use TCP. Telnet is normally port 23, SMTP is 25.I suggested 'telnet IP_address 25' as

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
Dear All I have some basic doubts. 1. Do I need to run postfix like /etc/init.d/postfix restart 2. What I found it , it is starting.., but when I check immediately ps -ef | grep postfix, I do not see any postfix process running. 3. Is there any system config file, where I need to mention system n

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Austin Einter
Dear Les Mikesell I executed the steps you have advised. 1. MX Record Check [root@ip-173-201-189-43 necs14]# [root@ip-173-201-189-43 necs14]# dig -t MX netcloudjobs.com ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.2 <<>> -t MX netcloudjobs.com ;; global options: +cmd ;; Got answer: ;; ->>HEAD

Re: [CentOS] Postfix (Roundcube client) sends mail, but not able to receive

2013-03-13 Thread Les Mikesell
On Wed, Mar 13, 2013 at 10:03 AM, Austin Einter wrote: > Dear All > Recently I just setup postfix, dovecot, roundcube etc in a dedicated server. > > >From roundcuble, I am able to send mail to my gmail account. > > But from my gmail account, when sent mail to my mail id, that I setup > recently, I