1 (edited by danninux 2014-02-05 14:29:52)

Topic: Create Disclaimer TXT with iRedmail LDAP on FreeBSD 9.2

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: FreeBSD 9.2
- Related log if you're reporting an issue:
====

Dear Zhang,

I'm still have problem with create disclaimer with iRedmail LDAP.

This is my config in amavisd.conf

==========================================================
# ------------ Disclaimer Setting ---------------
# Uncomment this line to enable singing disclaimer in outgoing mails.
$defang_maps_by_ccat{+CC_CATCHALL} = [ 'disclaimer' ];

# Program used to signing disclaimer in outgoing mails.
$altermime = '/usr/local/bin/altermime';

# Disclaimer in plain text formart.
@altermime_args_disclaimer = qw(--disclaimer=/usr/local/etc/postfix/disclaimer/_OPTION_.txt --disclaimer-html=/usr/local/etc/postfix/disclaimer/_OPTION_.txt --force-for

@disclaimer_options_bysender_maps = ({
    # Per-domain disclaimer setting: /usr/local/etc/postfix/disclaimer/host1.iredmail.org.txt
    #'host1.iredmail.org' => 'host1.iredmail.org',

    # Sub-domain disclaimer setting: /usr/local/etc/postfix/disclaimer/iredmail.org.txt
    #'.iredmail.org'      => 'iredmail.org',

    # Per-user disclaimer setting: /usr/local/etc/postfix/disclaimer/boss.iredmail.org.txt
    #'boss@iredmail.org'  => 'boss.iredmail.org',

    # Catch-all disclaimer setting: /usr/local/etc/postfix/disclaimer/default.txt
    '.' => 'default',

},);
# ------------ End Disclaimer Setting ---------------

Please help me.....i'm still newbie....

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Create Disclaimer TXT with iRedmail LDAP on FreeBSD 9.2

Your Amavisd setting looks fine. What's your issue? Any related error?

3

Re: Create Disclaimer TXT with iRedmail LDAP on FreeBSD 9.2

ZhangHuangbin wrote:

Your Amavisd setting looks fine. What's your issue? Any related error?

Already solved by my self. I must install altermime first from ports. And disclaimer could arise.

Thanks Zhang..:)