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

Re: how does one set webpage security for an additional resource

$
0
0
ZhangHuangbin wrote:

FYI: http://httpd.apache.org/docs/2.4/vhosts/

You have to practice and get familiar with it. smile

Oh yes ....

I have been at it for a couple of weeks on and off.  Last night I had an epiphany ... and I suss'd it ... I found the right search words.  Just logged in to say that :-) 

Thanks for the link though.  I appreciate the time.  Glad I was experimenting on a VMware installation and I backed up each time I had a success for a new ref start point ... takes the stress out of screwing it up :-)


Re: Could not open socket

$
0
0

I've also tried with TLS and I get this message.

4.7.0 TLS not available due to local problem

[HOW TO] Create special filter for amavis by sender

$
0
0

I have clients / relations thats love to send those .emf files. As they can transport javascript I've locked them but, since no one on the other side is going to make a change, I modified some config to allow those files for specific user or domains.

It could be used for anything, including bypass completely amavis...

Im on debian for the path, please adusjt accordingly.

In /etc/postfix/sender_access.pcre :

# Entire domain filtering
/domain\.tld/ FILTER smtp-amavis:[127.0.0.1]:10027 
# Sub domain filtering
/.domain.tld/ FILTER smtp-amavis:[127.0.0.1]:10027 
# Specific email filtering
/lastname\.name@domain\.tld/ FILTER smtp-amavis:[127.0.0.1]:10027 

So in this file we say that domain.tld, *.domain.tld and lastname.name@domain.tld goes to a new amavis filter.
You could have on filter by line if you want.
If you want to bypass totaly amavis you have to set 10025, so postfix will sent the mail to itself.

in /etc/amavis/conf.d/50-user :
Add at the bottom, defore the 1; # insure a defined return

%banned_rules = (
    'ALLOW_WMF' => new_RE(
        # qr'^UNDECIPHERABLE$',  # is or contains any undecipherable components

        # block certain double extensions anywhere in the base name
        qr'\.[^./]*\.(exe|vbs|pif|scr|bat|cmd|com|cpl|dll)\.?$'i,

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

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

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

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

        # [ qr'^\.(Z|gz|bz2)$'           => 0 ],  # allow any in Unix-compressed
        # [ qr'^\.(rpm|cpio|tar)$'       => 0 ],  # allow any in Unix-type archives
        # [ qr'^\.(zip|rar|arc|arj|zoo)$'=> 0 ],  # allow any within such archives
        # [ qr'^application/x-zip-compressed$'i => 0],  # allow any within such archives

        #  qr'.\.(exe|vbs|pif|scr|bat|cmd|com|cpl)$'i, # banned extension - basic
         qr'.\.(ade|adp|app|bas|bat|chm|cmd|com|cpl|crt|exe|fxp|grp|hlp|hta|
                inf|ins|isp|js|jse|lnk|mda|mdb|mde|mdw|mdt|mdz|msc|msi|msp|mst|
                ops|pcd|pif|prg|reg|scr|sct|shb|shs|vb|vbe|vbs|docm|
                wsc|wsf|wsh)$'ix,  # banned ext - long

        # qr'.\.(mim|b64|bhx|hqx|xxe|uu|uue)$'i,  # banned extension - WinZip vulnerab.

          qr'^\.(exe-ms)$',                       # banned file(1) types
        # qr'^\.(exe|lha|tnef|cab|dll)$',         # banned file(1) types
        ),
        # See [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;q262631[/url]
        # and [url]http://www.cknow.com/vtutor/vtextensions.htm[/url]
    'DEFAULT' => $banned_filename_re,
);


$interface_policy{'10027'} = 'ALLOWWMF';

$policy_bank{'ALLOWWMF'} = {
 banned_filename_maps => ['ALLOW_WMF'],
};

Here in the %banned_rules we defined 'ALLOW_WMF' and 'DEFAULT'.
'ALLOW_WMF' is a simple copy of $banned_filename_re from the file 20-debain_defaults, striped of the wmf and emf extension files.
'DEFAULT' take back the $banned_filename_re from previous files.

Following the is the new interface (10027) and his name (ALLOWWMF)

After is defined the policy for this interface, where we specify what we want to lock.

