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

dovecot mailbox mdbox sharing don't work

$
0
0

==== 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 installer
- Linux/BSD distribution name and version: Centos 7.6.1810
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro?NO
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I use dovecot mdbox format.
I want share INBOX folder from one user to other.
But I don't understand how I must change namespace configuration in dovecot.conf
Please help


Gmail as Client

$
0
0

==== 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 version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
iRedMail-Pro version 3.5 (LDAP) managing with iRedAdmin-Pro

I am having trouble using gmail as a client, I tried using port 993 with SSL and port 143 with TLS and both threw errors. I was able to add the account to gmail so I can send mail from it but haven't been able to add it to receive mail.

Authentication no longer working

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.99
- Deployed with iRedMail Easy or the downloadable installer? downloadable
- 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? Yes -
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I've been setting up iRedMail for deployment later this month.   I had to move on to other projects so this server has been idle for about 2 weeks.  When I moved back to it today I found I was unable to authenticate with SOGo or iRedMailAdminPro.   Existing users do not work.   

I rebooted the server.   No change.

I attempted to bind to the LDAP server using an LDAP browser, it worked fine.   I used the vmailadmin user when binding.

I have no idea what happened over the past two weeks when the server was idle.   

Does authentication between iRedMailAdmin-Pro and the LDAP get logged?    When attempting to login the following appears in /var/log/messages:
May  2 13:28:53 stmail uwsgi: stmail.luzerne.edu [pid: 6337|app: 1|req: 7/8] 10.3.138.2 () {60 vars in 1795 bytes} [Thu May  2 13:28:53 2019] POST /iredadmin/login => generated 0 bytes in 15 msecs (HTTP/1.1 303) 3 headers in 230 bytes (2 switches on core 0)
May  2 13:28:53 stmail uwsgi: stmail.luzerne.edu [pid: 6337|app: 1|req: 8/9] 10.3.138.2 () {56 vars in 1727 bytes} [Thu May  2 13:28:53 2019] GET /iredadmin/login?msg=INVALID_CREDENTIALS => generated 5307 bytes in 169 msecs (HTTP/1.1 200) 2 headers in 145 bytes (2 switches on core 0)

The credentials I'm entering are correct.

When attempting to login using SOGo I received the following in /var/log/messages:
May  2 13:29:01 stmail systemd: Created slice User Slice of sogo.
May  2 13:29:01 stmail systemd: Started Session 192 of user sogo.
May  2 13:29:02 stmail systemd: Removed slice User Slice of sogo.
May  2 13:29:04 stmail php-fpm: [02-May-2019 13:29:04] NOTICE: [pool inet] child 25793 exited with code 0 after 30.002257 seconds from start
May  2 13:29:04 stmail php-fpm: [02-May-2019 13:29:04] NOTICE: [pool inet] child 25845 started

These errors don't seem to helpful.   Is there any middleware between LDAP and iRedAdminPro and/or SOGo?

Thanks,
Bob

Internal server Error when trying to edit user via iRedAdminpro

$
0
0

==== 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 installer
- Linux/BSD distribution name and version: Ubuntu 18.04.2 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL edition
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

When trying to edit a user profile via iRedAdmin-Pro, we are having an "internal server error" message with blank page.

