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

Mail filter not working

$
0
0

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

Hi,
Good news is that we've successfully migrated to new version. Thanks to all the support on forum and documentation.
We were able to migrate mailbox and accounts.

It was observed that mail sieve (filters) were not migrated and have asked the users to recreate them again. However, the filter seem to work only on fresh incoming mails with webmail kept open on browser. If, i logout and login the filters won't work on mails present in the mailbox. To put it straight,  mail filters are not working on old mails.

Any help is much appreciated..

Thanks
Divakar


Sending to SMTP 25 hungs

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: Ubuntu-Server 14.04.2
- 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:
====

I have I very busy server... for some users in local_net 192.168/16 is enabled SMTP 25 (without authentication)

It's very strange but sometimes emails goes, but sometimes just stuck and saiting for timeouts...

postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_min_user = no
allow_percent_hack = no
biff = no
body_checks = pcre:/etc/postfix/body_checks.pcre
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debug_peer_list = 192.168.0.0/16
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5
default_destination_concurrency_limit = 100
default_destination_recipient_limit = 100
default_process_limit = 100
disable_vrfy_command = yes
dovecot_destination_recipient_limit = 1
enable_original_recipient = no
header_checks = pcre:/etc/postfix/header_checks
home_mailbox = Maildir/
inet_interfaces = all
inet_protocols = all
lmtp_tls_mandatory_protocols = !SSLv2 !SSLv3
lmtp_tls_protocols = !SSLv2 !SSLv3
mail_owner = postfix
mailbox_command = /usr/lib/dovecot/deliver
mailq_path = /usr/bin/mailq
maximal_backoff_time = 1000s
message_size_limit = 39321600
minimal_backoff_time = 300s
mydestination = $myhostname, localhost, localhost.localdomain
mydomain = mail.domain.tld
myhostname = mail.domain.tld
mynetworks = 127.0.0.1, 192.168.0.0/16
myorigin = mail.domain.tld
newaliases_path = /usr/bin/newaliases
postscreen_access_list = permit_mynetworks, cidr:/etc/postfix/postscreen_access.cidr
postscreen_blacklist_action = enforce
postscreen_dnsbl_action = enforce
postscreen_dnsbl_reply_map = texthash:/etc/postfix/postscreen_dnsbl_reply
postscreen_dnsbl_sites = zen.spamhaus.org*3 b.barracudacentral.org*2
postscreen_dnsbl_threshold = 2
postscreen_dnsbl_whitelist_threshold = -2
postscreen_greet_action = enforce
proxy_read_maps = $canonical_maps $lmtp_generic_maps $local_recipient_maps $mydestination $mynetworks $recipient_bcc_maps $recipient_canonical_maps $relay_domains $relay_recipient_maps $relocated_maps $sender_bcc_maps $sender_canonical_m
aps $smtp_generic_maps $smtpd_sender_login_maps $transport_maps $virtual_alias_domains $virtual_alias_maps $virtual_mailbox_domains $virtual_mailbox_maps $smtpd_sender_restrictions $sender_dependent_relayhost_maps
queue_directory = /var/spool/postfix
recipient_bcc_maps = proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_user.cf proxy:ldap:/etc/postfix/ldap/recipient_bcc_maps_domain.cf
recipient_delimiter = +
relay_domains = $mydestination proxy:ldap:/etc/postfix/ldap/relay_domains.cf
sender_bcc_maps = proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_user.cf proxy:ldap:/etc/postfix/ldap/sender_bcc_maps_domain.cf
sender_dependent_relayhost_maps = proxy:ldap:/etc/postfix/ldap/sender_dependent_relayhost_maps_domain.cf, proxy:ldap:/etc/postfix/ldap/sender_dependent_relayhost_maps_user.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp-amavis_destination_recipient_limit = 1
smtp_destination_concurrency_limit = 100
smtp_mx_session_limit = 100
smtp_tls_CAfile = $smtpd_tls_CAfile
smtp_tls_loglevel = 0

