Re: [Dovecot] Namespace Problems

2007-06-03 Thread Timo Sirainen
On Wed, 2007-05-30 at 10:54 +0200, Rainer Sigl wrote:
 Many thanks,
 its working fine with your suggestion.
 But only with outlook I still have problems. Today morning I found out 
 that outlook does work only I keep the separator line empty
 with
 
 namespace private {
 #   separator = .
prefix = INBOX.
inbox = yes
hidden = no
 }

Umm. The default is '.' with maildir, so it should make no difference
between setting it to '.' and leaving it as default.

You can check yourself what the mailbox listing looks like:

telnet localhost 143
x login username password
1 namespace
2 list  *



signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] Namespace Problems

2007-05-30 Thread Rainer Sigl

Many thanks,
its working fine with your suggestion.
But only with outlook I still have problems. Today morning I found out 
that outlook does work only I keep the separator line empty

with

namespace private {
#   separator = .
  prefix = INBOX.
  inbox = yes
  hidden = no
}

But the result isn't satisfying. Outlook means it cannont connect to 
server after connection was established, timeouts, goes in offline modus 
etc.


Rainer


Kenny Dail schrieb:


Hi all,

after an update from dovecot beta version to 1.0.0.-1 today morning I 
had different effects:
thunderbird-, kmail-, Apple-clients, pine  and squirrelmail could 
receive email correct with imaps. But not MSOutlook!!!
Varying the namespace configurations in dovecot.conf I got different 
results with MSOutlook working but with thunderbird, squirrelmail etc. 
all folders are displayed but not the root Inbox etc.

Its important to know that I migrated from courier-imap to dovecot.

My well working namespace config BEFORE upgrade to 1.0.0-1:
   



 


Here my actual namespace configs:
   




 


namespace private {
  separator =
  prefix = INBOX.
  inbox = no
  hidden = no
}
namespace private {
  separator = /
  prefix = INBOX/
  inbox = no
  hidden = yes
}
namespace private {
  separator = .
  prefix = INBOX.
  inbox = yes
  hidden = yes
}

   


Try it using only one namespace which matches what you are really doing.
With 1.0 this works for me with all clients I've tried, including Apple.

namespace private {
  separator = .
  prefix = INBOX.
  inbox = yes
  hidden = no
}


 

In varying inbox and hidden keywords I found this configuration. Most 
things are working with this but in squirrelmal I can't access inbox, 
the main folder.


How do I have to configure that everythings works satisfying??

dovecot.conf and dovecot-sql.conf I send in the attachment.
   



instead of sending dovecot.conf, next time use dovecot -n

 



--
-
Rainer Sigl,  | email: [EMAIL PROTECTED]
MPI f. extraterrestrische Physik, | phone: +49 (89) 3-3557
Postfach 1312,| fax:   +49 (89) 3-3569
D-85741 Garching, Germany | web:   http://www.mpe.mpg.de/~sigl/ 



[Dovecot] Namespace Problems

2007-05-29 Thread Rainer Sigl

Hi all,

after an update from dovecot beta version to 1.0.0.-1 today morning I 
had different effects:
thunderbird-, kmail-, Apple-clients, pine  and squirrelmail could 
receive email correct with imaps. But not MSOutlook!!!
Varying the namespace configurations in dovecot.conf I got different 
results with MSOutlook working but with thunderbird, squirrelmail etc. 
all folders are displayed but not the root Inbox etc.

Its important to know that I migrated from courier-imap to dovecot.

My well working namespace config BEFORE upgrade to 1.0.0-1:

namespace private {
  #separator = /
  prefix = INBOX.
#   prefix =
  inbox = yes
  #hidden = yes
}
#the second namespace I need to work with Apple because they use /
namespace private {
  separator = /
  prefix = INBOX/
  inbox = no
  hidden = yes
}

Here my actual namespace configs:

namespace private {
  separator =
  prefix = INBOX.
  inbox = no
  hidden = no
}
namespace private {
  separator = /
  prefix = INBOX/
  inbox = no
  hidden = yes
}
namespace private {
  separator = .
  prefix = INBOX.
  inbox = yes
  hidden = yes
}

In varying inbox and hidden keywords I found this configuration. Most 
things are working with this but in squirrelmal I can't access inbox, 
the main folder.


How do I have to configure that everythings works satisfying??

dovecot.conf and dovecot-sql.conf I send in the attachment.

Many thanks

Rainer Sigl


--
-
Rainer Sigl,  | email: [EMAIL PROTECTED]
MPI f. extraterrestrische Physik, | phone: +49 (89) 3-3557
Postfach 1312,| fax:   +49 (89) 3-3569
D-85741 Garching, Germany | web:   http://www.mpe.mpg.de/~sigl/ 





--
-
Rainer Sigl,  | email: [EMAIL PROTECTED]
MPI f. extraterrestrische Physik, | phone: +49 (89) 3-3557
Postfach 1312,| fax:   +49 (89) 3-3569
D-85741 Garching, Germany | web:   http://www.mpe.mpg.de/~sigl/ 

## Dovecot configuration file

# '#' character and everything after it is treated as comments. Extra spaces
# and tabs are ignored. If you want to use either of these explicitly, put the
# value inside quotes, eg.: key = # char and trailing whitespace  

# Default values are shown after each value, it's not required to uncomment
# any of the lines. Exception to this are paths, they're just examples
# with real defaults being based on configure options. The paths listed here
# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
# --with-ssldir=/etc/ssl

# Base directory where to store runtime data.
#base_dir = /var/run/dovecot/

