Kolab and mailman
Gunnar Wrobel
wrobel at pardus.de
Wed Apr 16 09:51:49 CEST 2008
Hi Allesio,
Alessio Cecchi <alessio at skye.it> writes:
> I followed this guide
> http://wiki.kolab.org/index.php/Kolab2_Integration_with_mailman to run the
> Debian package of mailman.
>
>
> But does not work :-( (Debian Etch and Kolab 2.2rc2)
This wiki page is probably somehat outdated. I don't use mailman
myself anymore and so it didn't see updates in a while. Sorry about that.
>
> I created this list on mailman "alessio1" but when I send a message mails are
> not delivered, in postfix log of kolab i can see:
>
> Apr 14 09:12:52 opengroupware <info> postfix/smtpd[6234]: connect from
> scbs1.cecchi.biz[62.149.198.71]
> Apr 14 09:12:52 opengroupware <info> postfix/smtpd[6234]: setting up TLS
> connection from scbs1.cecchi.biz[62.149.198.71]
> Apr 14 09:12:52 opengroupware <info> postfix/smtpd[6234]: TLS connection
> established from scbs1.cecchi.biz[62.149.198.71]: TLSv1 with cipher
> DHE-RSA-AES256-SHA (256/256 bits)
> Apr 14 09:12:53 opengroupware <info> postfix/smtpd[6234]: 2D3DF28074:
> client=scbs1.cecchi.biz[62.149.198.71]
> Apr 14 09:12:53 opengroupware <info> postfix/cleanup[6237]: 2D3DF28074:
> message-id=<200804141305.55191.box at cecchi.biz>
> Apr 14 09:12:53 opengroupware <info> postfix/qmgr[4387]: 2D3DF28074:
> from=<box-online at cecchi.biz>, size=1094, nrcpt=1 (queue active)
> Apr 14 09:12:53 opengroupware <info> postfix/smtpd[6234]: disconnect from
> scbs1.cecchi.biz[62.149.198.71]
> Apr 14 09:12:53 opengroupware <info> postfix/smtpd[6240]: connect from
> localhost[127.0.0.1]
> Apr 14 09:12:53 opengroupware <info> postfix/smtpd[6240]: 5BF9628076:
> client=localhost[127.0.0.1]
> Apr 14 09:12:53 opengroupware <info> postfix/cleanup[6241]: 5BF9628076:
> message-id=<200804141305.55191.box at cecchi.biz>
> Apr 14 09:12:53 opengroupware <info> postfix/qmgr[4387]: 5BF9628076:
> from=<box-online at cecchi.biz>, size=1287, nrcpt=1 (queue active)
> Apr 14 09:12:53 opengroupware <info> postfix/smtpd[6240]: disconnect from
> localhost[127.0.0.1]
> Apr 14 09:12:53 opengroupware <info> postfix/pipe[6238]: 2D3DF28074:
> to=<mailman-post+alessio1 at demo2.cecchi.biz>,
> orig_to=<alessio1 at demo2.cecchi.biz>, relay=kolabfilter, delay=0.74,
> delays=0.3/0.01/0/0.44, dsn=2.0.0, status=sent (delivered via kolabfilter
> service)
> Apr 14 09:12:53 opengroupware <info> postfix/qmgr[4387]: 2D3DF28074: removed
> Apr 14 09:12:54 opengroupware <info> postfix/smtpd[6245]: connect from
> localhost[127.0.0.1]
> Apr 14 09:12:54 opengroupware <info> postfix/smtpd[6245]: 271E728074:
> client=localhost[127.0.0.1]
> Apr 14 09:12:54 opengroupware <info> postfix/cleanup[6241]: 271E728074:
> message-id=<200804141305.55191.box at cecchi.biz>
> Apr 14 09:12:54 opengroupware <info> postfix/qmgr[4387]: 271E728074:
> from=<box-online at cecchi.biz>, size=1769, nrcpt=1 (queue active)
> Apr 14 09:12:54 opengroupware <info> postfix/smtpd[6245]: disconnect from
> localhost[127.0.0.1]
> Apr 14 09:12:54 opengroupware <info> postfix/smtp[6242]: 5BF9628076:
> to=<mailman-post+alessio1 at demo2.cecchi.biz>, relay=127.0.0.1
> [127.0.0.1]:10024, delay=0.93, delays=0.23/0.14/0.02/0.54, dsn=2.0.0,
> status=sent (250 2.0.0 Ok: queued as 271E728074)
> Apr 14 09:12:54 opengroupware <info> postfix/qmgr[4387]: 5BF9628076: removed
> Apr 14 09:12:54 opengroupware <info> postfix/local[6246]: 271E728074:
> to=<mailman-post+alessio1 at demo2.cecchi.biz>, relay=local, delay=0.46,
> delays=0.08/0.01/0/0.37, dsn=2.0.0, status=sent (delivered to
> command: /var/lib/mailman/mail/wrapper post $EXTENSION)
> Apr 14 09:12:54 opengroupware <info> postfix/qmgr[4387]: 271E728074: removed
>
> Instead if I send e-mail with request like "subscribe"
> I get an error by mailer-daemon:
>
> <mailman-post+alessio1-subscribe at demo2.cecchi.biz>: Command died with status
> 1:
> "/var/lib/mailman/mail/wrapper post $EXTENSION". Command output: post
> script, list not found: alessio1-subscribe
Looks like the require postfix regex do not work in your case. I had a
file called /etc/postfix/mailman-regex, that contains rules like
##
## Regular expressions for mailman. This
## allows postfix to deliver to all lists
## defined within mailman without modifying
## the alias file.
##
# Necessary list defaults for postmaster and abuse messages
/^(postmaster|root|abuse)@lists\.(domain1.example.com|domain2.example.com)$/ $1@$2
# commands
/^([-a-zA-Z0-9_]+)-(post|admin|request|owner|on|off)@lists\.(domain1.example.com|domain2.example.com)$/ mailman-$2+$1
# lists (command -post)
/^([-a-zA-Z0-9_]+)@lists\.(domain1.example.com|domain2.example.com)$/ mailman-post+$1
Cheers,
Gunnar
>
> Can you help me?
> Thanks
> --
> Alessio Cecchi is:
> @ ILS -> http://www.linux.it/~alessice/
> Assistenza Sistemi GNU/Linux -> http://www.cecchi.biz/
> @ PLUG -> ex-Presidente, adesso senatore a vita, http://www.prato.linux.it
> @ LOLUG -> neo-Socio http://www.lolug.net
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users at kolab.org
> https://kolab.org/mailman/listinfo/kolab-users
--
______ http://kdab.com _______________ http://kolab-konsortium.com _
p at rdus Kolab work is funded in part by KDAB and the Kolab Konsortium
____ http://www.pardus.de _________________ http://gunnarwrobel.de _
E-mail : p at rdus.de Dr. Gunnar Wrobel
Tel. : +49 700 6245 0000 Bundesstrasse 29
Fax : +49 721 1513 52322 D-20146 Hamburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> Mail at ease - Rent a kolab groupware server at p at rdus <<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the users
mailing list