One more in this file at the top you must modify the $inet_socket_port :

# listen on multiple TCP ports. 9998 is used for releasing quarantined mails.
$inet_socket_port = [10024, 10026, 9998, 10027];

The 10027 port number, or more if you choose to do more.

There is no question, but if you have modification for more simplification, leave a reply.

Thanks.

Re: Sender address verification

$
0
0

SPF allow other to see what server are alow todo things with your domain.
DKIM sign the domain with a key that can be compared.

If you want more you need pgp or a real personnal certificat.
Email are not made to be unspoofable.

Re: Diasbled alias

$
0
0

Just delete the entry in mysql table vmail.alias

USE vmail;
DELETE FROM alias WHERE address = 'alias@todestr.oy';

Re: Resolved - Can not send email

$
0
0

issue resolved.  VPS host 1and1 has a block on port 25 that yo must ask them to remove.

Recipient address rejected: Policy rejection not logged in

$
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 - 0.9.5-1
- Linux/BSD distribution name and version - Ubuntu server 14.04.5 LTS
- Store mail accounts in which backend - mySQL
- Web server- Apache/2.4.7
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I apologize in advance for this lengthy error message.


Diagnostic information for administrators:

Generating server: VE1EUR01HT041.mail.protection.outlook.com

sender@domain.tld
mailserver.domain.tld
Remote Server returned '554 5.7.1 <sender@domain.tld>: Recipient address rejected: Policy rejection not logged in'

Original message headers:

