[Indimail-support] Indimail on centos6.4

21 views
Skip to first unread message

Vivek Patil

unread,
Feb 28, 2014, 3:52:18 AM2/28/14
to indimail...@lists.sourceforge.net

Can I install indimail on centos 6.4

 

Regards,

 

Vivek Patil

system admin

 

Cprogrammer

unread,
Feb 28, 2014, 7:09:37 AM2/28/14
to indi...@googlegroups.com, viv...@ikf.co.in, indimail...@lists.sourceforge.net


On Friday, 28 February 2014 14:22:18 UTC+5:30, Vivek Patil wrote:

Can I install indimail on centos 6.4


yes 

Adrian Offerman

unread,
Feb 28, 2014, 7:21:29 AM2/28/14
to indimail...@lists.sourceforge.net

Yes: I've been running IndiMail on CentOS (version 6.4 now) for almost
two years now without any issues
(in my case: for dozens of small domains)


On 02/28/2014 09:52 AM, Vivek Patil wrote:
> Can I install indimail on centos 6.4


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Indimail-support mailing list
Indimail...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/indimail-support

Vivek Patil

unread,
Feb 28, 2014, 10:52:34 PM2/28/14
to Cprogrammer, indi...@googlegroups.com, indimail...@lists.sourceforge.net

Hi,

I have install indimail. But when I run the command,

/var/indimail/bin/vadddomain domainname.info password

Got error

mysql_real_connect: localhost: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

 

I stopped mysql also, but no luck.

 

With Regards,

Vivek Patil | System Admin

http://iknowledgefactory.com/ikf_email/ikf_logo.jpg

 

I Knowledge Factory Pvt. Ltd.
Manohar, Plot No. 2, S.No : 47/1B- 1/2,
3rd Floor, Taware Colony, Near Muktangan School, Aranyeshwar Road. Pune - 411009
Tel : +91 – 020- 2422 - 786 - 1/ 2 / 3 / 4 - Extn No - 205

http://iknowledgefactory.com/ikf_email/facebook.jpg

linkedin

image001.jpg
image002.jpg
image003.jpg

Manvendra Bhangui

unread,
Feb 28, 2014, 11:05:38 PM2/28/14
to Vivek Patil, indimail...@lists.sourceforge.net, indimail
On Sat, Mar 1, 2014 at 9:22 AM, Vivek Patil <viv...@ikf.co.in> wrote:

Hi,

I have install indimail. But when I run the command,

/var/indimail/bin/vadddomain domainname.info password

Got error

mysql_real_connect: localhost: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

 


Is mysql running? What is the output of

# /var/indimail/bin/svstat /service/mysql.3306

You can check /var/log/indimail/mysql.3306/current for errors
 

I stopped mysql also, but no luck.


How are you stopping MySQL? 

Vivek Patil

unread,
Feb 28, 2014, 11:10:19 PM2/28/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

service mysqld stop

chkconfig mysqld off

 

Output of /var/indimail/bin/svstat /service/mysql.3306

/service/mysql.3306: up (pid 10708) 1 seconds

 

[root@mail ~]# service mysqld status

mysqld is stopped

 

With Regards,

Vivek Patil | System Admin

http://iknowledgefactory.com/ikf_email/ikf_logo.jpg

 

I Knowledge Factory Pvt. Ltd.
Manohar, Plot No. 2, S.No : 47/1B- 1/2,
3rd Floor, Taware Colony, Near Muktangan School, Aranyeshwar Road. Pune - 411009
Tel : +91 – 020- 2422 - 786 - 1/ 2 / 3 / 4 - Extn No - 205

http://iknowledgefactory.com/ikf_email/facebook.jpg

linkedin

 

 

From: Manvendra Bhangui [mailto:mbha...@gmail.com]
Sent: Saturday, March 01, 2014 9:36 AM
To: Vivek Patil
Cc: indimail; indimail...@lists.sourceforge.net
Subject: Re: [Indimail-support] Indimail on centos6.4

 

On Sat, Mar 1, 2014 at 9:22 AM, Vivek Patil <viv...@ikf.co.in> wrote:

image001.jpg
image002.jpg
image003.jpg

Manvendra Bhangui

unread,
Feb 28, 2014, 11:19:25 PM2/28/14
to Vivek Patil, indimail...@lists.sourceforge.net
On Sat, Mar 1, 2014 at 9:40 AM, Vivek Patil <viv...@ikf.co.in> wrote:

service mysqld stop

chkconfig mysqld off

 


Please avoid top posting. It makes life difficult for me and also spoils the entire thread.

Output of /var/indimail/bin/svstat /service/mysql.3306

/service/mysql.3306: up (pid 10708) 1 seconds


You have a problem. mysqld is not starting. Look at /var/log/indimail/mysql.3306/current. Most likely it is selinux. The easiest is to turn off selinux


You can temporarily turn off selinux  enforcing by running the command

# /usr/sbin/setenforce 0

Once mysqld is able to write to its data files, it should start without any issue. The svstat command can be used to verify that.

The correct way is to allow mysqld to be able to write to data files in /var/indimail/mysqldb/data. That will require you to do some homework and learn how selinux works

 

 

[root@mail ~]# service mysqld status

mysqld is stopped

 


Yes. That is the right thing to do. 

Vivek Patil

unread,
Feb 28, 2014, 11:43:40 PM2/28/14
to Manvendra Bhangui, indimail...@lists.sourceforge.net

Yes it worked for me.

thanks

 

Regards,

 

Vivek Patil

system admin

 

From: Manvendra Bhangui [mailto:mbha...@gmail.com]
Sent: Saturday, March 01, 2014 9:49 AM
To: Vivek Patil
Cc: indimail...@lists.sourceforge.net
Subject: Re: [Indimail-support] Indimail on centos6.4

 

On Sat, Mar 1, 2014 at 9:40 AM, Vivek Patil <viv...@ikf.co.in> wrote:

Reply all
Reply to author
Forward
0 new messages