Cross-Domain-Mailboxes

2010-07-19 Thread Syren Baran
" "%user.name.%" returns the not only the subfolders, but also the "user.n...@domain.tld" box as well ( e.g. * LIST (\HasChildren) "." "user.n...@domain.tld" ) Is there a simple solution around this problem or do i have ignore this entry when p

Re: Re: IMAPS with extra authorization.

2010-07-21 Thread Syren Baran
ou will also need to add following line to /etc/pam.d/imap: account required pam_permit.so You will need this since the remote users dont have a local account, so ignore that check and only check for a valid username/password. Greetings, Syren Baran +

Re: Re: Re: IMAPS with extra authorization.

2010-07-22 Thread Syren Baran
rname/passwd authsufficient pam_pwdfile.so pwdfile /etc/email.passwd #fallback to system accounts (for user cyrus) auth required pam_unix.so After creating a user/pass with "htpasswd -c -b /path/to/file newuser pass" does "testsaslauthd -u newuser -p pass -s imap" re

Re: Re: Re: Re: IMAPS with extra authorization.

2010-07-22 Thread Syren Baran
rvice name for imapd somehow? Would be a nice and clean solution to set the service name for "imapd -s" to "imaps" and just use a second pam file for that service. Greetings, Syren Baran +++ Niederlassung Deutschland: BIT-HOUSE Ltd. inter

Re: Re: IMAPS with extra authorization.

2010-07-26 Thread Syren Baran
ap", config_servername, --- > if (sasl_server_new(servicename, config_servername, ---imapd.dif--- Didnt do a free on the pointer, should be cleared anyway after the fork exits. But as i said, i just had a quick look at the code. > > -- > Dan White Greetings, Syren Baran

Re: Re: IMAPS with extra authorization.

2010-07-26 Thread Syren Baran
g. As much as i like reading well written code i havent got the spare time to go through all the sources right now. > -- > Dan White Greetings, Syren Baran +++ Niederlassung Deutschland: BIT-HOUSE Ltd. internet professionals Erthalstr. 17 63739 As

Cross domain rights

2010-07-27 Thread Syren Baran
Hi, when i have a mailbox in the form of user.name.import...@domain.tld other people can send mails directly there by sending a mail to user +import...@domain.tld, provided they have the "p" right. Is there a way to set this "p" right for users not belonging to domain.tld ?

Re: Re: Moving folders across backends

2010-08-04 Thread Syren Baran
Am Mittwoch, den 04.08.2010, 10:22 +0100 schrieb Simon Beale: > Looking at the IMAP traffic, the client is doing: > > . RENAME user.test.subfolder INBOX.Trash.subfolder > . NO Permission denied What permissions do you have on those folders? Try a getacl first, might be something simple.

Re: Re: Re: Moving folders across backends

2010-08-04 Thread Syren Baran
Am Mittwoch, den 04.08.2010, 10:46 +0100 schrieb Simon Beale: > Yeah, I'd wondered that at first, but I don't believe so. Below is an IMAP > traffic session (run as user simon), user.test is on backend1, INBOX and > user.test2 are on backend2. Ok, no problem with the permissions. Does copy work?

Re: Re: Re: Re: Moving folders across backends

2010-08-04 Thread Syren Baran
Am Mittwoch, den 04.08.2010, 11:08 +0100 schrieb Simon Beale: > While that would work, and it's something that I could do for myself, it > doesn't help when I roll out shared folders to all our users, and they > start using the Outlook/Thunderbird normal delete mechanism, which is why > I need REN

Re: Re: Moving folders across backends

2010-08-05 Thread Syren Baran
Am Donnerstag, den 05.08.2010, 15:21 +0100 schrieb Simon Beale: > Having spent some time reading the 2.3.16 source code, and poking at the > frontend with gdb, I'm not convinced that the code currently supports what > I'm attempting. It looks like it may have been the original intention to > be po

Re: Re: competition

2010-09-21 Thread Syren Baran
in sources.list(.d) more people would use the recent version. Greetings, Syren Baran +++ Niederlassung Deutschland: BIT-HOUSE Ltd. internet professionals Erthalstr. 17 63739 Aschaffenburg Deutschland Amtsgericht:Aschaffenburg HRB-Nr.:9136 St/N

Re: Re: sql authentication

2011-01-26 Thread Syren Baran
Am Mittwoch, den 26.01.2011, 09:56 +0100 schrieb Simon Matter: > Hi, > > I could be wrong but I think cyrus doesn't handle this case the way you > want it. I think the @domain.com part will be stripped as configured but > you end up with name.lastname, which will also be used as mailbox name. Act

Re: Re: Re: sql authentication

2011-01-26 Thread Syren Baran
ight want to check libpam-pgsql. Syren > ------ > > Da: Syren Baran > A: simon.mat...@invoca.ch > Cc: gbul...@sonicle.com info-cyrus@lists.andrew.cmu.edu > Data: 26 gennaio 2011 10.59.45 CET > Ogget