Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
619 views

Cron Daemon - LibClamAV errors

I have been receiving since a long time following mails: From: Cron Daemon <[email protected]> Subject: Cron <root@cloud-vps> test -x /usr/sbin/anacron || ( cd / && run-parts ...
user avatar
1 vote
1 answer
2k views

mysql query formatting in email

I have the following query in shell script: mysql -e "use hive; select DISTINCT TAB.DB_NAME, TAB.TABLE_NAME from TABLE_PARAMS INNER JOIN TAB ON TABLE_PARAMS.TBL_ID = TAB.TBL_ID where PARAM_KEY = '...
user3508766's user avatar
0 votes
1 answer
172 views

Looking for an email server that supports mysql ssl connection

I am trying to secure connections to my MySQL server. I have SSL set up but I am looking for programs that support a SSL connection to MySQL. Specifically I am currently looking for an email server ...
Peter's user avatar
  • 103
1 vote
1 answer
516 views

Modoboa 1.1.1 Deployment Errors

I tried to install modoboa follow this steps: http://modoboa.readthedocs.org/en/latest/getting_started/install.html I installed modoboa with pip install modoboa: Traceback (most recent call last): ...
50l3r's user avatar
  • 185
3 votes
1 answer
2k views

Is it possible to import vmail folder from old iRedMail to new iRedMail installation?

Basically, what I did: Copied vmail folder to my local machine. Reinstalled my VPS. Installed iRedMail again. Created same users on the same domain. Question is - can I somehow copy over my old vmail ...
user avatar
-2 votes
1 answer
630 views

Best Linux for a small Web server [closed]

I'm currently planning my business servers and I would like to know what's the best Linux distro for these needs: Nginx + MySQL + PHP 5.4 Zimbra Collaboration - Open Source Node.js w/ Forever I know ...
Frederick Marcoux's user avatar
0 votes
1 answer
2k views

Catch all emails and save them in MySQL

I want to do something like Facebook has with it message system. When you reply to email sent from Facebook User, it automatically gets in his message box. This is done, because you reply to {...
Igor S.'s user avatar
  • 101
0 votes
1 answer
2k views

Force users to change email password every six months

I'm going to build an experimental mail server with Postfix + Dovecot and Mysql for user accounts. The server will offer SMTP + POP3 + IMAP. Is there a way to force users to change their mail account ...
PsyStyle's user avatar