Quantcast
Channel: iRedMail — iRedMail Support
Viewing all 12102 articles
Browse latest View live

502 Bad Gateway (nginx) / uwsgi will not start

$
0
0

Fresh install of CentOS 7.  Fresh install of iRedMail 0.9.2.  Firewall rules were not applied correctly by the iRedMail installer, but I fixed that by adding the required services manually like this:

firewall-cmd --permanent --add-service=https
firewall-cmd --permanent --add-service=imaps
firewall-cmd --permanent --add-service=smtp

Roundcube works fine.  Cannot access iRedMail web interface.  Get 502 Bad Gateway error because uwsgi is not running.  Reboot does not help.  Try to start manually and it fails, like this:

[root@sf ~]# service uwsgi start
Redirecting to /bin/systemctl start  uwsgi.service
[root@sf ~]# service uwsgi status -l
Redirecting to /bin/systemctl status  -l uwsgi.service
uwsgi.service - uWSGI Emperor Service
   Loaded: loaded (/usr/lib/systemd/system/uwsgi.service; enabled)
   Active: failed (Result: start-limit) since Sun 2015-09-27 05:32:33 UTC; 2s ago
  Process: 4166 ExecStart=/usr/sbin/uwsgi --ini /etc/uwsgi.ini (code=exited, status=0/SUCCESS)
  Process: 4163 ExecStartPre=/bin/chown uwsgi:uwsgi /run/uwsgi (code=exited, status=0/SUCCESS)
  Process: 4162 ExecStartPre=/bin/mkdir -p /run/uwsgi (code=exited, status=0/SUCCESS)
 Main PID: 4166 (code=exited, status=0/SUCCESS)
   Status: "initializing uWSGI"

Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: Started uWSGI Emperor Service.
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: uwsgi.service holdoff time over, scheduling restart.
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: Stopping uWSGI Emperor Service...
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: Starting uWSGI Emperor Service...
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: uwsgi.service start request repeated too quickly, refusing to start.
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: Failed to start uWSGI Emperor Service.
Sep 27 05:32:33 sf.concreosolutions.com systemd[1]: Unit uwsgi.service entered failed state.

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: CentOS 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: N/A
====

Thanks,
artaxerxes99


Possibilities of iRedMail (users create accounts, access to mail etc.)

$
0
0

Hi,
I didn't installed iRedMail at this moment and I have some questions. Appreciate if anyone can answer them.

I want to give opportunity to my users that they can create mail accounts by themselves. That's means I place the form on the website where they can register, then my php script create e-mail account in MySQL with the details of the new user. Is it ok? Or this option is included in iRedMail (self user creating e-mail account)?

Next question.
My php script can access to MySQL with all e-mails of my users to manage them like web mail client? I think so but want to make sure.

At the end.
I want to create some sort of web client to offer my users new simple use of e-mail and at the backend there will be the iRedMail with all needed services as mail server. Is it all possible with iRedMail?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): latest
- Linux/BSD distribution name and version: any siutable
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Probably, yes.
- Related log if you're reporting an issue: N/A
====

iRedmail + SOGo + El Capitan CardDav

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I have been using OSX Yosemites integrated CardDav sync with iRedmail and SOGo without any problems for some time. For about a week ago, I upgraded to El Capitan 10.11.0 (the latest GM candidate) and I have also tried 10.11.1 beta. Now, the CardDav sync seems to be broken. I can add the account without problems according to the official guide by adding https://host.domain.com/SOGo/dav/username but the Contacts app does not show any contacts and it says that I have a connection issue. Have anyone else noticed this? CalDav works just fine. I also tried BusyContacts and everything works there without problems.

CentOS7 and dovecot problem

$
0
0

Hello,

I've tried to install latest iRedMail (0.9.2) on Centos 7 (7.1.1503). Fresh install of Centos and then iRedMail installation.
I've choose mySQL installation (MariaDB exactly). The web server is Nginx.