Cannot get aliases to work

$
0
0

==== Required information ====
- iRedMail version: 0.9.5-1
- Linux: CentOS 6
- Store: MySQL
- Web server: Apache
- iRedAdmin-Pro? No
====

I've been trying to get my mail working for a couple of days and I'm ready to give up, so this post is my last resort. Anyway, I have installed iRedMail on clean server, set up SSL certificates and added a new user account using SQL script in the tools folder.

My server is hosted on something.com. During installation, I had to pick my first mail domain and it said I cannot use something.com so I have used mail.something.com.

I have set my DNS records as well:
CNAME/A: mail.something.com    something.com
MX: something.com                      mail.something.com
SPF: something.com                     v=spf1 ip4:xxxx -all

If I send mail to user@mail.something.com it works. If I send mail to user@something.com I get the following:
Recipient address rejected: User unknown in local recipient table

However, if I send mail to postmaster@something.com it works (postmaster was automatically created during installation).

I have tried to create alias in MySQL using the following command (found on iRedMail page):

INSERT INTO alias (address, goto, created, active) VALUES ('user@mail.something.com', 'user@something.com', NOW(), 1);

This gave me an error because user@mail.something.com already exists (I have created it with the SQL script). I have then updated the goto field to user@mail.something.com,user@something.com. This didn't work.

I have then tried adding a new entry as follows:

INSERT INTO alias (address, goto, created, active) VALUES ('user@something.com', 'user@mail.something.com', NOW(), 1);

This didn't work either and I was still getting User unknown in local recipient table errors.

I saw that the alias table has is_alias and alias_to columns. I have updated those as well with values 1 and user@mail.something.com and it didn't work either.

I really don't know what else to try. I haven't listed everything above, but I've tried a lot of different combinations of aliases, goto addresses, domain names etc. Nothing has worked that would allow me to send mail to user@something.com.

Please let me know if you have any suggestions at what I might be doing wrong. I can provide logs, config files as well.

Thanks for taking the time to help me out.

Edit:
My postfix/main.cf settings:

myhostname = something.com
myorigin = something.com
mydomain = something.com

404 Not Found

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.95-1
- Linux/BSD distribution name and version: Debian 8.4 Jessie
- 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:
====

When I try and load /iredadmin I am getting 404 Not Found.
Roundcube and SOgo are working

I have ran lynx httpS://localhost/iredadmin/
and get the following responses:
SSL error:the certificate has no known issuer-Continue? (y)
SSL error:host(localhost)!=cert(CN<mail.sanddemmand.tk>)-Continue? (y)
Show the 401 message body? (y/n)

Any help would be most appreciated.
Cheers
Scouseman

Upgrade IredAdmin 9.4 to 9.5

$
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:
====

Hi, I downloaded the last version of Iredmail and extracts. It's just that I couldn't find the upgrade_iredadmin.sh script in the tools folder. Can you help me?

Ubuntu 16.04 and SoGo

$
0
0

==== Required information ====
- iRedMail version: 0.9.5-1
- Linux/BSD distribution name and version: Ubuntu 16.04 LTS
- Store mail accounts in which backend: MySQL
- Web server: Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue: N/A
====

I noticed on the download page the message about SoGo missing from Ubuntu 16.04 is now gone and I assume resolved. Is it possible to install SoGo after installing iRedMail 0.9.5-1? Or do I need to do a fresh install to get it installed correctly?

Thanks

Relay access denied

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.5-1
- Linux/BSD distribution name and version: Cent OS5.4
- 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:
====
my server got crashed. insataled new server when send mail to external domain receive below error on log file