# Protocols we want to be serving:
#  imap imaps pop3 pop3s
#protocols = imap imaps
protocols = imaps pop3s

# IP or host address where to listen in for connections. It's not currently
# possible to specify multiple addresses. * listens in all IPv4 interfaces.
# [::] listens in all IPv6 interfaces, but may also listen in all IPv4
# interfaces depending on the operating system.  If you want to specify ports
# for each service, you will need to configure these settings inside the
# protocol imap/pop3 { ... } section, so you can specify different ports
# for IMAP/POP3.
#listen = *

# IP or host address where to listen in for SSL connections. Defaults
# to above if not specified.
#ssl_listen =

# Disable SSL/TLS support.
#ssl_disable = no

# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
# dropping root privileges, so keep the key file unreadable by anyone but
# root.
#ssl_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
#ssl_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
ssl_cert_file = /etc/ssl/certs/mpemail.pem
ssl_key_file = /etc/ssl/private/mpemail-key.pem

# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter.
#ssl_key_password =

# File containing trusted SSL certificate authorities. Usually not needed.
#ssl_ca_file = 

# Request client to send a certificate.
#ssl_verify_client_cert = no

# How often to regenerate the SSL parameters file. Generation is quite CPU
# intensive operation. The value is in hours, 0 disables regeneration
# entirely.
#ssl_parameters_regenerate = 168

# SSL ciphers to use
#ssl_cipher_list = ALL:!LOW

# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that 127.*.*.* and
# IPv6 ::1 addresses are considered secure, this setting has no effect if
# you connect from those addresses.
#disable_plaintext_auth = yes

# Use this logfile instead of syslog(). /dev/stderr can be used if you want to
# use stderr for logging (ONLY /dev/stderr - otherwise it is closed).
log_path = /var/log/dovecot.log

# For informational messages, use this logfile instead of the default
info_log_path = /var/log/dovecot-info.log

# Prefix for each line written to log file. % codes are in strftime(3)
# format.
log_timestamp = %Y-%m-%d %H:%M:%S 

# Syslog facility 

[Dovecot] Namespace Problems repost without attachment

2007-05-29 Thread Rainer Sigl

Hi all,

after an update from dovecot beta version to 1.0.0.-1 today morning I 
had different effects:
thunderbird-, kmail-, Apple-clients, pine  and squirrelmail could 
receive email correct with imaps. But not MSOutlook!!!
Varying the namespace configurations in dovecot.conf I got different 
results with MSOutlook working but with thunderbird, squirrelmail etc. 
all folders are displayed but not the root Inbox etc.

Its important to know that I migrated from courier-imap to dovecot.

My well working namespace config BEFORE upgrade to 1.0.0-1:

namespace private {
  #separator = /
  prefix = INBOX.
#   prefix =
  inbox = yes
  #hidden = yes
}
#the second namespace I need to work with Apple because they use /
namespace private {
  separator = /
  prefix = INBOX/
  inbox = no
  hidden = yes
}

Here my actual namespace configs:

namespace private {
  separator =
  prefix = INBOX.
  inbox = no
  hidden = no
}
namespace private {
  separator = /
  prefix = INBOX/
  inbox = no
  hidden = yes
}
namespace private {
  separator = .
  prefix = INBOX.
  inbox = yes
  hidden = yes
}

In varying inbox and hidden keywords I found this configuration. Most 
things are working with this but in squirrelmal I can't access inbox, 
the main folder.


How do I have to configure that everythings works satisfying??


Many thanks

Rainer Sigl


--
-
Rainer Sigl,  | email: [EMAIL PROTECTED]
MPI f. extraterrestrische Physik, | phone: +49 (89) 3-3557
Postfach 1312,| fax:   +49 (89) 3-3569
D-85741 Garching, Germany | web:   http://www.mpe.mpg.de/~sigl/ 





Re: [Dovecot] Namespace Problems

2007-05-29 Thread Charles Marcus

Please!!

Do not include your entire .conf file, only dovecot -n output...

Please try again...

--

Best regards,

Charles


Re: [Dovecot] Namespace Problems

2007-05-29 Thread Kenny Dail
 Hi all,
 
 after an update from dovecot beta version to 1.0.0.-1 today morning I 
 had different effects:
 thunderbird-, kmail-, Apple-clients, pine  and squirrelmail could 
 receive email correct with imaps. But not MSOutlook!!!
 Varying the namespace configurations in dovecot.conf I got different 
 results with MSOutlook working but with thunderbird, squirrelmail etc. 
 all folders are displayed but not the root Inbox etc.
 Its important to know that I migrated from courier-imap to dovecot.
 
 My well working namespace config BEFORE upgrade to 1.0.0-1:

 
 Here my actual namespace configs:


 
 namespace private {
separator =
prefix = INBOX.
inbox = no
hidden = no
 }
 namespace private {
separator = /
prefix = INBOX/
inbox = no
hidden = yes
 }
 namespace private {
separator = .
prefix = INBOX.
inbox = yes
hidden = yes
 }
 
Try it using only one namespace which matches what you are really doing.
With 1.0 this works for me with all clients I've tried, including Apple.

namespace private {
   separator = .
   prefix = INBOX.
   inbox = yes
   hidden = no
}


 In varying inbox and hidden keywords I found this configuration. Most 
 things are working with this but in squirrelmal I can't access inbox, 
 the main folder.
 
 How do I have to configure that everythings works satisfying??
 
 dovecot.conf and dovecot-sql.conf I send in the attachment.

instead of sending dovecot.conf, next time use dovecot -n

-- 
Kenny Dail [EMAIL PROTECTED]