Most of the iRedMail daemons works ok but not the dovecot. POP3/IMAP doesn't work. This service isn't starting and the log says:

--cut--
Sep 27 11:06:16 storm dovecot: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 188: Expecting '='
Sep 27 11:06:16 storm dovecot: doveconf: Error: managesieve-login: dump-capability process returned 89
Sep 27 11:06:16 storm dovecot: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 188: Expecting '='
Sep 27 11:06:16 storm systemd: dovecot.service: main process exited, code=exited, status=89/n/a
Sep 27 11:06:16 storm systemd: Unit dovecot.service entered failed state.
--cut--

In the 188 line of dovecot.conf there is:
    sieve_global_dir =

I'm stuck in this step and I don't know how to fix.
Please advice.

EDIT: My mistake. The 187 line is sieve_global_dir.
The 188 line is:
Can't make sub-window at (15,12), size (1,70)./sieve

And there is another line like that: Can't make sub-window at (15,12), size (1,70)./sieve/dovecot.sieve

I've commented that "Can't make sub-window at (15,12), size (1,70)". I don't know where it came from.
Anyway, commented but now it shows:

--cut--
Sep 27 13:36:04 storm dovecot: Fatal: service(lmtp) User doesn't exist: vmail (See service lmtp { user } setting)
Sep 27 13:36:04 storm systemd: dovecot.service: main process exited, code=exited, status=89/n/a
Sep 27 13:36:04 storm systemd: Unit dovecot.service entered failed state.
--cut--

iRedadmin user permissions

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release):  iRedMail-0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? no, using iRedamin
- Related log if you're reporting an issue:
====

Hello, am new to iRedmail. I liked it because it just worked the first time I installed it. Anyway, now am using iRedAdmin web interface to manage several domains.

I've added about 3 domains. I've added sample accounts to each domain. However, I don't seem to have an admin for only a particular domain. Instead, each user is either a global admin to which they see and manage all the domains in the system. Or they are simply normal users who only have access to webmail/roundcube.

I've however looked at the mysql database schema. It turns out vmail.mailbox table has "isadmin" and "isglobaladmin" boolean columns. I thought that  making a user "isadmin" to be true and "isglobaladmin" to be false would make them an admin for that particular domain only. But this is not the case. The user can login to the iRedamin interface, but they can't do anything. They can't even add other domain user accounts which I expected should have been the case. If they attempted to, I get an error
"Error: Permission denied."

So I would like someone to point me in the right direction of dealing with domain user permission levels. Thanks alot.

Forwarding incoming mail to nonexistent addresses

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro?iRedAdmin
- Related log if you're reporting an issue:
====
I welcome all the participants of the forum. Help to set up forwarding of incoming mail sent to nonexistent addresses to a particular address.

Cluebringer Per-Recipient Quota

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.0
- Linux/BSD distribution name and version: ubuntu 12.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====

Hey All,

Is there a way I can quota count for every recipient in a single mail ?
Example of what is happening: I have a quota of 100 and max recipient of 25, this user could potentially send 2500 emails..
Example of what I would like: I have a quota of 100 and max recipient of 25, this user should only be able to send 4 emails (to 25 recipients)
Thanks

[Re-Open] warning: connect to 127.0.0.1:7777: Connection refused

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

http://www.iredmail.org/forum/topic9889 … fused.html

This problem came back.

So .... What happen after a reboot of: iRedapd ?

