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

Re: LDAP ISSUE Intergrating Microsoft Active directory to iredmail

$
0
0

You have to verify the ldap settings of address book in Roundcube. Does it return any result if you query AD with the same bind dn/password, account filter, base dn, and search scope?


Re: Mailbox is full with SOGo notifications after 0.9.0!

$
0
0
ZhangHuangbin wrote:

Looks like a bug in iRedMail, will try to reproduce this issue and fix it.

Btw, did you install sogo manually or install it by iRedMail?

I did installed it with iRed, but my postmaster inbox was drained in mails from all the warning so I had to wipe the server. Now I´m running fine (after much as you will see on all the topics from today big_smile).

Re: Mailbox is full with SOGo notifications after 0.9.0!

$
0
0

Okay, so can we close this forum topic now?

Re: Can´t creata new PO-file in 0.9.0!

Re: Mailbox is full with SOGo notifications after 0.9.0!

$
0
0
ZhangHuangbin wrote:

Okay, so can we close this forum topic now?

You can close it, but u need to try and reproduce it to see if u will see the bug like I did. smile

Re: Howto disable SMTP service for specific mailbox

$
0
0

Environment : 2 domains configured (one production + one testing) at the same server

Email sent over TLS from testing mailbox (with enablesmtp=0 and enablesmtpsecured=0) to different mailbox at production domain using Thunderbird an it worked sad.

Regards,
Stanislav

Re: The 50-user is different then the guide on site!

Re: Mailbox is full with SOGo notifications after 0.9.0!

$
0
0

I am also experiencing this issue, fresh install on CentOS 6.6.

What info/configs could I supply that might help you trace this issue?

Thanks!


Re: Originating mail domains that are not being managed by iRedMail

$
0
0
ZhangHuangbin wrote:

Excuse me, I didn't find any error messages in pasted log. What issue do you have now?

Hi,

Actually does not exist any error message in the last logs sent by me.

Why not can not understand why all mail originating from external domains to iRedMail simply not arrive. Are returned by the postmaster of the sender with the following information:

This is an automatically generated Delivery Status Notification.

THIS IS A WARNING MESSAGE ONLY.

YOU DO NOT NEED TO RESEND YOUR MESSAGE.

Delivery to the recipients Following Has Been delayed.

        glaucio@cenarioesolucao.com.br

*******
Reporting-MTA: dns; BLU004-OMC1S4.hotmail.com
Received-From-MTA: dns; BLU406-EAS315
Arrival-Date: Mon, 5 Jan 2015 18:16:12 -0800

Final-Recipient: rfc822; glaucio@cenarioesolucao.com.br
Action: delayed
Status: 4.4.7
Will-Retry-Until: Wed, 7 Jan 2015 18:16:43 -0800

Is there any special configuration that I have to do to receive e-mail domains that are not in iRedMail?

Thank U.

Re: 'reject_sender_login_mismatch' in /etc/postfix/main.cf without effect

$
0
0
ZhangHuangbin wrote:

Could you please show us output of command "postconf smtpd_sender_restrictions"?

# postconf smtpd_sender_restrictions
smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_sender_login_mismatch

Update to FAQ: How to move mails which marked as SPAM into Junk folde

$
0
0

There is a FAQ entry describing how to move mails marked as spam to junk folder:
http://www.iredmail.org/forum/topic365- … older.html  However, the information in this FAQ needs some updating, at least for current iRedMail on CentOS 6

Here is the original FAQ in quotes, with updates included in-line:

This tutorial is used to explain how to move mails which marked as SPAM into Junk folder in iRedMail. If they don't work for you, please post a new topic in iRedMail General Technical Support forum.
=====================

iRedMail uses Amavisd-new + SpamAssassin to detect spams, and it also:

    Add '**** SPAM ****' in mail subject by default

    Add 'X-Spam-Status' in mail HEAD.

If you want to move spam mails into Junk folder, here are steps:

The intro is the same!  smile

Make sure your domain name is listed in /etc/amavisd.conf (RHEL/CentOS) or /etc/amavis/conf.d/50-user (Debian/Ubuntu). e.g.

@local_domains_maps = ['demo.iredmail.org', 'a.cn'];

Two changes:

1) Current RHEL/CentOS setups default to /etc/amavisd/amavisd.conf

2) amavisd.conf uses the following setting:

@local_domains_maps = 1;

In this case, all messages are treated as local no matter what;  in this context, it means that spam headers will be added to all messages, which is what we want.  So, no changes necessary here.