Received: from VE1EUR01FT034.eop-EUR01.prod.protection.outlook.com
(10.152.2.56) by VE1EUR01HT041.eop-EUR01.prod.protection.outlook.com
(10.152.3.59) with Microsoft SMTP Server (version=TLS1_2,
cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.1101.12; Thu, 1
Jun 2017 21:28:50 +0000
Received: from AM5P193MB0211.EURP193.PROD.OUTLOOK.COM (10.152.2.54) by
VE1EUR01FT034.mail.protection.outlook.com (10.152.2.235) with Microsoft SMTP
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id
15.1.1101.12 via Frontend Transport; Thu, 1 Jun 2017 21:28:50 +0000
Received: from AM5P193MB0211.EURP193.PROD.OUTLOOK.COM ([::1]) by
AM5P193MB0211.EURP193.PROD.OUTLOOK.COM ([fe80::9ca1:865a:1e4f:9ec%14]) with
Microsoft SMTP Server id 15.01.1124.020; Thu, 1 Jun 2017 21:28:50 +0000
From: =?utf-8?B?Sm9uYXRoYW4gU8OpbGVh?= <sender@domain.tld>
To: "****@live.se" <****@live.se>
Subject: tetw
Thread-Topic: tetw
Thread-Index: AQHS2x4PFjYmi11njUKwBvjeHzmeEw==
Date: Thu, 1 Jun 2017 21:28:41 +0000
Message-ID: <783adfba-0052-c074-3ade-0a619be74578@domain.tld>
Content-Language: en-US
X-MS-Has-Attach:
X-MS-Exchange-Inbox-Rules-Loop: ****@live.se
X-MS-TNEF-Correlator:
authentication-results: mailserver.domain.tld (amavisd-new);    dkim=pass (2048-bit
key) reason="pass (just generated, assumed good)"    header.d=domain.tld
received-spf: Pass (protection.outlook.com: domain of domain.tld designates
45.76.1.225 as permitted sender) receiver=protection.outlook.com;
client-ip=45.76.1.225; helo= mailserver.domain.tld;
x-incomingtopheadermarker: OriginalChecksum:B9CF5E5350B9C40E31D9CE1E9C6B9DD9CA130817007F60DD1A0081DADAF58F61;UpperCasedChecksum:750084409E55541A44391DB021FF8858DAC274917F2152F5AFF073B165764DAB;SizeAsReceived:2231;Count:19
dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=domain.tld; h=
    content-language:content-transfer-encoding:content-type
    :content-type:mime-version:user-agent:date:date:message-id
    :subject:subject:from:from:to; s=dkim; t=1496352526; x=    1497216527;
bh=ukcfGO5DgNagzVZwxNVpBaXamxinNjQIdhSM9Bf8N/8=; b=B
    Z6HymDbRmA9Yton+pGAPxKLQUjdmFCFMRCJZ/sfVGwGCfyn+qVY+zMom6brrHBDM
    6pYE4LNgGHkVT83PBN+8rZKVWSL4SxJEAV5HKI2/9cJONO4dwHMJPazFjvgOxgfk
    kSf+uGOFHxPmm+FZYLFBi9Y1aORcKW+NHFl0MknrcAh0gnbbp9fniaf+BPm+O0uD
    c/onRliEOs4M7X8q8WRRVcUPWTaCDwKQMjsclH5zn8rXK3tMCQwDkJyh6uf3Xzol
    RBVE7set/a46Ez6WLKOCjhR3dozohZycWILZmaPauYySs3jAWRz5BfOb0glch7AO
    6sMskJHAmKljoO8PdSCUA==
x-virus-scanned: Debian amavisd-new at mailserver.domain.tld
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101
Thunderbird/52.1.1
x-originalarrivaltime: 01 Jun 2017 21:28:47.0282 (UTC)
FILETIME=[0DB7D920:01D2DB1E]
x-incomingheadercount: 64
x-eopattributedmessage: 1
x-eoptenantattributedmessage: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa:0
cmm-sender-ip: 45.76.1.225
cmm-sending-ip: 45.76.1.225
cmm-authentication-results: hotmail.com; spf=pass (sender IP is 45.76.1.225;
identity alignment result is pass and alignment mode is relaxed)
smtp.mailfrom=sender@domain.tld; dkim=pass (identity alignment result is pass
and alignment mode is relaxed) header.d=domain.tld; x-hmca=pass
header.id=sender@domain.tld
cmm-x-sid-pra: sender@domain.tld
cmm-x-auth-result: PASS
cmm-x-sid-result: PASS
cmm-x-message-status: n:n
cmm-x-message-delivery: Vj0xLjE7dXM9MDtsPTA7YT0wO0Q9MjtHRD0yO1NDTD02
cmm-x-message-info: 11chDOWqoTkwga12SxgHsROii5h1XNueOWnfa9ZdbSNcl/mJQJoiWKgRAnWs/tqoYYCA2oRP/bP3kSsekpe/1X5iEHAk77t1R79sgPUe14ecr/8VGyoLAJPYP0l+F7wMfavJVUUWAiq5P53DPGXdvBwrwOuHoi2mmn0rJVLyMEqQ6e6NRd37ezgKInNjpHnN5VsBwemgx4DWdeNsdnuk5Vs0q0E/0HhVwOpwmCV7ZRZeFxSx/h8+Hg==
x-microsoft-exchange-diagnostics:
    1;VE1EUR01HT041;5:d30PlfKDNvMWXsuhVsuQ/rlHWh6AMjE95RneyBQP9QT7HVe9+cL6331j2QvPh+v68FkOG/x+8mHaJKPYiJOpC/ylL7v6UTljk0IKYQOxP9NCUdlx4hfd2XqLlgxx2PsnPwKWWn5hYmSQvvfO5rvMsFkEcRUtHa36yRATFqaB+crOyXqdy6JKKsbwK4frAxWwxqpw6MxuowtfaTSuWQ1Jl6ew2QmfbTZVwK1E3oGog1y4s7j8hb31GfqeRLRzh8mPVQT1S8yc0HleHztDrOZWbth5AIhlu9I6znfO+ff86NPTgxH62JxMknI4wY2dhMDUtjtELpIM4ZDqUNMn5Ytacv485zfdx2UMQHcso1SHl9M9UZO89cP+O4HVy1L2VCG7+52Z676lKgkqJELXCZcNrw0e7vytpIerkM4BadW+LOOV9vtAZij9GR0FrfVaZXwSMSbNVYtQh8Dt+hzrmdKzlri6S42Fn6ax2ICY6Y3+yHYkxefrsxZTjIcq7Ir4QvmT;24:QPCw6SmQyJVjPSMziQwtXOt1G3O8HEzn4P8SAnz8aNVSkwa7tESShAyy/vaJ481C1M9nTr9zWAl5SEgfn+NObS+ecSkqQAtnVc/P4cHmkII=;7:lVpi+HU3HajHEQ1I6nZrk0I/1//YrxyYdZQnFqbnbbuqPyBterBO6Gp/bQ43/WrWq5+PHIZTz7r0UCWaJ/VKLPj5t2aqbpQdjBL82TCpg8Usam6b/lqAsSbk1MUz+A4HXa5kpkAqwzBopXF4N04kgaSjZUi9c7XJRvT6wklNKdsvrKJgMEAHU8A3dkbatl6JR8zudnDaxSEwwh3KIFs9Xhp8c1RZPX9Yl3edDpi4jbUH4IUUy6Xn3PyNVhlvJgUMfGhaS9A5jNHJuGIPCVWmWgulrOM46Jim13uhOxFRyVSTVXwQSUN6CEsCoirXplAk
x-forefront-antispam-report: EFV:NLI;SFV:NSPM;SFS:(7070007)(98901004);DIR:OUT;SFP:1901;SCL:1;SRVR:VE1EUR01HT041;H:AM5P193MB0211.EURP193.PROD.OUTLOOK.COM;FPR:;SPF:None;LANG:en;
x-ms-publictraffictype: Email
x-ms-traffictypediagnostic: VE1EUR01HT033:|VE1EUR01HT041:
x-ms-office365-filtering-correlation-id: e8f1c9b7-df80-454b-6c74-08d4a9353228
x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(2017031320274)(201702221075);SRVR:VE1EUR01HT041;
x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(444000031);SRVR:VE1EUR01HT033;BCL:0;PCL:0;RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);SRVR:VE1EUR01HT033;BCL:0;PCL:0;RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(444000031);SRVR:VE1EUR01HT041;BCL:0;PCL:0;RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);SRVR:VE1EUR01HT041;
spamdiagnosticoutput: 1:99
spamdiagnosticmetadata: NSPM
x-ms-exchange-crosstenant-originalarrivaltime: 01 Jun 2017 21:28:48.7637 (UTC)
x-ms-exchange-crosstenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
x-ms-exchange-crosstenant-fromentityheader: Internet
x-ms-exchange-transport-crosstenantheadersstamped: VE1EUR01HT033
x-ms-exchange-transport-endtoendlatency: 00:00:01.5347627
Resent-From: <****@live.se>
x-microsoft-exchange-diagnostics-untrusted: 1;VE1EUR01HT033;7:8Dw/Sofk6CCBaLge/PJl3Gt7V08jm8cCZAwV6TG7pjCzChrFxXhtKwRCFmM1a7yJ6aW5ueh8TJ7NLwhIw8qU5MpkOwBsF5EanwfI8+25NUuCu/SqtO9yaJOOfLzNY7oMR9YOcGTklfguA4hfehlYuLxAD8aP6lPC/y8Rp+u/qkDt533eVWUmHQ5Lnbon9SAYRWIVAqhV7aIhRVavziFKVqOMf9onBw6duPAnIbcN/tNGT1lec3TNX+4tje8RLhXv077joJGQUyfs76YoP47p7e+CzJfEgFlWykyVph7TZkuIjlh3INWA5958Rh7pTuTh9zkCkN1Dz+EOtzu+4K7+bA==
x-forefront-antispam-report-untrusted: EFV:NLI;SFV:SPM;SFS:(28900001);DIR:INB;SFP:;SCL:5;SRVR:VE1EUR01HT033;H:SNT004-MC4F28.hotmail.com;FPR:;SPF:None;LANG:en;
x-microsoft-antispam-untrusted: BCL:0;PCL:0;RULEID:(23075)(22001)(8291500097)(8291501071);SRVR:VE1EUR01HT033;
x-ms-exchange-transport-crosstenantheadersstripped: VE1EUR01FT034.eop-EUR01.prod.protection.outlook.com
x-forefront-prvs: 0325F6C77B
Content-Type: text/plain; charset="utf-8"
Content-ID: <D064D6743DBA604E9F4D4F340FBBA932@EURP193.PROD.OUTLOOK.COM>
Content-Transfer-Encoding: base64
MIME-Version: 1.0
X-OriginatorOrg: outlook.com
X-MS-Exchange-CrossTenant-originalarrivaltime: 01 Jun 2017 21:28:50.5172
(UTC)
X-MS-Exchange-CrossTenant-fromentityheader: Internet
X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
X-MS-Exchange-Transport-CrossTenantHeadersStamped: VE1EUR01HT041