May 19 20:23:02 mailsrv postfix/smtpd[11988]: NOQUEUE: reject: RCPT from unknown[xxx.xxx.xxx.xxx]: 554 5.7.1 <xxxx@gmail.com>: Relay access denied; from=<xxxxxx@mydoamin.com> to=<xxxx@gmail.com> proto=ESMTP helo=<systems>
May 19 20:23:14 mailsrv postfix/smtpd[11988]: disconnect from unknown[xxx.xxx.xxx.xxx]

Some users can't log in using the SOGo web interface

$
0
0

============ Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.1
- 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): Nginx
- Manage mail accounts with iRedAdmin-Pro? Pro
- Related log if you're reporting an issue:
====

Today we have an issue using SOGo 3.0.2 -- Some mail accounts can be logged into the SOGo web interface, others can't.

However mail accounts not-working-on-SOGo-interface still work properly on ThunderBird. (emails can be properly fetched and sent)

Here's the SOGo debug log, didn't look informative though:

May 19 22:11:18 sogod [1860]: SOGoRootPage Login from 'mailserver.example.com' for user 'user01@example.com' might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0

Any clues where we should look into?


issue with Roundcube vacancy

$
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.9.3
- Linux/BSD distribution name and version: ubuntu 14.04
- 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: no trace
====
Hi,
I've got a problem with Roundcube Vacancy (the one outside Filter section into roundcube settings); I've set date format as d-m-YYYY in the roundcube preferences and also inside /opt/www/roundcubemail/config/defaults.inc.php file; if I insert as start and end date the format d-m-YYYY specifyng also start and end hour in the RoundCube Vacancy, I find the sieve file for autoresponder having recorded the date as m-d-YYYY (this just if month is among 1 and 12, otherwise no date recorded) and not d-m-YYYY. If I insert as start and end date the format d-m-YYYY without specifying start and end hour, it works in the correct way (the sieve file has the correct date).

In the first case I find:
if allof (currentdate :zone "+0200" :value "ge" "iso8601" "2016-07-06T00:00:00+02:00", currentdate :zone "+0200" :value "le" "iso8601" "2016-08-06T01:00:00+02:00")

In the second case I find:
if allof (currentdate :zone "+0200" :value "ge" "date" "2016-06-07", currentdate :zone "+0200" :value "le" "date" "2016-06-08")

I have tried to check inside php code but without success.
I need format d-m-YYYY for my italian customers.
Is there a solution for this?
Thank you all

Can't connect to Sogo with master user

$
0
0

After upgrade to the latest iRedMail ir iRedAdminPro versions - dovecot master user stoped working

/var/log/sogo/sogo.log contans this error:
ay 18 18:22:06 sogod [28224]: SOGoRootPage Login from '10.0.100.226' for user 'user@domain.tld*sogo_sieve_master@not-exist.com' might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0

Email being rejected.

$
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:
====

Brand new install to CentOS 7

I am getting this error:

May 19 19:28:23 mx postfix/postscreen[6690]: CONNECT from [216.40.44.226]:48962 to [149.56.140.94]:25
May 19 19:28:29 mx postfix/postscreen[6690]: PASS NEW [216.40.44.226]:48962
May 19 19:28:29 mx postfix/smtpd[6693]: connect from smtprelay0226.hostedemail.com[216.40.44.226]
May 19 19:28:29 mx postfix/smtpd[6693]: NOQUEUE: reject: RCPT from smtprelay0226.hostedemail.com[216.40.44.226]: 451 4.7.1 <steve@whimpymail.com>: Recipient address rejected: Intentional policy rejection, please try again later; from=<steve@whitt.net> to=<steve@whimpymail.com> proto=ESMTP helo=<smtprelay.hostedemail.com>
May 19 19:28:29 mx postfix/smtpd[6693]: disconnect from smtprelay0226.hostedemail.com[216.40.44.226]



The sender is me from another account.

It did work. But then I tried to connect my Thunderbird to the users and it failed for some reason. I was blocked from any web access and then added my home IP address (not the one above) to the

ignoreip

list in jail.local

