Re: Using external MySQL instance
Yes here is the patch I built for this to work.Can you take a look at what I've done and tell me if I overlooked something, currently I've managed to run it and installation is working properly.export...
View ArticleMailbox won't load into Roundcube/SOGo
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail version (check /etc/iredmail-release): - Deployed with iRedMail Easy or the downloadable installer?- Linux/BSD distribution name and...
View Articlebulk user add via api python
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail version (check /etc/iredmail-release): 0.9.9 MySQL Backend- Deployed with iRedMail Easy or the downloadable installer?- Linux/BSD...
View ArticleInstallation wipes debian-sys-maint user
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail version (check /etc/iredmail-release): 0.9.8- Deployed with iRedMail Easy or the downloadable installer? Downloadable- Linux/BSD...
View Articleerror Enable Active Directory integration in Dovecot
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====- iRedMail version (check /etc/iredmail-release): 0.9.9- Deployed with iRedMail Easy or the downloadable installer?- Linux/BSD distribution name and...
View ArticleRe: Installation wipes debian-sys-maint user
Additional info below.From README.Debian of mysql-server-5.7 package distributed by Ubuntu:* MYSQL WON'T START OR STOP?: ============================= You may never ever delete the special mysql user...
View ArticleRe: Dovecot mkdir error
Using tree -pugd /mnt I get /mnt `-- [drwxr-xr-x root root ] mail |-- [drwxr-xr-x vmail vmail ] backup | `-- [drwxr-xr-x vmail vmail ] mysql | `-- [drwxr-xr-x vmail vmail ] 2019 | `-- [drwxr-xr-x vmail...
View ArticlePOSTFIX - Need to restart POSTFIX after modifying header "pcre" files?
==== 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 ArticlePOSTFIX - how to prevent own domain in the header of received emails
==== 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: POSTFIX - how to prevent own domain in the header of received emails
mathewfer wrote:I want to prevent outsiders sending email FROM "user1@example.com" TO "user1@example.com" - same user and domain name.Is this address ("user1@example.com") in the "From:" header, or the...
View ArticleRe: POSTFIX - Need to restart POSTFIX after modifying header "pcre" files?
FYI: http://www.postfix.org/DATABASE_README.html#detect
View ArticleRe: Dovecot mkdir error
Looks right, but what's the owner and permission of "/mnt" now?And if you send an email to larry@net.com again, what's the new error message? we need the new error message.
View ArticleRe: Using external MySQL instance
Hello ZhangHuangbin'sCan you tell me what are the implication of modifying the iredadmin tables, so they are compliant with group replication?These are the tables that need a primary key to be able to...
View ArticleRe: Dovecot mkdir error
me@mx:~$ ll -d /mnt drwxr-xr-x 3 root root 4096 Mar 25 18:39 /mnt/The log error pops up when I click the inbox for any user in Roundcube with every user in the system. The screen message and the imap...
View ArticleRe: Using external MySQL instance
Here are the full changes required.-- iredadmin ALTER TABLE `iredadmin`.`deleted_mailboxes` ADD PRIMARY KEY (`id`); ; ALTER TABLE `iredadmin`.`updatelog` ADD PRIMARY KEY (`id`); ; ALTER TABLE...
View ArticleRe: Dovecot mkdir error
Maybe could do below tests.Backup file /etc/dovecot/dovecot.conf first, then:1. update 'mail_debug = yes'2. add two lines to the end of this file.mmap_disable = yesmail_fsync = always3. restart the...
View ArticleRe: bulk user add via api python
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 of this CSV file?...
View ArticleRe: error Enable Active Directory integration in Dovecot
yerandy.alfonso wrote:Estoy tratando de montar un iRedMail integrado con AD segun la guia https://docs.iredmail.org/active.directory.html pero vuendo estoy en la integracion del Dovecot hago la...
View ArticleRe: Installation wipes debian-sys-maint user
iRedMail doesn't remove this sql user at all. i'm not sure why it happened on your server.
View Article