Log from /var/log/syslog
May  3 16:18:37 imail2 uwsgi: 127.0.0.1:7790 [pid: 2763|app: 0|req: 1/4] 127.0.0.1 () {32 vars in 572 bytes} [Fri May  3 16:18:37 2019] GET /api/subscriber/user@mydomain.com/subscribed?query_all_lists=no&email_only=no => generated 31 bytes in 13 msecs (HTTP/1.1 200) 1 headers in 51 bytes (2 switches on core 0)
May  3 16:18:39 imail2 uwsgi: Traceback (most recent call last):#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 257, in process#012    return self.handle()#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 248, in handle#012    return self._delegate(fn, self.fvars, args)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 488, in _delegate#012    return handle_class(cls)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 466, in handle_class#012    return tocall(*args)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/controllers/sql/user.py", line 477, in GET#012    msg=form.get('msg'),#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/iredbase.py", line 179, in render_template#012    return jinja_env.get_template(template_name).render(context)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 1008, in render#012    return self.environment.handle_exception(exc_info, True)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 780, in handle_exception#012    reraise(exc_type, exc_value, tb)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/sql/user/profile.html", line 46, in top-level template code#012    {% from "macros/msg_handlers.html" import user_msg_handler with context %}#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/layout.html", line 192, in top-level template code#012    {% block main %}{% endblock %}#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/sql/user/profile.html", line 509, in block "main"#012    {{ display_random_password(password_length=min_passwd_length,#012  File "/usr/lib/python2.7/dist-packages/jinja2/runtime.py", line 579, in _invoke#012    rv = self._func(*arguments)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/macros/general.html", line 1914, in template#012    {% set random_password = password_length | generate_random_password %}#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/iredpwd.py", line 113, in generate_random_password#012    length -= 1#012TypeError: unsupported operand type(s) for -=: 'unicode' and 'int'
May  3 16:18:39 imail2 uwsgi:
May  3 16:18:39 imail2 uwsgi: mail2.domain.com [pid: 2783|app: 2|req: 3/10] 11.11.11.11 () {56 vars in 968 bytes} [Fri May  3 16:18:37 2019] GET /iredadmin/profile/user/general/user@mydomain.com => generated 21 bytes in 1771 msecs (HTTP/1.1 500) 3 headers in 190 bytes (2 switches on core 0)

Email address changed to user@domain.com
Client IP changed to 11.11.11.11

[bug] Mails to disabled domains should not only be handled locally

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? downloaded
- Linux/BSD distribution name and version: debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): pgsql
- Web server (Apache or Nginx): nginx
- Manage mail accounts with iRedAdmin-Pro? pro
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

i am currently migrating users to the mailserver. so i create all user domains and users on the new mailserver but disable them.
after i sent the users the info about the new mailserver i switch enable the domain on the new server and change the dns mx record.
the problem is, even if i disable the domain on the new server, my mail to the user gets handled by the new server which results in a "user unknown"

to mail users from the old server which are already created on the new server (but disabled) i need to:

- delete the already created domain on the new server
- send from a different mailserver/domain


to make it short: if a domain is disabled is should also be disabled for local delivery and the mx record for the domain should be queried for the correct mailserver to deliver to.

Solve Spoofing problem

$
0
0

Please your help to give me information to solve the following problem:
emails arrive from the same account, this requests money in exchange for publishing videos of pornography. Investigating on the Internet this is called spoofing. In the company we have the fear that we are vulnerable to a virus or ransomware.



Thank you.

Missing SQL column after upgrades.

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 9.9 MariaDB
- Deployed with iRedMail Easy or the downloadable installer: Probably downloadable version 9.7 or before
- Linux/BSD distribution name and version: CentOS Linux release 7.6.1810 (Core)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro: Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello,

Recently upgraded an installation that I did not set up, from 9.7 to 9.8 to 9.9. Everything went great but there is one thing I have found that may indicate a larger problem.

On the iRedAdmin-Pro dashboard where it shows "Top Senders" and "Top Recipients" there are only a few records but the top is listed as address "<>"

See attachment.

I tracked this code back to the column "email_raw" in the amavisd.msgs table that doesn't exist in my database. I don't see this referenced anywhere in any update, I have checked *.mysql scripts linked to upgrade documentation and still I cannot find this.

I do, however, have "email_raw" in amavisd.maddr.

Is this a bug? If so I kind of find it hard to believe It's not easily searchable in this forum but you never know.

Let me know if you need any more information and thanks in advance for the help!

iRedMail and websites (WordPress) on the same server

$
0
0

