Re: Apache 2 ports configuration deleted!
Thanks a ton! And BTW I am running the server edition so I don't have a desktop.
View ArticleRe: Webmail and Admin Panel problem (Python issue)
You can try the next:1. stop the apache2. setup perfect ireadmin setttings.py3. And find "*.pyc" under /iredadmin dir for example settings.pyc then remove it4. start the apache
View ArticleHow to turn off SSL/HTTPS
==== Required information ====- iRedMail version: 0.8.5- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL- Linux/BSD distribution name and version: Ubuntu Server 12.04.3 LTS EC2====Hello...
View ArticleRe: DKIM generation
What's the value of '@dkim_signature_options_bysender_maps' in Amavisd config file?
View ArticleRe: Changing the Domain
You need to update two files:*) Roundcube config file (config/main.inc.php, parameter $rcmail_config['username_domain']).*) Dovecot config file (dovecot.conf, parameter "auth_default_realm").You see,...
View ArticleRe: Webmail and Admin Panel problem (Python issue)
basen wrote:[Mon Nov 18 14:31:10 2013] [error] [client 213.158.216.184] OperationalError: (1045, "Access denied for user 'iredadmin'@'localhost' (using password: YES)")Do you have package 'mod_python'...
View ArticleRe: How to turn off SSL/HTTPS
You can either purchase a valid SSL certificate, or disable it in Apache config file. Simply disable site 'default-ssl' should be ok.
View ArticleRe: [FAQ] Backup/Restore procedure for iRedMail (using MySQL database)
Actually I have a few questions in regards to this. hata_ph wrote:2. Restore the 4 database for MySQL. I am using the /root/iRedMail/tools/backup_MySQL.sh to do the backup.What 4 databases? Looking in...
View ArticleRe: Help-Cannit sent out to qq mail
Hi Zhang,Thanks for the tip. I just newly setup. try send one to qq.com doesn't work. but 163.com is ok. I have valid pass spf and dkim record using online tools.I check no blacklist IPI notice the...
View ArticleRe: Help-Cannit sent out to qq mail
kenny.lee wrote:I notice the email recive at my side mail.xxxx.com(127.0.0.1) <-- how to change to real server IP? or is it because of this, it reject?This is normal, all emails generated on your...
View ArticleRe: DKIM generation
ZhangHuangbin wrote:What's the value of '@dkim_signature_options_bysender_maps' in Amavisd config file?@dkim_signature_options_bysender_maps = ( { # ------------------------------------ # For...
View ArticleRe: User creation
Hello,I'm having the same problem, we have a software that needs to be able to login with only the username and read an account's received emails.Is this possible to set with iRedMail?Regards
View ArticleCLOSED Roundcube Connection Failed After Changing IP + Adding SSL Cert
==== Required information ====- iRedMail version: 0.8.3- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL- Linux/BSD distribution name and version: CENTOS 6.4- Related log if you're...
View ArticleRe: CLOSED Roundcube Connection Failed After Changing IP + Adding SSL Cert
Ok.. Got this fixed.Apparently I referred to the wrong ssl installation guide and added a line in the dovecot.conf file that it was not expecting for my distro.So .. dovecot wasn't starting -- I...
View ArticleRe: Changing the Domain
Many thanks Zhang, i appreciate your help, you are right, next time i will include the required information in the post.I used the "find / -name main.inc.php*" instruction and to find the first file,...
View ArticleLog iredapd.log
======== Required information ====- iRedMail version: 0.8.5- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP- Linux/BSD distribution name and version: ubuntu 12.04- Related log if you're...
View ArticleRebooted server and now postgrey won't start
==== Required information ====- iRedMail version: 0.8.5- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql- Linux/BSD distribution name and version: OpenSuse- Related log if you're...
View ArticleSimple SMTP auth
==== Required information ====- iRedMail version: 0.8.5- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP- Linux/BSD distribution name and version: Ubuntu 12.04====Hello, i want to use...
View ArticleRe: Rebooted server and now postgrey won't start
Ok, cluebringer (cbpolicyd) wasn't running and would not start via:/etc/init.d/cbpolicyd startreturned:/etc/init.d/cbpolicyd: line 11: /etc/init.d/functions: No such file or...
View ArticleRe: Rebooted server and now postgrey won't start
Ok, I still don't know why this was all screwed up but I was able to make /etc/init.d/cbpolicyd run by modifying it as such:(Modifications marked with "##<------")#!/bin/bash## chkconfig: - 75 25#...
View Article