|
List Info
Thread: Re: delegation feature in debian etch
|
|
| Re: delegation feature in debian etch |
  Germany |
2008-02-18 07:38:56 |
Hi,
"Eleni Postantzi" <lenapostantzi gmail.com> writes:
> hi,
>
> i've installed kolab (1.9.4-20060707.dfsg-2) on a
debian etch (2.6.18-4-amd64) with horde (3.1.3-4etch2), etc
but i'm not able to make delegations work...
>
> i've added a user to the delegation field, but he isn't
able to access the delegated mailbox.
>
> i also saw that this functionality was broken among
some versions. Could it apply to the debian package too?
>
> have you maybe already heard of such issues with the
debian package?
concerning the debian packages it is probably better to ask
on their
mailing list at:
http://
alioth.debian.org/mail/?group_id=30845
The OpenPKG version should support delegates just fine.
Cheers,
Gunnar
>
> Many thanks,
>
> Elena
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users kolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
--
______ http://kdab.com
_______________ http://kolab-konsortium.c
om _
p rdus Kolab work is funded in part by KDAB and the
Kolab Konsortium
____ http://www.pardus.de
_________________ http://gunnarwrobel.de _
E-mail : p 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 rdus <<
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: delegation feature in debian etch |

|
2008-02-20 15:22:13 |
|
Hi Gunnar,
As far no answer from the debian group :/
however,i've managed to get it work better... at least now i can see in the logs that the kolabpolicy is called...
now, here's my config :
/etc/postfix/main.cf
# Debian specific: Specifying a file name will cause the first # line of that file to be used as the name. The Debian default # is /etc/mailname. #myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no
# appending .domain is the MUA's job. append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters smtpd_tls_cert_file=/var/smtp/mail.pem smtpd_tls_key_file=/var/smtp/mail.key smtpd_use_tls=yes smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for # information on enabling SSL in the smtp client.
myhostname = myhost.mydomain.org
alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = myhost.mydomain.org, mydomain.org, localhost
relayhost = mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all
virtual_alias_maps = ldap:/etc/postfix/kolab-ldapdistlist.cf,ldap:/etc/postfix/kolab-ldapvirtual.cf
# transport_maps = ldap:/etc/postfix/kolab-ldaptransport.cf
mailbox_transport = kolabmailboxfilter smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous
# Support broken clients like Microsoft Outlook Express 4.x which expect AUTH=LOGIN instead of AUTH LOGIN broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,reject_unauth_destination, reject_unlisted_recipient, check_policy_service unix:private/kolabpolicy
#smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/kolabpolicy
relay_domains=
kolabpolicy_time_limit = 3600 kolabpolicy_max_idle = 20
----------------------------------------------------------------------
/etc/postfix/master.cf
# # Postfix master process configuration file. For details on the format # of the file, see the master(5) manual page (command: "man 5 master"). # # ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ========================================================================== smtp inet n - n - - smtpd
#submission inet n - - - - smtpd # -o smtpd_enforce_tls=yes # -o smtpd_sasl_auth_enable=yes # -o smtpd_client_restrictions=permit_sasl_authenticated,reject smtps inet n - n - - smtpd
-o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject #628 inet n - - - &nb | |