==== 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 installer
- Linux/BSD distribution name and version: Debian 9.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi, I'm really a newbie, until a few days ago I didn't know iRedMail nor did I ever set up a mail server ...
Yesterday I performed a clean installation of Debian 9.9 and installed iRedMail, everything works perfectly, but I need to use the same server to host my personal website (built with WordPress) and a couple of webapps...
If I install everything as I had done on my server before iRedMail and I try to visit my site I get the 502 Bad Gateway error.
I noticed that if I modify the file /etc/php/7.0/fpm/pool.d/www.conf replacing the line listen = 127.0.0.1:9999 with /run/php/php7.0-fpm.sock the error disappears I can no longer access roudcube. I also had to comment on the <meta HTTP-EQUIV = "REFRESH" content = "0; url = / mail /"> line in /var/www/html/index.html to avoid redirects.
I need your help, please: what is the best way to make iRedMail and other websites live together on the same server?


Connect to iRedmail Ldap server remotely

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.9
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi folks,

I am wondering, how do I connect to OpenLdap via Ldap Admin?
-----------
I installed iRedmail with OpenLdap. When I am using ldapsearch -x -D  everything works fine. iredadmin works as well. Thus, I am trying to connect to Ldap remotely from my home pc and it always shows up as Ldap error: server is down.

Slapd is running active. I opened the ports on ufw; I disabled ufw. Nothing helped.

Any suggestions on that please? Thank you

Intentional Policy Rejection. Why?

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? DL
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Why does the server bounce a message to try again? I keep having this happen, and mostly for time sensitive emails. Mind you I have a 2GB RAM server and I am the only one using email on it, so it should not be due to resources.

Can you explain why this happens so I can better understand it?

mails getting into spam box for hotmail, gmail & fail for yahoo

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 OPENLDAP edition.
- Deployed with iRedMail Easy or the downloadable installer? tarball
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi all,

ive setup mail server using iredmail

i have set up the DKIM, SF, DMARC, MX, PTR records for this domain

i have verified my domain in gmail postmaster tool

i have emailed yahoo specialist (no respond yet)

i have emailed hotmail support.

my hostname is using domain name.


im still trying to figure out what is the root cause of my mails going to spam box.


anyone can advice on this matter, is it due to certain policy? or it will take some time before my mail going to user normal inbox?



email header:

ARC-Authentication-Results: i=1; mx.google.com;
       dkim=pass header.i=@mail.<MYDOMAIN>.my header.s=dkim header.b=ID6YJoaP;
       spf=pass (google.com: domain of support@mail.<MYDOMAIN>.my designates <MYIP> as permitted sender) smtp.mailfrom=support@mail.<MYDOMAIN>.my;
       dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=<MYDOMAIN>.my
Return-Path: <support@mail.<MYDOMAIN>.my>
Received: from mail.<MYDOMAIN>.my (<MYDOMAIN>.my. [<MYIP>])
        by mx.google.com with ESMTPS id 31si11993915pli.242.2019.05.05.08.33.13
        for <XXX@gmail.com>
        (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256);
        Sun, 05 May 2019 08:33:13 -0700 (PDT)
Received-SPF: pass (google.com: domain of support@mail.<MYDOMAIN>.my designates <MYIP> as permitted sender) client-ip=<MYIP>;
Authentication-Results: mx.google.com;
       dkim=pass header.i=@mail.<MYDOMAIN>.my header.s=dkim header.b=ID6YJoaP;
       spf=pass (google.com: domain of support@mail.<MYDOMAIN>.my designates 165.22.255.50 as permitted sender) smtp.mailfrom=support@mail.<MYDOMAIN>.my;
       dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=<MYDOMAIN>.my
Received: from <MYDOMAIN>.my (<MYDOMAIN>.localdomain [127.0.0.1]) by mail.<MYDOMAIN>.my (Postfix) with ESMTP id 44xqdN5q4pz8scD for <XXX@gmail.com>; Sun,
  5 May 2019 15:33:12 +0000 (UTC)