I am having strange issues with sending emails to email addresses located at Microsoft (outlook.com, live.com. office 365 etc)
According to this thread:
http://www.iredmail.org/forum/topic9719 … ction.html

It should be fixed by deactivating "reject_null_sender", in my case it does not work.

SPF results not included in Authentication-Results header?

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release):    0.9.6
- Linux/BSD distribution name and version:    Ubuntu 16.04.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):     MySQL
- Web server (Apache or Nginx):    Apache
- Manage mail accounts with iRedAdmin-Pro?    No
====

I've noticed that amavis is only reporting DKIM but not SPF results in the Authentication-Results header. I know that the SPF plugin is working in SpamAssassin. Is there a way to get the SPF return included in the header as well? I can't find anything in amavis conf files - I suspect that this is something that amavis doesn't get involved with, just handing over to SA?

Here's an example. You'll see that - despite it being spam - it has valid SPF (SPF_PASS=-0.001) and DKIM but only the DKIM confirmation is reported in the Authentication-Results header.

====
Return-Path: <newsletter@impressive-info.com>
Delivered-To: recipient@myserver.com
Received: from mx.myserver.com (localhost [127.0.0.1])
    by mx.myserver.com (Postfix) with ESMTP id 5BEB780ECA
    for <recipient@myserver.com>; Wed, 31 May 2017 20:44:55 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at mx.myserver.com