Find location of global sieve rule file in /etc/dovecot.conf (RHEL/CentOS) or /etc/dovecot/dovecot.conf (Debian/Ubuntu): sieve_global_path, default is /var/vmail/sieve/dovecot.sieve.

plugin {
    # ... SKIP OTHER SETTINGS HERE ...
    sieve_global_path = /var/vmail/sieve/dovecot.sieve
}

Two changes:

1) Current RHEL/CentOS setups default to /etc/dovecot/dovecot.conf

2) The parameter sieve_global_path has been replaced with sieve_default;  the destination path is the same, however.

iRedMail copies a sample file in the same directory by default, filename is /var/vmail/sieve/dovecot.sieve.sample. Rename it to the correct filename. If you can't find the sample file, you can also download it here.

    Restart dovecot service, and it should work for you now. If it doesn't work for you, please try to debug dovecot and find the root case from log files.

This remains the same.

So, in the default case, the FAQ collapses down to simply copy/rename /var/vmail/sieve/dovecot.sieve.sample to /var/vmail/sieve/dovecot.sieve and bounce the dovecot service!

Hope this helps save someone a little time in the future.

Tim Massey

Re: LDAP ISSUE Intergrating Microsoft Active directory to iredmail

$
0
0
ZhangHuangbin wrote:

You have to verify the ldap settings of address book in Roundcube. Does it return any result if you query AD with the same bind dn/password, account filter, base dn, and search scope?


it's okey now evry thing is working as expected .. but may be you must change some stuffs in the TUTORIAL .
if you use this ==>
$config['ldap_public']["global_ldap_abook"] = array(
    'name'          => 'Global LDAP Address Book',
    'hosts'         => array("ad.example.com"),      // <- Set AD hostname or IP address here.
    'port'          => 389,...
   .
   .
   .
then you must change example.com ===>


$config['autocomplete_addressbooks'] = array("sql", "global_ldap_abook");

and i don't know why you still use sql to autocomplete



THANKS FOR YOU ASSISTANCE ... see you soon , now i all sturv with sucurity and ssl , lDAPS ....

Re: Howto disable SMTP service for specific mailbox

$
0
0

It looks like, that smtpd_sender_login_maps is only used when reject_sender_login_mismatch is used in smtpd_sender_restrictions.
Thus, enabling of reject_sender_login_mismatch.py plugin and removing the "sender_login_mismatch" from Postfix's "smtpd_sender_restrictions" setting will not do the same thing as plugin comment states.

# How to use this plugin:
#
# *) You must remove "sender_login_mismatch" restriction rule in Postfix
#    setting "smtpd_sender_restrictions" (/etc/postfix/main.cf). this plugin
#    will do the same restriction for you.

sender_login_maps.cf check will not be called due to removed  reject_sender_login_mismatch in "smtpd_sender_restrictions" setting.

sender_login_maps.cf  :
SELECT mailbox.username FROM mailbox,domain WHERE mailbox.username='%s' AND mailbox.domain='%d' AND mailbox.domain=domain.domain AND mailbox.enablesmtp=1 AND mailbox.active=1 AND domain.backupmx=0 AND domain.active=1

I think the SQL check above should be implemented in reject_sender_login_mismatch.py to be consistent with reject_sender_login_mismatch option in "smtpd_sender_restrictions" setting.

Re: Changing/replacing SSL certificate

Re: Howto disable SMTP service for specific mailbox

$
0
0

I don't agree. I will test CentOS 6 later.


Re: Howto disable SMTP service for specific mailbox

$
0
0
ZhangHuangbin wrote:

I don't agree. I will test CentOS 6 later.

Hmm, I just reading postfix doc of "smtpd_sender_restrictions" parameter and it's options :

reject_sender_login_mismatch
    Reject the request when $smtpd_sender_login_maps specifies an owner for the MAIL FROM address, but the client is not (SASL) logged in as that MAIL FROM address owner; or when the client is (SASL) logged in, but the client login name doesn't own the MAIL FROM address according to $smtpd_sender_login_maps.

No other parameter/option mentioned the smtpd_sender_login_maps.

Maybe i'm wrong.

Re: AMAViS LDAP ERR

$
0
0

root@smail:~# amavisd reload
amavisd : commande introuvable


it means amavisd  does not exist  !

Re: SPAMED / junk mails

$
0
0

sorry Zhang  i don't know what is SPF/DKIM DNS records ... should i buy them ?

Re: SPAMED / junk mails

Re: AMAViS LDAP ERR

$
0
0

On Debian/Ubuntu, the service name is 'amavis'. try:

# service amavis restart
Viewing all 43365 articles
Browse latest View live


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