However, the email above keeps getting rejected.

I am able to receive mail from gmail.

Any ideas?

Thanks

Steve

LDAP Migration Issue

$
0
0

======================== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- 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): Nginx
- Manage mail accounts with iRedAdmin-Pro? Pro
- Related log if you're reporting an issue:
====

We are migrating the current 0.9.1 iredmail server to the latest 0.9.5-1:

  1. Built a brand-new server with the clean 0.9.5-1 iredmail installed.

  2. Installed iRedAdmin-Pro.

  3. The default postmaster account could now login to the iredadmin backend (admin working) and SOGo web interface (SOGo working) properly.

  4. Migrated the LDAP accounts:
       

    1. reference: this

    2. used vmail and vmailadmin passwords from the new 0.9.5-1, and overwrote them in the backup .ldif.bz2 file generated by the ired daily backup script.

    3. stoped the slapd server

    4. since the default db is MDB not BDB as the doc described, DB_CONFIG/ is now in ldap/ not in ldap/example.com
             

      1. we removed everything in the /var/lib/ldap/ except /var/lib/ldap/DB_CONFIG/ and /var/lib/ldap/example.com folders.

      2. there were two mdb files in /var/lib/ldap/example.com, we removed them as well.

      3. started and stoped slapd service once.

    5. imported this modified .ldif file into the new 0.9.5-1 system using slapadd. the system responsed _#################### 100.00% eta   none elapsed            none fast!.

    6. started the slapd service.

  5. copied over the vmail folder, also confirmed owner/group permissions were correct.

At this point the admin users can logged into the iRedAdmin-Pro properly, but both the admins and the ordinary users can't login into the SOGo web interface.

Any clues where we should check into?

cleanup_db.py no longer works after upgrading to 0.9.2

$
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): PGSQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- Related log if you're reporting an issue:
====

After upgrading from 0.9.0 -> 0.9.1 -> 0.9.2, I have been getting notification emails to the postmaster account with this content:
Cron <root@mail> /usr/share/apache2/iredadmin/tools/cleanup_db.py &>/dev/null

/usr/share/apache2/iredadmin/tools/cleanup_db.py: 25: /usr/share/apache2/iredadmin/tools/cleanup_db.py: import: not found
/usr/share/apache2/iredadmin/tools/cleanup_db.py: 26: /usr/share/apache2/iredadmin/tools/cleanup_db.py: import: not found
/usr/share/apache2/iredadmin/tools/cleanup_db.py: 27: /usr/share/apache2/iredadmin/tools/cleanup_db.py: import: not found
/usr/share/apache2/iredadmin/tools/cleanup_db.py: 29: /usr/share/apache2/iredadmin/tools/cleanup_db.py: os.environ[LC_ALL]: not found
/usr/share/apache2/iredadmin/tools/cleanup_db.py: 31: /usr/share/apache2/iredadmin/tools/cleanup_db.py: Syntax error: "(" unexpected

The relevant lines in cleanup_db.py are:

import os
import sys
import web

os.environ['LC_ALL'] = 'C'

rootdir = os.path.abspath(os.path.dirname(__file__)) + '/../'

which seem strange because os and sys should be standard Python modules. How should I go about fixing this? Thanks!

Send mail to group in AD, sender receive Undelivered Mail Returned!

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.5-1
- Linux/BSD distribution name and version: Centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): Integrate Microsoft Active Directory by ldap
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? N
- Related log if you're reporting an issue:
====
My iredmail was integrate with Microsoft 2003 AD, user account in AD can login and send mail to other, but
while I try send mail to AD group, all member in group received email, but sender receive Undelivered mail return too!
Can anybody help me this situation
---------------------------------------------------------
Final-Recipient: rfc822; g-it@xxxx.com.tw
Original-Recipient: rfc822;g-it@xxxx.com.tw
Action: failed
Status: 5.1.1
Diagnostic-Code: x-unix; user unknown
-------------------------------------------------------------
May 20 16:19:04 mailsrv postfix/pipe[4308]: 5E3B59E47A: to=<g-it@xxxx.com.tw>, relay=dovecot, delay=0.05, delays=0/0.01/0/0.03, dsn=5.1.1, status=bounced (user unknown)
May 20 16:19:04 mailsrv postfix/cleanup[4287]: 695829E479: message-id=<20160520081904.695829E479@mailsrv.xxxx.com.tw>
May 20 16:19:04 mailsrv postfix/bounce[4312]: 5E3B59E47A: sender non-delivery notification: 695829E479

