Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Scott Lambert
On Tue, Dec 20, 2011 at 11:47:55AM +0100, Klaus Tachtler wrote:
> Hi Jeroen,
> 
> > On 2011-12-20 9:40, Klaus Tachtler wrote:
> >> How can i see all mailboxes, when i come from localhost OR
> >> server80.dmz.my.domain? Is that possible?
> >
> > What configuration do you have for virtual domains?
> 
> Here my /etc/impad.conf
> 
> admins: cyrus
> defaultdomain: tachtler.net
> unixhierarchysep: 1
> virtdomains: on
> 
> When i stop using virtdomains, solves this the problem?

I run a config similar to yours.  I need to authenticate users for
multiple domains which have legacy customers who only specify the
localpart of their e-mail address as their username.  So, I need
the PTR to realm mapping which "virtdomains: on" provides.

I made sure localhost did not resolve to defaultdomain (or any of
the other virtdomains), and could use the cyrus user (and cyradm)
on localhost.

I then wanted to be able to run cyradm from other hosts on the same
LAN so I added another IP address to the LAN interface which did
not have a PTR to defaultdomain (or any of the other virtdomains)
and that works.  I used a 10.0.0.0/8 address because I did not need
or want it accessible from outside my network.

-- 
Scott LambertKC5MLE   Unix SysAdmin
lamb...@lambertfam.org


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
Hi Jeroen,

> On 2011-12-20 10:47, Klaus Tachtler wrote:
>> virtdomains: on
>>
>> When i stop using virtdomains, solves this the problem?
>>
>
> Would you try with setting your virtdomains setting to userid please?

Yes, that's it!

> Kind regards,
>
> Jeroen van Meeuwen

Thank you so much for your help!

Kind regards,
Klaus.


--


e-Mail  : kl...@tachtler.net
Homepage: http://www.tachtler.net
DokuWiki: http://www.dokuwiki.tachtler.net



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Leena Heino
On Tue, 20 Dec 2011, Klaus Tachtler wrote:

> virtdomains: on
>
> When i stop using virtdomains, solves this the problem?

Turning off the virtdomain support might solve the problem.

But if you want to use virtdomains then change the configuration to:
virtdomains: userid

-- 
   Leena Heino  University of Tampere / Computer Centre
   ( liinu at uta.fi )  ( http://www.uta.fi/laitokset/tkk )

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Jeroen van Meeuwen (Kolab Systems)
On 2011-12-20 10:47, Klaus Tachtler wrote:
> virtdomains: on
>
> When i stop using virtdomains, solves this the problem?
>

Would you try with setting your virtdomains setting to userid please?

Kind regards,

Jeroen van Meeuwen

-- 
Senior Engineer, Kolab Systems AG

e: vanmeeuwen at kolabsys.com
t: +44 144 340 9500
m: +44 74 2516 3817
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
Hi Jeroen,

> On 2011-12-20 9:40, Klaus Tachtler wrote:
>> How can i see all mailboxes, when i come from localhost OR
>> server80.dmz.my.domain? Is that possible?
>>
>
> What configuration do you have for virtual domains?
>
> Kind regards,
>
> Jeroen van Meeuwen

Here my /etc/impad.conf

admins: cyrus
allowplaintext: 1
configdirectory: /var/lib/imap
defaultdomain: tachtler.net
hashimapspool: 1
lmtp_downcase_rcpt: 1
normalizeuid: 1
partition-default: /var/spool/imap
quotawarn: 90
unixhierarchysep: 1
username_tolower: 1
sasl_pwcheck_method: auxprop
sasl_auxprop_plugin: ldapdb
sasl_mech_list: PLAIN DIGEST-MD5 CRAM-MD5 LOGIN
sasl_ldapdb_uri: ldap://ldap.dmz.tachtler.net
sasl_ldapdb_id: SASLErsatzbenutzer
sasl_ldapdb_pw: geheim
sasl_ldapdb_mech: PLAIN DIGEST-MD5 CRAM-MD5 LOGIN
sievedir: /var/lib/imap/sieve
sendmail: /usr/sbin/sendmail
servername: mx1.tachtler.net
serverinfo: min
tls_cert_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
tls_key_file: /etc/pki/cyrus-imapd/cyrus-imapd.pem
tls_ca_file: /etc/pki/tls/certs/ca-bundle.crt
virtdomains: on

When i stop using virtdomains, solves this the problem?

Thanks
Klaus.


--


e-Mail  : kl...@tachtler.net
Homepage: http://www.tachtler.net
DokuWiki: http://www.dokuwiki.tachtler.net



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Jeroen van Meeuwen (Kolab Systems)
On 2011-12-20 9:40, Klaus Tachtler wrote:
> How can i see all mailboxes, when i come from localhost OR
> server80.dmz.my.domain? Is that possible?
>

What configuration do you have for virtual domains?

Kind regards,

Jeroen van Meeuwen

-- 
Senior Engineer, Kolab Systems AG

e: vanmeeuwen at kolabsys.com
t: +44 144 340 9500
m: +44 74 2516 3817
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Newbe: Help on cyrus-imapd mailbox listing...

2011-12-20 Thread Klaus Tachtler
Hi Mailinglist,

i have a little problem, to understand cyrus-imapd.

If I do

1. telnet localhost 143 | Auth is o.k. | LIST "" "*" show me ALL Mailboxes!

2. telnet server80.dmz.my.domain > Auth is o.k. | LIST "" "*" NO  
Mailboxes listed!

The cyrus-imapd runs on server80.dmz.my.domain.

How can i see all mailboxes, when i come from localhost OR  
server80.dmz.my.domain? Is that possible?


Thanks
Klaus.


--


e-Mail  : kl...@tachtler.net
Homepage: http://www.tachtler.net
DokuWiki: http://www.dokuwiki.tachtler.net



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/