X-Spam-Flag: YES
X-Spam-Score: 10.786
X-Spam-Level: **********
X-Spam-Status: Yes, score=10.786 tagged_above=0 required=6.31
    tests=[BAYES_05=-0.5, DCC_CHECK=3, DIGEST_MULTIPLE=0.293,
    DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,
    HTML_IMAGE_ONLY_16=1.092, HTML_MESSAGE=0.001,
    HTML_SHORT_LINK_IMG_2=0.001, RAZOR2_CF_RANGE_51_100=0.5,
    RAZOR2_CF_RANGE_E8_51_100=1.886, RAZOR2_CHECK=2.5,
    RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001,
    TXREP=-0.385, URIBL_DBL_SPAM=2.5] autolearn=no autolearn_force=no
Authentication-Results: mx.myserver.com (amavisd-new);
    dkim=pass (2048-bit key) header.d=impressive-info.com
Received: from mx.myserver.com ([127.0.0.1])
    by mx.myserver.com (mx.myserver.com [127.0.0.1]) (amavisd-new, port 10024)
    with ESMTP id GcKq5uAZZxSw for <recipient@myserver.com>;
    Wed, 31 May 2017 20:44:53 +0000 (UTC)
Received: from mail.impressive-info.com (mail.impressive-info.com [45.55.68.107])
    (using TLSv1.1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
    (No client certificate requested)
    by mx.myserver.com (Postfix) with ESMTPS id 0D1FA7F83C
    for <recipient@myserver.com>; Wed, 31 May 2017 20:44:52 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple;
    d=impressive-info.com; s=mail;
    h=from:reply-to:subject:date:message-id:to:mime-version:content-type:
     list-unsubscribe;
    bh=DW44gT06PnpW5W0DlyGo5/zRTebO78Kb7K4ao3s16Hc=;
    b=rKGFpOyVpwVM8c+dznBKgnyjzvyI10w2BBfOs+d2e4Qr2swJKhIbz7dsL7JcBL7RDNUpmM9ghZhJF
     GtPU/ISCbh+KZoa+MLMXVdyMS3D4jWQI2jdI9h8JcFWhdvE6/J2yzCf8D5tyBnYEK3AKAGxPKVtZgM
     UthN5C1yG+j9CWxg0mevL6+osiknjQb+nlE4z32Y4m/GvjqjRx9F7I7a3Wi1LLSEGs4qYeO2xc47EM
     M7KMwYUVb68zH8z3ghqcJu1hvfv/Kdis7X7UeS1v56Htb+kfctKbR1PDsW6B6uOuwz1Xiy2CDwRuHY
     PT4yaH9AsEu63EPXZQp7zX2/qQDaF8g==
X-Footer: aW1wcmVzc2l2ZS1pbmZvLmNvbQ==
Received: from localhost ([127.0.0.1])
    by mail.impressive-info.com
    (using TLSv1 with cipher DHE-RSA-AES256-SHA (256 bits))
    for recipient@myserver.com;
    Wed, 31 May 2017 20:44:48 +0000


Relaying from systems on the local network

$
0
0

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

I have systems on my local lan that use scripts to email status/monitoring emails.  Those emails are getting rejected by iRedmail, and not being forwarded, rejected with "user does not exist", when using the hostname as the From address. 

I previously used a simple postfix configuration to relay these messages, relaying only for hosts on the local lan.  That however was only internal to the LAN, and the relay was not accessible to outside hosts. 

Is there a way to add this type of relay functionality for only hosts on the local LAN wihtout having to register each hostname as an email account? Is that opening a security issue with an exposed mail server?

Dual delivery Local AND distant

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6 MYSQL editio
- Linux/BSD distribution name and version: Debian
- 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.
====

Hi,

I'm trying to find a solution for a migration problem.

I'm actually moving mailbox from server-old to server-Iredmail.
I'm not managing and I cannot change anything on server-old.

I would like to
1) Change MX for set server-iredmail as MX server
2) Setup server-iredmail to BOTH deliver mail to local mailbox account and to dual delivery to server-old.
Accounts are setup on both servers.

