Re: DKIM registry error
- Is it working now? Many DNS vendors take few hours to flush the new records, so DNS publish may take few hours to be online.- Can you get the correct DKIM DNS record with "dig" command like below?dig...
View ArticleRe: POSTFIX - how to prevent own domain in the header of received emails
Hi Zhang,Thanks.Just checked the log and it is exactly like this "From: <user1@example.com>".So what should be added in the file - /etc/postfix/sender_access.pcre to stop these?ZhangHuangbin...
View ArticleRe: POSTFIX - Need to restart POSTFIX after modifying header "pcre" files?
Hi Zhang,Thanks for the reply. I understand it is better that it is restarted and I can do that as there are few users.ZhangHuangbin wrote:FYI: http://www.postfix.org/DATABASE_README.html#detectMathew
View ArticleSQL to copy mail from user1 to user2
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail version (check /etc/iredmail-release): 0.9.9- Deployed with iRedMail Easy or the downloadable installer? Downloadable - Linux/BSD...
View ArticleRe: Mailbox won't load into Roundcube/SOGo
ZhangHuangbin wrote:Any error in Dovecot log files?In /var/log/dovecot/imap.log, I see the following:Mar 31 15:34:58 server dovecot: imap(myaddr@mydomain.com): Error: mmap() failed with file...
View ArticleRe: Mailbox won't load into Roundcube/SOGo
Nope, still getting the same error and no loading of the inbox in SOGo/RoundCube.It loaded once after the change was made in SOGo, but after I logged out of the user and tried to log in, I was...
View Articlewebmail for the managed domains
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail 0.9.9 downloadable installer- Debian9/MySQL/Nginx infra====How could I set up webmail configurations for the domains managed?lets say my...
View ArticleRe: webmail for the managed domains
A type DNS record of domain names (mail.domainA/B/C.org) must be pointed to your server IP address, then you add virtual web hosts in Nginx for them.
View ArticleRe: Mailbox won't load into Roundcube/SOGo
How much memory does this server have? Try to increase default_vsz_limit again and restart Dovecot service.
View ArticleRe: SQL to copy mail from user1 to user2
FYI: https://docs.iredmail.org/sql.user.mail.forwarding.html
View ArticleRe: POSTFIX - how to prevent own domain in the header of received emails
mathewfer wrote:Just checked the log and it is exactly like this "From: <user1@example.com>".Could you please show us the original postfix + iredapd log relevant to this email? I'd like to see...
View ArticleRe: Using external MySQL instance
- For "iredadmin" and "vmail" databases, it's ok. I will merge this change.- Not sure about "roundcube" and "sogo" because it's not developed by us and may need time to dive into this. I suggest...
View ArticleRe: Mailbox won't load into Roundcube/SOGo
It's a 2GB VPS.Increasing to 800MB still doesn't fix the problem.Andrew
View ArticleRe: POSTFIX - how to prevent own domain in the header of received emails
Hi Zhang,Here is the capture with debug - extensive mail.log. Note that I changed the domain name (to example.com) and username (user1) and check the line - "(23269-05) 2822.From:...
View ArticleRe: webmail for the managed domains
ZhangHuangbin wrote:A type DNS record of domain names (mail.domainA/B/C.org) must be pointed to your server IP address, then you add virtual web hosts in Nginx for them.So ... manually?Well, ok - but...
View ArticleRe: bulk user add via api python
ZhangHuangbin wrote:Dear Jeff,You can use a "for" loop in shell scripting to read content from CSV file, then either use the shell or python script to import it.Btw, could you show us few sample lines...
View ArticleRe: Using external MySQL instance
Perfect thanks for the SQL changes, but what about the code changes to make it work with group replication on MySQL?I tried to open a PR but I get Access Denied on your repo.
View ArticleRe: Using external MySQL instance
Here is an upto date patch against 0.9.9diff --git a/conf/global b/conf/global index e354bad..0ca86f8 100644 --- a/conf/global +++ b/conf/global @@ -74,6 +74,11 @@ export...
View ArticleRe: Can't access e-mail immediately after installation.
ZhangHuangbin wrote:bdushok wrote:I just watched more carefully during the installation. It appears the installer fails when it attempts to start the ClamAV update. Note the attached screenshot....
View Article