Keeping Email Copy in Database

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.5-1
- Linux/BSD distribution name and version: RHEL 7.2
- 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: NONE
====

I want to keep a copy of all emails received and sent in the database so that when I use a different laptop or device it downloads a copy of all emails from server no matter what device opened the email from its account. All I want is it to show up as read but leave on server until deleted.

Has anyone done this and if so how?


Postscreen cause emails receiving delays

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): Up to date
- 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? Yes
====

The main problem is with mail receiving from most part of all domains even with whitelist reputation and cause the high important emails goes after 2-6 hours later than expected. Greylisting was disabled.

These settings can't help me too:
postscreen_greet_action = ignore
postscreen_dnsbl_action = ignore
postscreen_pipelining_action = ignore

So, for this moment postscreen was disabled and all emails received without delays.

Somebody please share with most unpainful postscreen settings in main.cf that could resolve this problem.

Bug with RoundCube and "Display Name" field

$
0
0

When adding accounts in the iRedAdmin console, I add a display name to the user account .(ex. John Smith)

If I login to SOGo and send a mail, the mail goes out properly with the name "John Smith".

If I login to RoundCube and send a mail, there is no name in the email message. It just comes through as "john.smith@mydomain.com"

I have to manually go in to each user account in RoundCube and click on "Settings" and then "Identities" and then add a name for "Display Name".

This is not good because after creating many user accounts, the users don't bother doing this, and all their emails go out with no name, and it does not look professional.

Is there a way to have RoundCube pick up the "Display Name" field I entered in the iRedAdmin console?




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

In SOGo how can I make the login just "username" instead of email addr

$
0
0

I just use one domain, so how can I set SOGo to use just "username" instead of "username@domain.com"
This occurs for both the web login and setting up activesync on a device.

Looking at the SOGo documentation it says this should be possible.

I have changed this setting from YES to NO and restarted the entire server but it didn't do anything.
// Must login with full email address
    SOGoForceExternalLoginWithEmail = NO;

Is it possible to do this?

Thanks




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

Roundcube and Mailsieve

$
0
0

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

When trying to  add a filter in Roundcube (v1.1.5) get message Unable to connect to managesieve server

Am able to telnet to managesieveserver and it is up and running on port 4190.

Mail.log shows
May 21 11:01:11 sark roundcube: <uh4tfcvo> PHP Error: Unable to connect to managesieve on localhost:4190 in /var/www/roundcubemail-1.1.5/plugins/managesieve/lib/Roundcube/rcube_sieve_engine.
May 21 11:01:11 sark roundcube: ERROR: Not currently in AUTHORISATION state (1)
May 21 11:01:17 sark roundcube: ERROR: "Authentication failed." (3)

Any ideas?

Adrian

Suggestion and offer

$
0
0

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

Hello,

this is not a question or a bug. I have been using iRedMail on a FreeBSD system and i think it has been amazing. But I got a Synology box and unfortunately there is only horde support, which is not to my opinion as close to as good as iRedMail.

A lot of people are using NASes nowadays and small companies as well. It would be, i think, beneficial if you guys could work on a version for NASes (in my case Synology).

I am offering my box if you want to test and find how to adjust iRedMail to run on Synology.

Thanks!

Viewing all 12107 articles
Browse latest View live


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