I need to do this way for users to be able to have no interruptions.
And this ways I've time to configure user mail client (outlook, thuinderbird, ...) to use new server. And in the time between mx migration and client configuration they still receive emails !

I found only one idea but seems not the "good way" and script is not avaible:
http://pjrlost.blogspot.fr/2012/11/smtp … s-via.html


As other solutions, i'm thinking about to add an alias on server-iredmail, relay to server-old and bcc to alias.
But may don't work ( I think it won't)

I'm sur it's a common mistake and there is a common solution.
But cannot found it :-)

If someone already done it or have an idea I will be verry interrested wink

DMARC reporting

$
0
0

Is it possible to generate DMARC reports in the iRedmail suite?

Re: Relaying from systems on the local network

$
0
0

What happends if you add the IP-range of your local network in /etc/postfix/main.cf?

mynetworks = 127.0.0.1 INSERT IP

Re: Dual delivery Local AND distant

Re: Relaying from systems on the local network

$
0
0

The easiest and best way to solve it is performing SMTP AUTH to send email.

Re: Recipient address rejected: Policy rejection not logged in

$
0
0

Does Outlook.com or Hotmail forward email back to iRedMail server? And the sender address is a user under domain which is hosted on your server ?


Re: Recipient address rejected: Policy rejection not logged in

$
0
0
ZhangHuangbin wrote:

Does Outlook.com or Hotmail forward email back to iRedMail server? And the sender address is a user under domain which is hosted on your server ?

It was very late yesterday when I stumpled upon this issue and I did not even think about it.

I realized on the way home that I have actually set the account to forward email back to the exact email address where I sent it from. So yes, that particular emailaddress (outlook) do redirect the email to my emailserver.

So it works as it should! Thanks!

Экспресс займ онлайн на карту срочно

$
0
0

Онлайн займы круглосуточно и без отказа. Получите экспресс займ на карту мгновенно, не выходя из дома.

Вы можете взять экспресс займ онлайн на карту, кошелек или наличными.

Получите экспресс займ онлайн на сайте http://kreditciti.ru

Re: Dual delivery Local AND distant

$
0
0
ZhangHuangbin wrote:

No idea.

Woaw.
So sad :'(

The only way is to move account by account ?

Best,
Chris

Limit the number of recipients in mail

$
0
0

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.6
- Linux/BSD distribution name and version: Linux
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySql
- 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.
====

I recently had problems with the accounts inside my server that sent more than 10mil emails in 1 day, how can I limit on the server that any account can send more than 200 mails per day?

Re: Limit the number of recipients in mail

$
0
0

Login to iRedAdmin-Pro, go to "System -> Anti Spam -> Throttling". Set the outbound throttling.

Viewing all 43382 articles
Browse latest View live


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