Discussion:
folders.php showing no INBOX with new Cyrus imapd
Oliver
2012-07-19 20:26:16 UTC
Permalink
Hello.
I've been running openmailadmin for a couple of years and it works perfect.
Thanks for your excellent work.

I now wanted to install a new system. Installation of openmailadmin was
successful. Also creating domains, users and so one is functional. Folders
are created as configured (default) when a new user is created.
But when I invoke folders.php as the new created user the INBOX isn't
shown. It's there ... I can verify with cyradm or simple telnet session to
imapd. Also subfolders INBOX.Trash and INBOX.UMS are there.

I realized that new Cyrus versions do only have the CAPABILITY IMAP4rev1
and not any more the legacy IMAP4. Is this relevant? Anyone any hint? Cyrus
is cyrus-imapd-2.4.16. PHP is 5.3.9. MySQL is 5.5.17
System is linuxfromscratch ... everything self compiled.

For a test I configured my old openmailadmin to use the new Cyrus. Same
result. No INBOX is shown with folders.php. With my old Cyrus everything
works.


Best regards
Oliver

############################### Additional info
###############################

My new Cyrus is compiled with this configure options:
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-snmp=no --sysconfdir=/etc --enable-idled
--enable-replication --with-mysql=/usr
--with-mysql-incdir=/usr/include/mysql --with-zlib=/usr
--with-syslogfacility=MAIL --with-sasl=/usr

New Capabilities are:
CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN
QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY LOGINDISABLED COMPRESS=DEFLATE
IDLE

Old Cyrus was compiled with this configure options:
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-libwrap=/usr --with-idle=idled --enable-shared
--enable-murder --without-ucdsnmp

Old Capabilities were:
CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES
ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE URLAUTH
--
You received this message because you are subscribed to the Google Groups "Openmailadmin" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openmailadmin/-/aApw4yQj3tkJ.
To post to this group, send email to openmailadmin-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to openmailadmin+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/openmailadmin?hl=en.
Xabier Ballesteros Olazabal
2012-07-25 15:14:56 UTC
Permalink
Hi Oliver,

I'am not a programmer and no idea if this could be helpful for you in
anyway.
We had a problem that sounds similar, but as I said before I am not the
appropiate person to help you in a better way.

Our problem was that with no special reason the folders were not shown in
oma, as you describe.
The only way I found to solve that was modifying (trial and error) the
folders.php file (/var/www-ssl/openmailadmin/)

At the end of the file I did this:
#include('./inc/_append.php');
include('./templates/'.$cfg['theme'].'/common-footer.tpl');

Hope it helps you.
good luck!
xabier
Post by Oliver
Hello.
I've been running openmailadmin for a couple of years and it works
perfect. Thanks for your excellent work.
I now wanted to install a new system. Installation of openmailadmin was
successful. Also creating domains, users and so one is functional. Folders
are created as configured (default) when a new user is created.
But when I invoke folders.php as the new created user the INBOX isn't
shown. It's there ... I can verify with cyradm or simple telnet session to
imapd. Also subfolders INBOX.Trash and INBOX.UMS are there.
I realized that new Cyrus versions do only have the CAPABILITY IMAP4rev1
and not any more the legacy IMAP4. Is this relevant? Anyone any hint? Cyrus
is cyrus-imapd-2.4.16. PHP is 5.3.9. MySQL is 5.5.17
System is linuxfromscratch ... everything self compiled.
For a test I configured my old openmailadmin to use the new Cyrus. Same
result. No INBOX is shown with folders.php. With my old Cyrus everything
works.
Best regards
Oliver
############################### Additional info
###############################
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-snmp=no --sysconfdir=/etc --enable-idled
--enable-replication --with-mysql=/usr
--with-mysql-incdir=/usr/include/mysql --with-zlib=/usr
--with-syslogfacility=MAIL --with-sasl=/usr
CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN
QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY LOGINDISABLED COMPRESS=DEFLATE
IDLE
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-libwrap=/usr --with-idle=idled --enable-shared
--enable-murder --without-ucdsnmp
CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES
ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE URLAUTH
--
You received this message because you are subscribed to the Google Groups
"Openmailadmin" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/openmailadmin/-/aApw4yQj3tkJ.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/openmailadmin?hl=en.
--
You received this message because you are subscribed to the Google Groups "Openmailadmin" group.
To post to this group, send email to openmailadmin-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to openmailadmin+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/openmailadmin?hl=en.
Mark Kubacki
2012-07-25 15:24:08 UTC
Permalink
Hi Oliver,