Authentication-Results: <MYDOMAIN>.my (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=mail.<MYDOMAIN>.my
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.<MYDOMAIN>.my;
     h=from:from:message-id:subject:subject:date:date:mime-version :user-agent:to:content-type:content-type; s=dkim; t=1557070355;
     x=1559662356; bh=reJozhEd/kfEqQYVvkJwzYMCscxCkO5bx3BFuyRo2Q4=; b= ID6YJoaPinJbDoA7KH1jq8TVI9dg3wGWPjLXppfkME7JP8cjG/qAFolMJePg6LEg FgPYoyLTAwF+TZ6cxf3Oa6KiKpuE25xFW9fsEzbY56vHG9rJAfykDhRQlMfvhDqP Cn7+YXP+Yjr9NPPM/CDexr6RCLPfhKPtp9cDMbXMS2w=
X-Virus-Scanned: Debian amavisd-new at <MYDOMAIN>.my
Received: from mail.<MYDOMAIN>.my ([127.0.0.1]) by <MYDOMAIN>.my (<MYDOMAIN>.my [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VFH1FeI0OZcm for <XXX@gmail.com>; Sun,
  5 May 2019 15:32:35 +0000 (UTC)
Received: from <MYDOMAIN>.localdomain (<MYDOMAIN>.localdomain [127.0.0.1]) by mail.<MYDOMAIN>.my (Postfix) with ESMTP id 44xqcg3FGsz8sb8 for <XXX@gmail.com>; Sun,
  5 May 2019 15:32:35 +0000 (UTC)
Content-Type: multipart/alternative; boundary="----=_=-_OpenGroupware_org_NGMime-5640-1557070355.304719-0------"
To: XX<XXX@gmail.com>
User-Agent: SOGoMail 4.0.7
MIME-Version: 1.0
Date: Sun, 05 May 2019 11:32:35 -0400
Subject: betul tu tengok citer
Message-ID: <1608-5ccf0200-1-239f6e40@12414411>
X-Forward: 183.171.73.41
From: support <support@mail.<MYDOMAIN>.my>

iRedmail Nginx + passenger

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.9.9
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- Web server (Apache or Nginx): NGINX
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Once I am trying to install passenger on Nginx (Installed with iRedmail package) via:

sudo apt install ruby-full
sudo apt install dirmngr gnupg apt-transport-https ca-certificates
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 561F9B9CAC40B2F7
sudo apt-get install software-properties-common
sudo add-apt-repository 'deb https://oss-binaries.phusionpassenger.com/apt/passenger bionic main'
sudo apt update
sudo apt install libnginx-mod-http-passenger

----------------------------------------
Afterwards, I am adding this config to virtual host:

client_max_body_size 250m;

  passenger_ruby /usr/bin/passenger_free_ruby;
  passenger_enabled on;
  passenger_min_instances 1;

  error_page 502 /502.html;
----------------------------------------
Getting an error that using passenger is restricted and not allowed.

My emails arrive at spam

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Easy
- Linux/BSD distribution name and version: Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  PostgreSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi, my emails are spamming.

Why does this happen?

I'm using the following configuration:
mail.domain.com
no-reply@mail.domain.com
Port: 465
Encrypt: SSL (I have a valid wildcard certificate)

Thank you

[SOLVED] Missing SQL column after upgrades.

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 9.9 MariaDB
- Deployed with iRedMail Easy or the downloadable installer: Probably downloadable version 9.7 or before
- Linux/BSD distribution name and version: CentOS Linux release 7.6.1810 (Core)
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro: Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello,

Recently upgraded an installation that I did not set up, from 9.7 to 9.8 to 9.9. Everything went great but there is one thing I have found that may indicate a larger problem.

On the iRedAdmin-Pro dashboard where it shows "Top Senders" and "Top Recipients" there are only a few records but the top is listed as address "<>"

See attachment.

I tracked this code back to the column "email_raw" in the amavisd.msgs table that doesn't exist in my database. I don't see this referenced anywhere in any update, I have checked *.mysql scripts linked to upgrade documentation and still I cannot find this.

I do, however, have "email_raw" in amavisd.maddr.

Is this a bug? If so I kind of find it hard to believe It's not easily searchable in this forum but you never know.

Let me know if you need any more information and thanks in advance for the help!

sender-ip for outgoing relay

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Deployed with iRedMail Easy or the downloadable installer: Installer
- Linux/BSD distribution name and version: debian7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes, with Pro
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

We are using "Sender dependent relay host" setting for several accounts wich worked fine. But now we are facing a problem with the sender-ip.
When the email is sent by an external client (authentication works fine), the spf check on the relay server fails, because it checks the IP from the external client and not the IP from iredmail Server.

Is this supposed to be so, or can I change this behavior.

Best regards
Frank


Monitor incoming and outgoing mails both per domain and per user ?

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):0.9.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro?: no
====

Hello, my question is about monitor incoming and outgoing mails. Let assume that I have following accounts:

user1@myserver.net
user2@myserver.net
user3@myserver.net
user4@myserver.net
bcc-out@myserver.net
bcc-out-sales@myserver.net

My configuration:
user1@myserver.net, user2@myserver.net mails forwarded to bcc-out-sales@myserver.net (per-user bcc settings)

Also I've configured that all mails in domain @myserver.net forwarded to bcc-out@myserver.net.

Recently I found that mails from user1@myserver.net, user2@myserver.net forwarded only to bcc-out-sales@myserver.net, but not to bcc-out@myserver.net.

Am I right that if I have enabled "per-domain bcc settings" and "per-user bcc settings", it means that "per-domain bcc settings" contains all mail except "per-user bcc settings" ?

There is no information about this feature in documentation .

contact birthdays not displayed in SOGo Calendar

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version: 0.9.9
- iRedAdmin-Pro 3.1
- Ubuntu 16.04
- MySQL
- Nginx
- SOGo Version 4.0.5

When using SOGo, is there a way to automatically display contacts' birthdays in the calendar? Although it is possible to manually enter birthdays in SOGO calendar, it doesn't seem to automatically pick them from the contact entries. Is there any way to enable this?

Thanks!

Gavin
====

Can't Connect to TCP 25

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 MySQL edition
- Deployed with iRedMail Easy or the downloadable installer? installer
- Linux/BSD distribution name and version:  ubuntu 18.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I have an iRedMail server running on AWS. I can connect via SSH to the console, but cannot connect using Putty to port 25. I believe I have the security group set up correctly.

What can I check to ensure that postfix is running and accepting connections to TCP port 25?

Internal Server Error even with patch applied

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? NO
- Linux/BSD distribution name and version: Debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? YES 3.4
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello,

I am experiencing Internal Server Error on new installation of iRedMail 0.9.9 with iRedAdmin Pro 3.4, users manually migrated from old installation, it worked for a while but suddenly stopped with Internal Server Errors on most functions (Preferences, Add user etc.). Applied the patch from https://forum.iredmail.org/topic15618-i … npro.html, helped for a minute but stopped working again. Incoming and outgoing emails work fine, just iRedAdmin management has problems. This log may be relevant?

root@mx:/opt/www/iredadmin# patch -p1 < patch_001 
patching file libs/iredutils.py
May  8 02:37:47 mx uwsgi: 127.0.0.1:7790 [pid: 1664|app: 0|req: 25/51] 127.0.0.1 () {32 vars in 586 bytes} [Wed May  8 02:37:47 2019] GET /api/subscriber/postmaster@domain.cas.cz/subscribed?query_all_lists=no&email_only=yes => generated 70 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (2 switches on core 0)
May  8 02:37:47 mx uwsgi: 127.0.0.1:7790 [pid: 1661|app: 0|req: 27/52] 127.0.0.1 () {32 vars in 584 bytes} [Wed May  8 02:37:47 2019] GET /api/subscriber/postmaster@domain.cas.cz/subscribed?query_all_lists=no&email_only=no => generated 70 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (2 switches on core 0)
May  8 02:37:48 mx uwsgi: Traceback (most recent call last):#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 239, in process#012    return self.handle()#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 230, in handle#012    return self._delegate(fn, self.fvars, args)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 462, in _delegate#012    return handle_class(cls)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 438, in handle_class#012    return tocall(*args)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/controllers/sql/user.py", line 477, in GET#012    msg=form.get('msg'),#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/iredbase.py", line 179, in render_template#012    return jinja_env.get_template(template_name).render(context)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render#012    return self.environment.handle_exception(exc_info, True)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 754, in handle_exception#012    reraise(exc_type, exc_value, tb)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/sql/user/profile.html", line 46, in top-level template code#012    {% from "macros/msg_handlers.html" import user_msg_handler with context %}#012TypeError: unsupported operand type(s) for -=: 'unicode' and 'int'
May  8 02:37:48 mx uwsgi: 
May  8 02:37:48 mx uwsgi: mail.domain.cas.cz [pid: 1723|app: 1|req: 30/146] 147.231.28.11 () {52 vars in 1057 bytes} [Wed May  8 02:37:47 2019] GET /iredadmin/profile/user/general/postmaster@domain.cas.cz => generated 21 bytes in 982 msecs (HTTP/1.1 500) 3 headers in 190 bytes (2 switches on core 0)
May  8 02:37:50 mx uwsgi: 127.0.0.1:7790 [pid: 1661|app: 0|req: 28/53] 127.0.0.1 () {32 vars in 586 bytes} [Wed May  8 02:37:50 2019] GET /api/subscriber/postmaster@domain.cas.cz/subscribed?query_all_lists=no&email_only=yes => generated 70 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (2 switches on core 0)
May  8 02:37:50 mx uwsgi: 127.0.0.1:7790 [pid: 1661|app: 0|req: 29/54] 127.0.0.1 () {32 vars in 584 bytes} [Wed May  8 02:37:50 2019] GET /api/subscriber/postmaster@domain.cas.cz/subscribed?query_all_lists=no&email_only=no => generated 70 bytes in 0 msecs (HTTP/1.1 200) 1 headers in 51 bytes (2 switches on core 0)
May  8 02:37:51 mx uwsgi: Traceback (most recent call last):#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 239, in process#012    return self.handle()#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 230, in handle#012    return self._delegate(fn, self.fvars, args)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 462, in _delegate#012    return handle_class(cls)#012  File "/usr/lib/python2.7/dist-packages/web/application.py", line 438, in handle_class#012    return tocall(*args)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/controllers/sql/user.py", line 477, in GET#012    msg=form.get('msg'),#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/iredbase.py", line 179, in render_template#012    return jinja_env.get_template(template_name).render(context)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render#012    return self.environment.handle_exception(exc_info, True)#012  File "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 754, in handle_exception#012    reraise(exc_type, exc_value, tb)#012  File "/opt/www/iRedAdmin-Pro-SQL-3.4/libs/../templates/default/sql/user/profile.html", line 46, in top-level template code#012    {% from "macros/msg_handlers.html" import user_msg_handler with context %}#012TypeError: unsupported operand type(s) for -=: 'unicode' and 'int'
May  8 02:37:51 mx uwsgi: 
May  8 02:37:51 mx uwsgi: mail.domain.cas.cz [pid: 1723|app: 1|req: 31/147] 147.231.28.11 () {52 vars in 1057 bytes} [Wed May  8 02:37:50 2019] GET /iredadmin/profile/user/general/postmaster@domain.cas.cz => generated 21 bytes in 983 msecs (HTTP/1.1 500) 3 headers in 190 bytes (2 switches on core 0)

AutoResponder Refuses To Work Properly

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
iredmail-0.9.9
- Deployed with iRedMail Easy or the downloadable installer?
downloadable installer
- Linux/BSD distribution name and version:
Ubuntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
MariaDB
- Web server (Apache or Nginx
Nginx
- Manage mail accounts with iRedAdmin-Pro?
No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Vacation AutoResponder does not work when I go to send messages, it will discard the message but wont send the message to the recipient who replied. I should also mention that the autoresponder has not sent a single auto response since i set it up.

Viewing all 12125 articles
Browse latest View live


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