Quantcast
Channel: iRedMail
Viewing all 45918 articles
Browse latest View live

Re: Iredmail as ldap server for FreeNAS-11.1-U5

$
0
0
napoleon.lam wrote:

somedata should be system generate like
           ('sambaSID',[should be system generate]),
            ('uidNumber',['should be system generate']),
            ('gidNumber',['should be system generate']),
            ('sambaLMPassword',['should be system generate']),
            ('sambaNTPassword',['should be system generate']),
            ('sambaPwdCanChange',['should be system generate']),
            ('sambaPwdLastSet',['should be system generate']),
            ('sambaPwdMustChange',['should be system generate']),

For uidNumber and gidNumber, it's easy to get by Python code. but you need to figure out how to generate others. Especially sambaSID.


Re: Top Senders Top Recipients

$
0
0

1: login to iRedAdmin-Pro and manage the quarantined emails first, release or delete them.
2: Remove all records in 4 SQL tables:

msgs
msgrcpt
maddr
quarantine

Then it should be fine.

Re: Spam is refused by Gmail but remains in mailq

$
0
0
renekreijveld wrote:

Oct 11 16:29:21 mail1 amavis[9852]: (09852-02) Passed SPAM {RelayedTaggedInbound}, [74.63.245.245]:46565 [74.63.245.245] <beier@unikapparel.com> -> <voorzitter.avgm@gmail.com>, Queue-ID: A8F3E5DEEF, Message-ID: <d3fe0cde4b799188ccabaf8a794ca6b5@kohls.com>, mail_id: UgeR57gCVm6U, Hits: 7.171, size: 2116, queued_as: 57E965DFD9, 305 ms, Tests: [DATE_IN_PAST_06_12=1.103,HEADER_FROM_DIFFERENT_DOMAINS=0.25,RDNS_NONE=1.274,SPF_HELO_SOFTFAIL=0.896,URIBL_ABUSE_SURBL=1.948,URIBL_BLACK=1.7]

Amavisd already detects this spam, but your spam policy doesn't discard or quarantine it.

Re: Problem with mlmmjadmin

$
0
0
ZhangHuangbin wrote:

It doesn't look like mlmmjadmin is running. Could you try to stop it first, then start it?

Make sure port 7790 is listening, also /var/log/mlmmjadmin/mlmmjadmin.log has some log.

Hi!

/opt# ll
...
lrwxrwxrwx  1 root  root     19 Окт 12 17:30 mlmmjadmin -> /opt/mlmmjadmin-1.7
...
/opt# service mlmmjadmin stop
mlmmjadmin is already stopped.
opt# service mlmmjadmin start
Starting mlmmjadmin ...
[uWSGI] getting INI configuration from /opt/mlmmjadmin/rc_scripts/uwsgi/debian.ini
/opt/mlmmjadmin/tools# service mlmmjadmin status
mlmmjadmin is running.
root@mail.atanor.ru:/opt/mlmmjadmin/tools# netstat -ntlp | grep 7790
tcp        0      0 127.0.0.1:7790          0.0.0.0:*               LISTEN      28969/uwsgi     
/opt# cd mlmmjadmin/tools/
/opt/mlmmjadmin/tools# python maillist_admin.py info list@mydomain.xx
Traceback (most recent call last):
  File "maillist_admin.py", line 119, in <module>
    _json = r.json()
TypeError: 'dict' object is not callable


*******
But in the log file operations for some reason are not recorded 8-0 
*********
# date -u
Fri Oct 12 14:44:20 UTC 2018
# ll /var/log/mlmmjadmin/
-rw-r----- 1 root adm 4803 Oct 10 17:52 mlmmjadmin.log
# tail -n 10 /var/log/mlmmjadmin/mlmmjadmin.log
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated: moderators -> postmaster@mydomain.xxx
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (list) parameter: moderators -> postmaster@mydomain.xxx
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (boolean) parameter: notifymod -> no
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (boolean) parameter: tocc -> yes
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated: owner -> postmaster@mydomain.xxx
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (list) parameter: owner -> ['postmaster@mydomain.xxx']
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (normal) parameter: smtpport -> 10027
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (boolean) parameter: subonlyget -> yes
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated: customheaders -> List-Unsubscribe: <mailto:list+unsubscribe@mydomain.xxx?subject=Unsubscribe>, Reply-To: list@mydomain.xxx, X-Mailing-List: list@mydomain.xxx, List-Subscribe: <mailto:list+subscribe@mydomain.xxx?subject=Subscribe>, Precedence: list
Oct 10 17:52:54 mail mlmmjadmin INFO [127.0.0.1] list@mydomain.xxx, updated (list) parameter: customheaders -> ['List-Unsubscribe: <mailto:list+unsubscribe@mydomain.xxx?subject=Unsubscribe>', 'Reply-To: list@mydomain.xxx', 'X-Mailing-List: list@mydomain.xxx', 'List-Subscribe: <mailto:list+subscribe@mydomain.xxx?subject=Subscribe>', 'Precedence: list']

Re: reject: RCPT blocked using zen.spamhaus.org

$
0
0

Instead of showing how to disable postscreen service or DNSBL services, i wonder why do you want to disable spam filter on port 25?

Re: Mails don't get forwarded if sent via mlmmj

$
0
0

No error in the log. I'm afraid that we need direct ssh access for debugging.
If it turns out it's bug of iRedMail setup, the remote support will be free, otherwise one support ticket is required. Is it ok for you?
https://www.iredmail.org/support.html

