Re: Special Folders are not shown in squirrelmail webmail interface.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 1. using telnet:/> Escape character is '^]'.> * OK dovecot ready
ok. it is dovecot.
> /2.   This is the differences that I found important, tell me if I am> missing something
I don't see any change that might break things. Unless you made changes inconfiguration and forgot to restart imap server.
Please don't make decisions about importance of the changes. Show allchanges, unless those changes include passwords or some other privateinformation.

Please enable SquirrelMail info plugin, go to SquirrelMail Options -> IMAPServer Information and run two tests. Show results of 'LSUB "" "*"' and'LIST "" "*"' commands. Commands are similar to TEST_7 and TEST_8. TEST_0isnot needed. I think I've asked for results of these two tests and Ihaven't got them.
> -- dovecot-example.conf        2007-03-08 11:27:47.000000000 -0600> +++ dovecot.conf        2007-03-08 11:24:57.000000000 -0600> @@ -1,40 +1,37 @@>  ## Dovecot 1.0 configuration file>> -# 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 = imap pop3 imaps pop3s # Deshabilitado por CEPA 14/02> +protocols = imap pop3 # Agregado por CEPA 15/02>>  # 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. You can specify ports> with>  # "host:port".> -#imap_listen = *> -#pop3_listen = *> +imap_listen = [::]> +#pop3_listen = [::]> +pop3_listen = *>>  # IP or host address where to listen in for SSL connections. Defaults>  # to above non-SSL equilevants if not specified.> -#imaps_listen => -#pop3s_listen => +imaps_listen = [::]> +pop3s_listen = [::]>>>>  ##> @@ -166,7 +166,7 @@>>  # Grant access to these extra groups for mail processes. Typical use> would be>  # to give "mail" group write access to /var/mail to be able to create> dotlocks.> -#mail_extra_groups => +mail_extra_groups =>>  # ':' separated list of directories under which chrooting is allowed> for mail>  # processes (ie. /var/mail will allow chrooting to /var/mail/foo/bar> too).> @@ -194,10 +194,13 @@>  # username. Some examples:>  #>  #   default_mail_env = maildir:/var/mail/%1u/%u/Maildir> -#   default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u>  #   default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n>  #> -#default_mail_env => +> +# Agergado por CEPA (derecha del igual) 14/02> +#default_mail_env = maildir:~/Maildir> +default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u> +# Fin agregado po CEPA (derecha del igual) 14/02>>> 3. I 've tried with /default_mail_env => mbox:~/.mail/:INBOX=/var/mail/%u/ but nothing has changed>>> Tomas Kuliavas dijo:>> 1. telnet to IMAP server and show server's greeting.>>>> telnet localhost 143>>>>> some response from imap server, show it>>>>> A01 CAPABILITY>>>>> some response from imap server, show it>>>>> A02 LOGOUT>>>>> connection closed>>>>>>> 2. compare your dovecot.conf with attached sample dovecot configuration>> file. diff -uw dovecot-example.conf dovecot.conf > changes.diff>>>> 3. reconfigure dovecot to use other directory. for example mbox:~/.mail>>>> Please note that mbox mailbox format is not suitable for larger>> mailboxes.>>>>>>> I have checked and my default_main_env is>>> /*mbox:~/mail/:INBOX=/var/mail/%u */how can I check the other two>>> options>>> ?>>>>>> Thanks a lot Tomas for you time,>>>>>> Tomas Kuliavas dijo:>>>>>>> If .Trash, .Send and .Drafts are directories with tmp, new and cur>>>> subdirectories, then your default_main_env is not>>>> 'mbox:~/mail/:INBOX=/var/mail/%u' or you have user level configuration>>>> overrides or ~/mail directory belongs to some other program.>>>>>>>>>>>>>>>>> In my mail folder (/mail/"myuser"/ ) my Sent Drafts and Trash>>>>> folders>>>>> are>>>>> in>>>>> the .Trash, .Send and .Drafts format, I don't have it as regular>>>>> folder>>>>> as>>>>> I>>>>> see in your configuration.>>>>> Is that correct anyway ?>>>>>>>>>> Tomas Kuliavas wrote:>>>>>>>>>>>>>>>> Are you sure that issue is not specific to your dovecot version?>>>>>>>>>>>> Can't reproduce it in standard 0.99.14 install with your>>>>>> default_mail_env>>>>>> setting.>>>>>>>>>>>> Could you enable info plugin, go to SquirrelMail Options -> IMAP>>>>>> Server>>>>>> Information and run two tests. Show results of 'LSUB "" "*"' and>>>>>> 'LIST>>>>>> "">>>>>> "*"' commands. Commands are similar to TEST_7 and TEST_8. TEST_0 is>>>>>> not>>>>>> needed.>>>>>>>>>>>> Make sure that mail directory is owned by your user and not by some>>>>>> other>>>>>> user.>>>>>>>>>>>> jean:/home/test/mail# ls -la>>>>>> total 4>>>>>> drwxr-xr-x 3 test test 75 2007-03-04 23:50 .>>>>>> drwxr-xr-x 3 test test 70 2007-03-04 23:44 ..>>>>>> -rw------- 1 test test  0 2007-03-04 23:46 Drafts>>>>>> drwx------ 6 test test 54 2007-03-04 23:46 .imap>>>>>> -rw------- 1 test test  0 2007-03-04 23:46 Sent>>>>>> -rw------- 1 test test 18 2007-03-04 23:46 .subscriptions>>>>>> -rw------- 1 test test  0 2007-03-04 23:46 Trash>>>>>>>>>>>>>>>>>> Dovecot does not add INBOX prefix to folder names. Are you sure that>>>>>> you>>>>>> haven't made more modifications in dovecot.conf?>>>>>>>>>>>>>>>>>>>>>>>>> I have tried with your mail location and I still have this problem.>>>>>>> I I go to /home/"myusername"/mail I have files like>>>>>>> INBOX:.trash,INBOX.sent,etc so I suppose that in some way this>>>>>>> folder>>>>>>> are>>>>>>> shadowed by the main INBOX folder but I don't understand way.>>>>>>>>>>>>>> Rainer Sokoll wrote:>>>>>>>>>>>>>>>>>>>>>> On Mon, Feb 26, 2007 at 11:13:39AM -0800, Alvaro Jérez wrote:>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Here is the asked information:>>>>>>>>>>>>>>>>>> 1: default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u>>>>>>>>>>>>>>>>>>>>>>>>>> I have dovecot-1.0.rc23 running with>>>>>>>>>>>>>>>> mail_location = mbox:%h/mail:INBOX=/var/mail/%u>>>>>>>>>>>>>>>> without problems.>>>>>>>>>>>>>>>> Note that there is no trailing slash in mbox:%h/mail>>>>>>>>>>>>>>>> Rainer>>>>>>>>>


-------------------------------------------------------------------------Take Surveys. Earn Cash. Influence the Future of ITJoin SourceForge.net's Techsay panel and you'll get the chance to share youropinions on IT & business topics through brief surveys-and earn cashhttp://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV--squirrelmail-users mailing listPosting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelinesList Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxxxxxx Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.userList Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux