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

Re: Internal Server Error on iredadmin page


Upgrading Roundcube

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):  0.9.4
- Linux/BSD distribution name and version: Ubuntu 14
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  LDAP
- Web server (Apache or Nginx): Nginx
====
I have actually version 1.2.3, and I want to  update to latest (1.3.3), I ejecuted /bin/installto.sh <folder> (symlink roundcube).
I ejecuted but I cancelled because It from 1.2.x to 1.3.x

Is it safe?

Thanks!

Re: Internal Server Error on iredadmin page

$
0
0

Paste your nginx/apache log (/var/log/apache or nginx), maybe there are any useful information.

Redirect Nginx webmail.domain.local to mail.domain.local

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 MARIADB edition
- Linux/BSD distribution name and version: CentOS7
- 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.
====
Hello,

I have runing a iredmail and when i have installed and configured the server i have entered 2 DNS host, webmail and mail. Now, i just want to use just mail.domain.local, but the problem is that the organization has more then 250 email account. So, deleting the DNS entry will make my phone to ring a lot smile. My idea is to redirect from Nginx webmail to mail, but i don't know how to do it.

Witch is the file to edit and what i have to enter?

Thanks!

Sync shared or second addressbook SOGo not working

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04.3 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'm using SOGo groupware for the webmail.
I'm syncing with Outlook 2016 through EAS en with my Android Phone over ActiveSync.

Next to my primairy personal phonebook, I have added a second addressbook in the webmail.
I have checked the Sync with EAS.

On my phone the sync works as expected, but the contacts doesn't appear in Outlook.
I also have tested with a shared addressbook, but the result is the same.

Does someone have any idea how to set this up?
Syncing shared calender works fine, by the way.

Thanks, Edwin

emails containing docx and xlsx are banned

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Centos 6.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? <100
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

hi,
since my upgrade (from 0.8.5), all emails containing word or excel documents are banned.

LOGS from maillog :
=> xlsx : Jan  5 09:49:18 mail postfix/smtp[3949]: 4843D480075: to=<a.deniau@sigire.fr>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.47, delays=0.06/0/0/0.41, dsn=2.7.0, status=sent (250 2.7.0 Ok, discarded, id=04077-03 - BANNED: .dat,printerSettings1.bin)
=> docx :  Jan  5 10:14:38 mail postfix/smtp[5292]: 19EC7480075: to=<a.deniau@sigire.fr>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.38, delays=0.06/0/0/0.31, dsn=2.7.0, status=sent (250 2.7.0 Ok, discarded, id=05361-10 - BANNED: _rels)

BANNED_FILENAME :
$banned_filename_re = new_RE(
### BLOCKED ANYWHERE
# qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components
  qr'^\.(exe-ms|dll)$',                   # banned file(1) types, rudimentary
# qr'^\.(exe|lha|cab|dll)$',              # banned file(1) types

### BLOCK THE FOLLOWING, EXCEPT WITHIN UNIX ARCHIVES:
# [ qr'^\.(gz|bz2)$'             => 0 ],  # allow any in gzip or bzip2
  [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type archives

  qr'.\.(pif|scr)$'i,                     # banned extensions - rudimentary
# qr'^\.zip$',                            # block zip type

### BLOCK THE FOLLOWING, EXCEPT WITHIN ARCHIVES:
# [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within these archives

  qr'^application/x-msdownload$'i,        # block these MIME types
  qr'^application/x-msdos-program$'i,
  qr'^application/hta$'i,

# qr'^message/partial$'i,         # rfc2046 MIME type
# qr'^message/external-body$'i,   # rfc2046 MIME type

# qr'^(application/x-msmetafile|image/x-wmf)$'i,  # Windows Metafile MIME type
# qr'^\.wmf$',                            # Windows Metafile file(1) type

  # block certain double extensions in filenames
  qr'^(?!cid:).*\.[^./]*[A-Za-z][^./]*\.\s*(exe|vbs|pif|scr|bat|cmd|com|cpl|dll)[.\s]*$'i,

# qr'\{[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}\}?'i, # Class ID CLSID, strict
# qr'\{[0-9a-z]{4,}(-[0-9a-z]{4,}){0,7}\}?'i, # Class ID extension CLSID, loose

  qr'.\.(exe|vbs|pif|scr|cpl)$'i,             # banned extension - basic
# qr'.\.(exe|vbs|pif|scr|cpl|bat|cmd|com)$'i, # banned extension - basic+cmd
# qr'.\.(ade|adp|app|bas|bat|chm|cmd|com|cpl|crt|emf|exe|fxp|grp|hlp|hta|
#        inf|ini|ins|isp|js|jse|lib|lnk|mda|mdb|mde|mdt|mdw|mdz|msc|msi|
#        msp|mst|ocx|ops|pcd|pif|prg|reg|scr|sct|shb|shs|sys|vb|vbe|vbs|vxd|
#        wmf|wsc|wsf|wsh)$'ix,                # banned extensions - long
# qr'.\.(asd|asf|asx|url|vcs|wmd|wmz)$'i,     # consider also
# qr'.\.(ani|cur|ico)$'i,                 # banned cursors and icons filename
# qr'^\.ani$',                            # banned animated cursor file(1) type
# qr'.\.(mim|b64|bhx|hqx|xxe|uu|uue)$'i,  # banned extension - WinZip vulnerab.
);


BANNED NAMEPATH :
        $banned_namepath_re = new_RE(
    #[qr'T=(rar|arc|arj|zoo|gz|bz2)(,|  )'xmi => 'DISCARD'], # Compressed file types
    [qr'T=x-(msdownload|msdos-program|msmetafile)(,|    )'xmi => 'DISCARD'],
    [qr'T=(hta)(,|      )'xmi => 'DISCARD'],
    # Dangerous mime types
    [qr'T=(9|386|LeChiffre|aaa|abc|aepl|ani|aru|atm|aut|b64|bat|bhx|bin|bkd|blf|bll|bmw|boo|bps|bqf|breaking_bad|buk|bup|bxz|cc|ccc|ce0|ceo|cfxxe|chm|cih|cla|class|cmd|com|cpl|crinf|crjoker|crypt|cryptolocker|cryptowall|ctbl|cxq|cyw|dbd|delf|dev|dlb|dli|dll|dllx|dom|drv|dx|dxz|dyv|dyz|ecc|exe|exe-ms|exe1|exe_renamed|exx|ezt|ezz|fag|fjl|fnr|fuj|good|gzquar|hlp|hlw|hqx|hsq|hts|iva|iws|jar|js|kcd|keybtc@inbox_com|let|lik|lkh|lnk|locky|lok|lol!|lpaq5|magic|mfu|micro|mim|mjg|mjz|nls|oar|ocx|osa|ozd|pcx|pgm|php2|php3|pid|pif|plc|pr|pzdc|qit|qrn|r5a|rhk|rna|rsc_tmp|s7p|scr|shs|ska|smm|smtmp|sop|spam|ssy|swf|sys|tko|tps|tsa|tti|ttt|txs|upa|uu|uue|uzy|vb|vba|vbe|vbs|vbx|vexe|vxd|vzr|wlpginstall|ws|wsc|wsf|wsh|wss|xdu|xir|xlm|xlv|xnt|xnxx|xtbl|xxe|xxx|xyz|zix|zvz|zzz)(,|    )'xmi => 'DISCARD'],
    # Dangerous file name extensions
    [qr'N=.*.(9|386|LeChiffre|aaa|abc|aepl|ani|aru|atm|aut|b64|bat|bhx|bin|bkd|blf|bll|bmw|boo|bps|bqf|breaking_bad|buk|bup|bxz|cc|ccc|ce0|ceo|cfxxe|chm|cih|cla|class|cmd|com|cpl|crinf|crjoker|crypt|cryptolocker|cryptowall|ctbl|cxq|cyw|dbd|delf|dev|dlb|dli|dll|dllx|dom|drv|dx|dxz|dyv|dyz|ecc|exe|exe-ms|exe1|exe_renamed|exx|ezt|ezz|fag|fjl|fnr|fuj|good|gzquar|hlp|hlw|hqx|hsq|hts|iva|iws|jar|js|kcd|keybtc@inbox_com|let|lik|lkh|lnk|locky|lok|lol!|lpaq5|magic|mfu|micro|mim|mjg|mjz|nls|oar|ocx|osa|ozd|pcx|pgm|php2|php3|pid|pif|plc|pr|pzdc|qit|qrn|r5a|rhk|rna|rsc_tmp|s7p|scr|shs|ska|smm|smtmp|sop|spam|ssy|swf|sys|tko|tps|tsa|tti|ttt|txs|upa|uu|uue|uzy|vb|vba|vbe|vbs|vbx|vexe|vxd|vzr|wlpginstall|ws|wsc|wsf|wsh|wss|xdu|xir|xlm|xlv|xnt|xnxx|xtbl|xxe|xxx|xyz|zix|zvz|zzz)$'xmi => 'DISCARD'],
);

i don't know how to resolve this...  i'm new to iredmail (replaced the guy how installed it).

thanks for your help

FATAL: remaining connection slots are reserved for non-replication

$
0
0

======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: Ubuntu 16.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? Yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====


Hello,

I just came back from vacation with some weird errors sent to postmaster. It seems there is some issue in the lookup of sender_bcc_maps. I'm not sure what to do here.

Here's some logs of the error that happened multiple times.

The emails have been removed for privacy reasons but they are clients (not hosted on iredmail) email

Jan  8 08:22:41 prd-mail-1 postfix/proxymap[7115]: warning: connect to pgsql server 127.0.0.1: FATAL:  remaining connection slots are reserved for non-replication superuser connections?
Jan  8 08:22:41 prd-mail-1 postfix/cleanup[9463]: warning: proxy:pgsql:/etc/postfix/pgsql/sender_bcc_maps_user.cf lookup error for "random@email.com"
Jan  8 08:22:41 prd-mail-1 postfix/cleanup[9463]: warning: 6FD6814B2: sender_bcc_maps map lookup problem -- message not accepted, try again later
Jan  4 11:16:02 prd-mail-1 postfix/cleanup[9545]: warning: proxy:pgsql:/etc/postfix/pgsql/recipient_bcc_maps_domain.cf lookup error for "random@email.com"
Jan  4 11:16:02 prd-mail-1 postfix/cleanup[9545]: warning: 47F8635BC: recipient_bcc_maps map lookup problem -- message not accepted, try again later

Also the scripts return the same errors:

psycopg2.OperationalError: FATAL:  remaining connection slots are reserved for non-replication superuser connections

Thanks

dovect and multi master users

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): iRedMail-0.8.7
- Linux/BSD distribution name and version: linux
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx): apache2
- Manage mail accounts with iRedAdmin-Pro?no / mamby
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi
I use iredmail iRedMail-0.8.7  with ~200 domain ~1K users

How i can modyfy dovecot (masteruser) do create: one master user for only to one domain like:

master_user_1 : master for example.com
master_user_2 : master for otherdomain.com
master_user_3 : master for thirddomain.com
master_user_4 : master for othersdomains.com

Any idea ?


Update iRedMail Passwords

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 MARIADB edition
- Linux/BSD distribution name and version: Ubuntu 16.04
- 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.
====

For security reasons, I would like to regularly change the passwords that iRedMail uses. I can easily change the postmaster password using the web GUI, but I am struggling to find where all of the MySQL passwords are stored and to determine how to change them.

So far I have found that iRedMail stores passwords in the following locations:

root -> /root/.my.cnf
amavisd -> /etc/amavis/conf.d/50-user
iredadmin -> /root/.my.cnf-iredadmin
iredapd -> /root/.my.cnf-iredapd
roundcube -> /opt/www/roundcubemail/config/config.inc.php
sogo -> /etc/sogo/sogo.conf
vmail -> /root/.my.cnf-vmail
vmailadmin -> /root/.my.cnf-vmailadmin

Is there a procedure to update all of these passwords?

Domain Alias no longer working in 0.9.7

$
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?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
======== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7
- Linux/BSD distribution name and version: CentOS 6.9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
When sending to an email user@domain.com in which domain.com is an alias of domain.ca, sending to .com returns the error:

The response from the remote server was:
550 5.1.1 <user@domain.com>: Recipient address rejected: User unknown in virtual mailbox table

I had to add the .com domain to iRedAdmin and then each individual domain.ca user to the new forwarding table to allow the .com emails to forward into their .ca accounts, when previously all I needed was the domains added in the alias_domain table and any email sent to .com would direct into the matching .ca account.

I don't see anything in the documentation about changes to the alias_domain table, but obviously the new forwarding table has added some changes - any ideas of what is causing the issue?

Thanks!

Good editor for SOGo contacts?

$
0
0

I am looking for a good software to edit my contacts, especially to join multiple contacts. My android device does some "link" feature which does not get synchronized, the Sogo webinterface is very annoying for that and I dont have outlook. Does anybody have ideas?
thx!

Re: Problem with recieving email in local domain

$
0
0

root@mx:~# sa-update
channel: no 'mirrors.updates.spamassassin.org' record found, channel failed
root@mx:~# freshclam
ERROR: Incorrect argument format for option HTTPProxyPort
ERROR: Can't open/parse the config file /etc/clamav/freshclam.conf
root@mx:~# amavisd-new debug
Jan  8 14:51:33.229 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: logging initialized, log level 0, syslog: amavis.mail
Jan  8 14:51:33.384 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: run_command: [25009] /usr/bin/uptime </dev/null 2>/dev/null
Jan  8 14:51:33.586 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: system uptime 4 22:41:00:  14:51:33 up 4 days, 22:41,  1 user,  load average: 0,46, 0,20, 0,11
Jan  8 14:51:33.587 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Valid PID file (younger than sys uptime 4 22:41:00)
Jan  8 14:51:33.587 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: starting. /usr/sbin/amavisd-new at mx.holguin.geocuba.cu amavisd-new-2.10.1 (20141025), Unicode aware, LANG="es_CU"
Jan  8 14:51:33.587 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: perl=5.020002, user=, EUID: 117 (117);  group=, EGID: 124 124 (124 124)
Jan  8 14:51:35.059 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: INFO: no optional modules: unicore::lib::Perl::SpacePer.pl unicore::lib::Nt::De.pl Unix::Getrusage
Jan  8 14:51:35.135 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SpamControl: attempting to load scanner SpamAssassin, module Amavis::SpamControl::SpamAssassin
Jan  8 14:51:35.136 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SpamControl: scanner SpamAssassin, module Amavis::SpamControl::SpamAssassin
Jan  8 14:51:37.654 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: INFO: SA version: 3.4.0, 3.004000, no optional modules: Net::CIDR::Lite Encode::Detect Razor2::Client::Agent Image::Info Image::Info::GIF Image::Info::JPEG Image::Info::PNG Image::Info::BMP Image::Info::TIFF
Jan  8 14:51:39.763 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SpamControl: init_pre_chroot on SpamAssassin done
Jan  8 14:51:39.797 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: socket module IO::Socket::IP, protocol families available: INET, INET6
Jan  8 14:51:39.829 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: bind to /var/lib/amavis/amavisd.sock|unix, 127.0.0.1:10024/tcp, 127.0.0.1:10026/tcp, 127.0.0.1:9998/tcp
Pid_file "/var/run/amavis/amavisd.pid" already exists.  Overwriting!
Jan  8 14:51:40.089 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: 2018/01/08-14:51:40 Amavis (type Net::Server) starting! pid(25002)
Jan  8 14:51:40.697 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: Binding to UNIX socket file "/var/lib/amavis/amavisd.sock"
Jan  8 14:51:40.881 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: Binding to TCP port 10024 on host 127.0.0.1 with IPv4
Jan  8 14:51:40.936 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: Binding to TCP port 10026 on host 127.0.0.1 with IPv4
Jan  8 14:51:40.936 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: Binding to TCP port 9998 on host 127.0.0.1 with IPv4
Jan  8 14:51:40.986 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: Group Not Defined.  Defaulting to EGID '124 124'
Jan  8 14:51:40.987 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Net::Server: User Not Defined.  Defaulting to EUID '117'
Jan  8 14:51:41.253 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: after_chroot_init: EUID: 117 (117);  EGID: 124 124 (124 124)
Jan  8 14:51:41.254 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: config files read: /usr/share/amavis/conf.d/10-debian_scripts, /usr/share/amavis/conf.d/20-package, /etc/amavis/conf.d/01-debian, /etc/amavis/conf.d/05-domain_id, /etc/amavis/conf.d/05-node_id, /etc/amavis/conf.d/15-av_scanners, /etc/amavis/conf.d/15-content_filter_mode, /etc/amavis/conf.d/20-debian_defaults, /etc/amavis/conf.d/25-amavis_helpers, /etc/amavis/conf.d/30-template_localization, /etc/amavis/conf.d/50-user
Jan  8 14:51:41.418 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Amavis::Conf        2.404
Jan  8 14:51:41.418 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Archive::Zip        1.39
Jan  8 14:51:41.418 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module BerkeleyDB          0.54
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Compress::Raw::Zlib 2.065
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Compress::Zlib      2.064
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Crypt::OpenSSL::RSA 0.28
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module DBD::mysql          4.028
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module DBI                 1.631
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module DB_File             1.831
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Digest::MD5         2.53
Jan  8 14:51:41.419 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Digest::SHA         5.88
Jan  8 14:51:41.420 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Encode              2.60
Jan  8 14:51:41.420 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module File::Temp          0.2304
Jan  8 14:51:41.569 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module IO::Socket::INET6   2.72
Jan  8 14:51:41.570 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module IO::Socket::IP      0.32
Jan  8 14:51:41.570 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module MIME::Entity        5.505
Jan  8 14:51:41.575 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module MIME::Parser        5.505
Jan  8 14:51:41.576 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module MIME::Tools         5.505
Jan  8 14:51:41.576 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::DKIM::Signer  0.4
Jan  8 14:51:41.585 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::DKIM::Verifier 0.4
Jan  8 14:51:41.591 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::Header        2.13
Jan  8 14:51:41.591 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::Internet      2.13
Jan  8 14:51:41.591 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::SPF           v2.009
Jan  8 14:51:41.592 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Mail::SpamAssassin  3.004000
Jan  8 14:51:41.592 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Net::DNS            0.81
Jan  8 14:51:41.601 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Net::LibIDN         0.12
Jan  8 14:51:41.601 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Net::Server         2.008
Jan  8 14:51:41.601 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module NetAddr::IP         4.075
Jan  8 14:51:41.601 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Scalar::Util        1.38
Jan  8 14:51:41.607 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Socket              2.013
Jan  8 14:51:41.611 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Socket6             0.25
Jan  8 14:51:41.611 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Time::HiRes         1.9726
Jan  8 14:51:41.611 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module URI                 1.64
Jan  8 14:51:41.611 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Module Unix::Syslog        1.1
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Amavis::ZMQ code     NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Amavis::DB code      loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SQL base code        loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SQL::Log code        loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SQL::Quarantine      loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Lookup::SQL code     loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Lookup::LDAP code    NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: AM.PDP-in proto code loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SMTP-in proto code   loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Courier proto code   NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SMTP-out proto code  loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Pipe-out proto code  NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: BSMTP-out proto code NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Local-out proto code NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: OS_Fingerprint code  NOT loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: ANTI-VIRUS code      loaded
Jan  8 14:51:41.612 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: ANTI-SPAM code       loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: ANTI-SPAM-EXT code   NOT loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: ANTI-SPAM-C code     NOT loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: ANTI-SPAM-SA code    loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Unpackers code       loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: DKIM code            loaded
Jan  8 14:51:41.613 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Tools code           NOT loaded
Jan  8 14:51:41.840 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found $file            at /usr/bin/file
Jan  8 14:51:41.949 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found $altermime       at /usr/bin/altermime
Jan  8 14:51:41.949 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Internal decoder for .mail
Jan  8 14:51:42.072 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .Z    at /bin/uncompress
Jan  8 14:51:42.073 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .gz   at /bin/gzip -d
Jan  8 14:51:42.073 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Internal decoder for .gz   (backup, not used)
Jan  8 14:51:42.073 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .bz2  at /bin/bzip2 -d
Jan  8 14:51:42.086 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .xz   at /usr/bin/xz -dc
Jan  8 14:51:42.087 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lzma at /usr/bin/xz -dc --format=lzma
Jan  8 14:51:42.196 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lrz  at /usr/bin/lrzip -q -k -d -o -
Jan  8 14:51:42.196 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lzo  at /usr/bin/lzop -d
Jan  8 14:51:42.270 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lz4  at /usr/bin/lz4c -d
Jan  8 14:51:42.270 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .rpm  at /usr/bin/rpm2cpio
Jan  8 14:51:42.286 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .cpio at /bin/pax
Jan  8 14:51:42.286 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .tar  at /bin/pax
Jan  8 14:51:42.398 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .deb  at /usr/bin/ar
Jan  8 14:51:42.398 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .rar  at /usr/bin/unrar-free
Jan  8 14:51:42.398 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .arj  at /usr/bin/arj
Jan  8 14:51:42.398 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .arc  at /usr/bin/nomarch
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .zoo  at /usr/bin/zoo
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .doc  at /usr/bin/ripole
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .cab  at /usr/bin/cabextract
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Internal decoder for .tnef
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .zip  at /usr/bin/7za
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .kmz  at /usr/bin/7za
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Internal decoder for .zip  (backup, not used)
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Internal decoder for .kmz  (backup, not used)
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .7z   at /usr/bin/7za
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .gz   at /usr/bin/7za (backup, not used)
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .bz2  at /usr/bin/7za (backup, not used)
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .Z    at /usr/bin/7za (backup, not used)
Jan  8 14:51:42.399 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .tar  at /usr/bin/7za (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .xz   at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lzma at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .jar  at /usr/bin/7z
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .cpio at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .arj  at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .rar  at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .swf  at /usr/bin/7z
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .lha  at /usr/bin/7z
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .iso  at /usr/bin/7z
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .cab  at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .deb  at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .rpm  at /usr/bin/7z (backup, not used)
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found decoder for    .exe  at /usr/bin/unrar-free; /usr/bin/arj
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: No decoder for       .F
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Using primary internal av scanner code for ClamAV-clamd
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
Jan  8 14:51:42.400 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Using internal spam scanner code for SpamAssassin
Jan  8 14:51:42.441 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Deleting db files snmp.db,nanny.db,__db.001,__db.003,__db.002 in /var/lib/amavis/db
Jan  8 14:51:42.568 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.54, libdb 5.3
Jan  8 14:51:42.640 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: initializing Mail::SpamAssassin (0)
Jan  8 14:51:42.641 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: SpamAssassin debug facilities: info
Jan  8 14:51:42.960 mx.holguin.geocuba.cu /usr/sbin/amavisd-new[25002]: (!!)TROUBLE in pre_loop_hook: config: no rules were found!  Do you need to run 'sa-update'?
Suicide () TROUBLE in pre_loop_hook: config: no rules were found!  Do you need to run 'sa-update'?
root@mx:~# sa-update
channel: no 'mirrors.updates.spamassassin.org' record found, channel failed

Re: nsblog_query: lookup error for DNS query

$
0
0

# host 161.170.123.180.zen.spamhaus.org
;; connection timed out; no servers could be reached

but:

# host google.com
google.com has address 173.194.76.138
google.com has address 173.194.76.113
google.com has address 173.194.76.102
google.com has address 173.194.76.100
google.com has address 173.194.76.139
google.com has address 173.194.76.101
google.com has IPv6 address 2a00:1450:4007:814::200e
google.com mail is handled by 40 alt3.aspmx.l.google.com.
google.com mail is handled by 10 aspmx.l.google.com.
google.com mail is handled by 50 alt4.aspmx.l.google.com.
google.com mail is handled by 30 alt2.aspmx.l.google.com.
google.com mail is handled by 20 alt1.aspmx.l.google.com.

So it looks like the name resolving is just fine...

iRedMail and Openfire

$
0
0

Based on https://www.murat.ws/openfire-iredmail-yapilandirmasi/, we are able to integrate iRedMail 0.97 to openfire 4.0.3. I know the document is in Turkish but focus on the script statements and SQL commands. Replace jdbcProvider.connectionString', 'jdbc:mysql://localhost:3306/vmail?user=kullanici&password=sifreniz' - with iRedMail.tips vmail and the password.

The trick is once you moved the authentication to vmail database, create an account admin@example.com with the proper password. With that then you can login to http://www.example.com:9090 and login with the credential admin (stored in vmail). Although credential stored in vmail is admin@example.com, the last line in the above documentation is jdbcUserProvider.usernameField', 'local_part' - so it would take the local_part which is admin and allow you to login.

But we are having problems to do openfire 4.2.1, we are trying, but let see what we can get in the next few days.

Related to this is the possibility of using iRedMail Pro REST API to do development work. Openfire has a very nice web admin interface as compare to Prosdy-0.10. By doing the authentication through custom database (vmail), we will lose a lot of useful information such as session, transaction info, we are new to REST API, just wonder that is a good idea to develop application to work with openfire.

For those who are in need of adding XMPP with iRedMail, Zhang had actually helped me in doing it. We are testing it now

Re: iRedMail and Openfire

$
0
0

I am running on Ubuntu 14.04, mysql 5.5, apache 2.4, openfire 4.0.3, java version 8


Mail Lists

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.7 OPENLDAP edition
- Linux/BSD distribution name and version: CentOS7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No. Using Microsoft Active Directory 2016
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
While using Microsoft Active Directory server to authenticate users, can one implement mail lists whereby only some selected users can send to those mail lists(distribution lists)?

Re: Mail Lists

$
0
0

Authentication with MS Active Directory server is working well.

Re: nsblog_query: lookup error for DNS query

$
0
0

My result:

$ host 161.170.123.180.zen.spamhaus.org
Host 161.170.123.180.zen.spamhaus.org not found: 3(NXDOMAIN)

Seems your DNS server was not working reliably?

Re: Mail Lists

$
0
0

The access control is done by iRedAPD (postfix policy server), it doesn't support AD yet.

Re: iRedMail and Openfire

$
0
0
tchangth wrote:

Although credential stored in vmail is admin@example.com, the last line in the above documentation is jdbcUserProvider.usernameField', 'local_part' - so it would take the local_part which is admin and allow you to login.

SQL column "mailbox.local_part" will be removed in upcoming iRedMail release, please don't use it. If you really need username part of the email address, use SQL function like 'SUBSTRING_INDEX()' instead.

If you can show us the user authentication related settings in OpenFire, it will be easier for us to give you some hints.

Viewing all 43507 articles
Browse latest View live


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