Re: reject: RCPT blocked using zen.spamhaus.org

$
0
0

sorry it was a typo mistake, I need to allow plaintext login thouth 25 port, WITHOUT disable spam filter

Re: Sort domains by alphabet is bugged when having relay domains

$
0
0

Fixed in development edition moment ago, and here's patch for you:

diff -r 46d56772c52e templates/default/sql/domain/list.html
--- a/templates/default/sql/domain/list.html    Wed Oct 10 17:59:05 2018 +0200
+++ b/templates/default/sql/domain/list.html    Fri Oct 12 18:03:01 2018 +0200
@@ -82,6 +82,10 @@
                                     {% endif %}
 
                                     <td class="vcenter">
+                                        <a href="{{ctx.homepath}}/profile/domain/general/{{ domain }}"
+                                           title="{{ _('Edit account profile') }}"
+                                           >{{ domain }}</a>
+
                                         <a href="{{ctx.homepath}}/profile/domain/general/{{ domain }}">
                                             <i class="fa fa-cog fa-lg fr-space" title="{{ _('Edit account profile') }}"></i>
                                         </a>
@@ -119,10 +123,6 @@
                                                       style="text-decoration: none; color: white;"
                                                       >{{ _('PLEASE VERIFY OWNERSHIP') }}</a></span>
                                         {% endif %}
-
-                                        <a href="{{ctx.homepath}}/profile/domain/general/{{ domain }}"
-                                           title="{{ _('Edit account profile') }}"
-                                           >{{ domain }}</a>
                                     </td>
 
                                     <td class="vcenter">{% if r.description %}{{ r.description |cut_string |e }}{% endif %}</td>

Re: reject: RCPT blocked using zen.spamhaus.org

Managesieve error

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- 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.
====
When clicking on Filters in Roundcube settings:

"An error ocurred:
Unable to connect to server."

sieve.log:
Oct 12 14:53:55 servername dovecot: managesieve-login: Aborted login (auth failed, 1 attempts in 2 secs): user=<userf@domain.net>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<qzbimwx4Dod/AAAB>

I had updated dovecot to 2.3 following these instructions: https://docs.iredmail.org/upgrade.dovecot.2.2-2.3.html

I just did a yum update and dovecot is currently:
dovecot-pigeonhole-2.3.3-2.x86_64
dovecot-2.3.3-2.x86_64
dovecot-mysql-2.3.3-2.x86_64

Re: mlmmj subscription emails missing

$
0
0
ZhangHuangbin wrote:

You should send a new testing email to get log related to your issue.

Hi Zhang, I did. That's it above.

Connection Timed Out

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.8
- 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.
====

There are no errors in the Postfix log file.

I'm trying to hook up a no-reply email to XenForo, I'm currently using port 587 and the server address is main.domain.com. The exact error is simply "Connection Timed Out".

Re: Connection Timed Out

$
0
0

1: is port 587 open in firewall on iRedMail server?
2: try to stop "fail2ban" service on iRedMail server, then try again.
3: when you connect, is there any related log in Postfix log file? if no log, that means your XenForo can not even connect to iRedMail server, you should check XenForo server firewall first.

Re: Top Senders Top Recipients

$
0
0

After cleaning up quarantaine and removing the records in amavisd-table it works again now.

Thanks a lot!

Jobu

user are not configured in mysql

$
0
0

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- 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?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
Hi

I installed iRedMail 0.9.8 on Ubuntu 18.
The databases are configured but noch the user.
Web server Nginx

How can I add these after installation?

error.log of mysql
Access denied for user 'vmail'@'localhost' (using password: YES)

Regards
Andreas


Re: user are not configured in mysql

$
0
0

Can you access the database using root password? You might have set it at the time of installation.

Re: Managesieve error

$
0
0

Did you restart service after upgrade?

Can you verify following sections in dovecot.conf?

# Authentication mechanisms.
auth_mechanisms = PLAIN LOGIN

service auth {
    unix_listener /var/spool/postfix/private/dovecot-auth {
        user = postfix
        group = postfix
        mode = 0666
    }
    unix_listener auth-master {
        user = vmail
        group = vmail
        mode = 0666
    }
    unix_listener auth-userdb {
        user = vmail
        group = vmail
        mode = 0660
    }
}


protocol sieve {
  managesieve_implementation_string = Dovecot Pigeonhole
  managesieve_max_line_length = 65536
}


service managesieve-login {
    inet_listener sieve {
        # Listen on localhost (ipv4)
        address = 127.0.0.1
        port = 4190
    }

}

Log attachment info iRedMail 0.9.8

$
0
0

I am using iRedMail 0.9.8 with Ubuntu 16.04, MySQL and Nginx.
I wonder if I can log attachment information like size, fullpath of file, filetype,...
Where attachment is log? or any information about attachment I can see?
Moreover, I am building a system with logging attachment and some info like sender, time to sent,... every 3s or more.
Thank you for help me!

Re: user are not configured in mysql

$
0
0

Hi,

yes I can access the database with root accout.
I don´t know how I can configure the database user and I thought the installation script would create the database user.
The script could create the iredmail databases, but did not create the user.

Re: user are not configured in mysql

$
0
0

This generally doesn't happen for new installations. If you do not have much data then try reinstalling iredmail.

Viewing all 45918 articles
Browse latest View live




Latest Images