please enable option "sow_exceptions_online" [1]. On exceptions and
errors you will be shown an fancy page with debug- and traceback data
— which will help us/me to get an idea what went wrong. If the error
still exists then please attach it to your next email.
--
Mark

[1] https://github.com/wmark/openmailadmin/blob/1-series/inc/config.inc.php#L11
Post by Xabier Ballesteros Olazabal
Hi Oliver,
I'am not a programmer and no idea if this could be helpful for you in
anyway.
We had a problem that sounds similar, but as I said before I am not the
appropiate person to help you in a better way.
Our problem was that with no special reason the folders were not shown in
oma, as you describe.
The only way I found to solve that was modifying (trial and error) the
folders.php file (/var/www-ssl/openmailadmin/)
#include('./inc/_append.php');
include('./templates/'.$cfg['theme'].'/common-footer.tpl');
Hope it helps you.
good luck!
xabier
Post by Oliver
Hello.
I've been running openmailadmin for a couple of years and it works
perfect. Thanks for your excellent work.
I now wanted to install a new system. Installation of openmailadmin was
successful. Also creating domains, users and so one is functional. Folders
are created as configured (default) when a new user is created.
But when I invoke folders.php as the new created user the INBOX isn't
shown. It's there ... I can verify with cyradm or simple telnet session to
imapd. Also subfolders INBOX.Trash and INBOX.UMS are there.
I realized that new Cyrus versions do only have the CAPABILITY IMAP4rev1
and not any more the legacy IMAP4. Is this relevant? Anyone any hint? Cyrus
is cyrus-imapd-2.4.16. PHP is 5.3.9. MySQL is 5.5.17
System is linuxfromscratch ... everything self compiled.
For a test I configured my old openmailadmin to use the new Cyrus. Same
result. No INBOX is shown with folders.php. With my old Cyrus everything
works.
Best regards
Oliver
############################### Additional info
###############################
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-snmp=no --sysconfdir=/etc --enable-idled
--enable-replication --with-mysql=/usr
--with-mysql-incdir=/usr/include/mysql --with-zlib=/usr
--with-syslogfacility=MAIL --with-sasl=/usr
CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY CATENATE CONDSTORE ESEARCH SORT SORT=MODSEQ SORT=DISPLAY
THREAD=ORDEREDSUBJECT THREAD=REFERENCES ANNOTATEMORE LIST-EXTENDED WITHIN
QRESYNC SCAN XLIST URLAUTH URLAUTH=BINARY LOGINDISABLED COMPRESS=DEFLATE
IDLE
./configure --prefix=/usr --with-cyrus-user=cyrus --with-cyrus-group=mail
--with-openssl=/usr --with-libwrap=/usr --with-idle=idled --enable-shared
--enable-murder --without-ucdsnmp
CAPABILITY IMAP4 IMAP4rev1 LITERAL+ ID LOGINDISABLED ACL RIGHTS=kxte QUOTA
MAILBOX-REFERRALS NAMESPACE UIDPLUS NO_ATOMIC_RENAME UNSELECT CHILDREN
MULTIAPPEND BINARY SORT SORT=MODSEQ THREAD=ORDEREDSUBJECT THREAD=REFERENCES
ANNOTATEMORE CATENATE CONDSTORE SCAN IDLE URLAUTH
--
You received this message because you are subscribed to the Google Groups
"Openmailadmin" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/openmailadmin/-/aApw4yQj3tkJ.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/openmailadmin?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Openmailadmin" group.
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/openmailadmin?hl=en.
--
You received this message because you are subscribed to the Google Groups "Openmailadmin" group.
To post to this group, send email to openmailadmin-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to openmailadmin+***@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openmailadmin?hl=en.
Loading...