root@hostname:~# /etc/init.d/iredapd restart
iredapd is already stopped.
Starting iredapd ...
root@hostname:~# tail -20f /var/log/iredapd.log
2015-09-28 08:29:34 DEBUG SQL: Get policy senders: SELECT id,email FROM mailaddr WHERE email IN ('@.', 'user1+caf_=user1=domain.ltd@gmail.com', '@gmail.com', '@.gmail.com', '@com', '@.com', '54.186.172.23', '54.*.172.23', '54.186.*.23', '*.186.172.23', '*.*.*.*', '54.186.172.*', '*.*.172.23', '54.*.*.23', '54.186.*.*', '*.*.*.23', '54.*.*.*') ORDER BY priority DESC
2015-09-28 08:29:34 DEBUG No senders found in SQL database.
2015-09-28 08:29:34 DEBUG <-- Result: DUNNO
2015-09-28 08:29:34 DEBUG --> Apply plugin: sql_alias_access_policy
2015-09-28 08:29:34 DEBUG SQL: query access policy: SELECT accesspolicy, goto, moderators
            FROM alias
            WHERE
                address='user1@domain.ltd'
                AND address <> goto
                AND active=1
            LIMIT 1

2015-09-28 08:29:34 DEBUG SQL: record: None
2015-09-28 08:29:34 DEBUG <-- Result: DUNNO (Not a mail alias account)
2015-09-28 08:29:34 INFO [54.186.172.23] RCPT, user1+caf_=user1=domain.ltd@gmail.com -> user1@domain.ltd, DUNNO
2015-09-28 08:29:34 DEBUG Session ended
2015-09-28 13:45:10 INFO Starting iRedAPD (version: 1.6.0, backend: mysql), listening on 127.0.0.1:7777.
2015-09-28 13:45:10 INFO Loading plugin: amavisd_message_size_limit
2015-09-28 13:45:10 INFO Loading plugin: amavisd_wblist
2015-09-28 13:45:10 INFO Loading plugin: sql_alias_access_policy

Thx


How to save incoming ang outgoing mails to database?

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.8.7
- Linux/BSD distribution name and version:  Ubuntu 14.04.1 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: n/a
====

Hi,

We are using iRedMail for 2 years now. We would like to know if it is possible for us to save incoming and outgoing mails to database?

Our mail server is used for mail notificatio (registration) and contact us page of our website. We plan to create a page that shows the list of incoming and outgoing mails to/from any mailbox under our domain.

Is it achievable in iRedMail free edition? Even if sending mail using telnet, php or any other programming language?

Your input to our concern will be much appreciated.

Thank you very much!

Warning: Table './iredadmin/log' is marked as crashed ...

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Debian 8
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Mysql
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: 
====
Hi,
Report from Cron daemon / Cron <root@zobe> python /opt/www/iredadmin/tools/cleanup_amavisd_db.py >/dev/null

* [2015-09-29 02:01:02] Backend: mysql
* [2015-09-29 02:01:02] Delete quarantined mails which older than 7 days
* [2015-09-29 02:01:02] Delete incoming/outgoing emails which older than 3 days
* [2015-09-29 02:01:02] [-] Deleting 39 records
* [2015-09-29 02:01:02] Delete unreferenced records from table `msgrcpt`.
* [2015-09-29 02:01:02] Delete unreferenced records from table `quarantine`.
* [2015-09-29 02:01:03] Delete unreferenced records from table `maddr`.
* [2015-09-29 02:01:03] Delete unreferenced records from table `mailaddr`.
/usr/local/lib/python2.7/dist-packages/DBUtils-1.1-py2.7.egg/DBUtils/SteadyDB.py:552: Warning: Table './iredadmin/log' is marked as crashed and should be repaired
  result = method(*args, **kwargs) # try to execute
/usr/local/lib/python2.7/dist-packages/DBUtils-1.1-py2.7.egg/DBUtils/SteadyDB.py:552: Warning: Table 'log' is marked as crashed and should be repaired
  result = method(*args, **kwargs) # try to execute
/usr/local/lib/python2.7/dist-packages/DBUtils-1.1-py2.7.egg/DBUtils/SteadyDB.py:552: Warning: 1 client is using or hasn't closed the table properly
  result = method(*args, **kwargs) # try to execute
* [2015-09-29 02:01:03] Log cleanup status.

I did install DBUtils followed my previous problem (iredapd) ....

Thx

LDAP Catch all setting

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04 x64
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I had researched the way to enable Catch all in iRedMail 0.9.2 with LDAP back end with no luck
The below article is not accessible (link does not work):

http://www.iredmail.org/wiki/index.php? … edirect=no

Please point me a detail guide available for this matter with thanks.

Best regards,

Add LDAP password columns for Samba

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- Related log if you're reporting an issue: -
====

Hello,

as we are using the iRedMail-LDAP-Server as our central user repository we want to make our NAS (Samba) use the iRedMail LDAP Server, too. We found out, Samba needs the following additional password related columns: sambaPwdLastSet, SambaNTPassword, SambaLMPassword. Unfortunately these are currently missing.

So we developed a small patch to iRedAdmin (user.py.patch - see attachment) which sets/changes these columns whenever a password is changed. Now our NAS is able to use the LDAP server as user database.

Any comments on this? Are there any chances, this will be integrated in one of the next iRedMail releases?

Thank you,

Dirk

Can't save mails - quota exceeded?

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.0
- Linux/BSD distribution name and version: Ubuntu 14.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

Today I've imported some hundred mail accounts using the create_mail_user_OpenLDAP.py skript (and then ldapadd). It worked like a charm. But then I tried to use imapsync to import the mails from the old server. I realized that imapsync wasn't able to write to the mail-folders of the created users.

msg INBOX/363 {1075} couldn't append  (Subject:[***]) to folder INBOX: Error sending '19 APPEND INBOX (\Seen)

I tried to login in Roundcube whith the login-credentials of one user. Login was possible. It was as well possible to send an email to an user which I created manually before my user-import. But Roundcube stated that it wasn't able to write into the folder 'Sent'.
Afterwards I tried to send an email to one of the imported users and got this error message:

"Your message to <mail@example.com> was automatically rejected:
Quota exceeded (mailbox for user is full)"

I've set 100 as quota for the imported users. But there are no saved messages up to now. So why the quota is exceeded? What can I do?

Cannot start OpenLDAP after migration

$
0
0

Hi all, I set up iredmail server with below information two years ago.
==== Required information ====
- iRedMail version: 0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12.04 32 bit
- Related log if you're reporting an issue:
====

Now I want to move my mail server to Ubuntu 64bit with the latest iredmail 0.9.2 so I set up a new ubuntu server  14.04 64bit. Then I download and install the latest iredmail and it works OK after installation.
After  that, I backup LDAP in old mail server and migrate to new server and I do as migrate guide from iredmail website. But  after restoring LDAP,I couldn't start slapd service.
If you are in my case,please recommend for me what is the best solutions for this
migrate
Best regards

Edit group entries of large amount of users (LDAP)

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.0
- Linux/BSD distribution name and version: Ubuntu 14.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I've set up an email server using iRedMail on our schools server. Importing the users with the create_mail_user_OpenLDAP.py skript worked flawless. I've added the users into different goups (students, teachers). It would be great if it would be possible to add a large amount of users to subgroups (for example classes). But as typical in schools users are often changing groups/classes/courses and so on.
Is there an easy way to add a large group of existing users to groups and to move them from one group to another?


how to synchronize

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: ubuntu-14.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap
- Web server (Apache or Nginx):apache
- Manage mail accounts with iRedAdmin-Pro? 2.3.1
- Related log if you're reporting an issue:
====
when i delete some mails from a mailbox, i can not see that the usage of quota for concerning user on iredadmin or roundcube right now.
I think that it will be corrected within a certain time  but how can i synchronize at once ?

rookie linux'er and rookie iRedMail'er - need help with SMTP and SSL

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: UBUNTU 14.0.4
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MYSQL
- Web server (Apache or Nginx): APACHE
- Manage mail accounts with iRedAdmin-Pro?  NO
- Related log if you're reporting an issue:
====

LOCAL NETWORK ONLY - the mail server only allows users on this mail server to send to other users on this mail server. no external email.

Fresh server. Fresh install. super smooth. I've done the install a few times actually to get used to the commands and the work arounds.  I ran back through the dpkg reconfigure postfix command and made the installation a LOCAL ONLY... did that break it?  not sure.

Challenge: 

I am trying to get the OUTLOOOK client to connect to the mail server.  IMAP connects up just fine.  SMTP does not.  cannot send.  after browsing the forums I found the MASTER.CF file and its settings and found down at the bottom a few settings that may be causing me issues for the OUTLOOK users.  the options I have changed and am looking at are:

-o mynetworks=192.168.0.0/24 127.0.0.0/8        I added my local subnet because the users are on the same subnet.

-o mynetworks_style=host            does this mean that only the host can send to itself?

-o smtp_tls_security_level=none         I have tried this both at ENCRYPT and NONE but the outlook client still fails to send.
-o smtpd_tls_security_level=none        same as above.

smtp client restrictions=permitmysubnets, reject

smtpd sender restrictions= <blank>  and I have tried permitmysubnets here...  no love....


I'm hoping it's something very simple, but being a novice, I'm struggling through it. 

Can anyone point me in the right direction?

local devices need to be able to access email and send email from their outlook clients.  Is it a port issue?  or am I missing something else?

thanks so much.

Joey

Active Sync with Blackberry 10 device

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: Ubuntu 14.04 x64
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

I checked my logwatch email today and notice the below:

  499 (undefined)
       /Microsoft-Server-ActiveSync?Cmd=Sync&Devi ... ceId=xxxxxxxxxx: 56 Time(s)


Where xxxxxxxxx is my Blackberry Z10 PIN. Is there any incorrect setting that leads to the above mentioned error?

The full httpd section is right below for your information:

--------------------- httpd Begin ------------------------


Connection attempts using mod_proxy:
    111.248.116.136 -> 163mx02.mxmail.netease.com:25: 1 Time(s)
    111.248.63.213 -> 163mx02.mxmail.netease.com:25: 1 Time(s)
    222.186.34.194 -> www.google.com:443: 8 Time(s)

A total of 3 sites probed the server
    109.123.101.28
    169.50.3.171
    198.20.69.74

Requests with error response codes
    400 Bad Request
       www.google.com:443: 8 Time(s)
       null: 7 Time(s)
       163mx02.mxmail.netease.com:25: 2 Time(s)
   
    404 Not Found
       /favicon.ico: 3 Time(s)
       /admin/config.php: 2 Time(s)
       /xmlrpc.php: 2 Time(s)
       //cgi-bin/webcm?getpage=../html/menus/menu ... /voip.cfg%20%26: 1 Time(s)
       /myadmin/scripts/setup.php: 1 Time(s)
       /phpMyAdmin/scripts/setup.php: 1 Time(s)
       /pma/scripts/setup.php: 1 Time(s)
       /sitemap.xml: 1 Time(s)
    499 (undefined)
       /Microsoft-Server-ActiveSync?Cmd=Sync&Devi ... ceId=xxxxxxxxxx: 56 Time(s)
       
---------------------- httpd End -------------------------

error with the new version

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: CentOS 6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- Web server (Apache or Nginx): Apache
====

Hi;

there is an error with the new version of iRedMail

when I trying to login to roundcube it's send this error --> cannot connect to storage server.

in this version iRedMail v0.9.1 --< there is no error

how can i fix it?

thanks.

error with the new version

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: CentOS 6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- Web server (Apache or Nginx): Apache
====

Hi;

there is an error with the new version of iRedMail

when I trying to login to roundcube it's send this error --> cannot connect to storage server.

in this version iRedMail v0.9.1 --< there is no error

how can i fix it?

thanks.

Viewing all 12102 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>