Author Topic: [0.5.1] Create new folder.  (Read 8877 times)

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« on: February 23, 2011, 05:03:24 AM »
Where is that log file?
http://inoto.net/problem/roundcube/1.png

roundcubemail-0.5.1
« Last Edit: February 23, 2011, 05:05:36 AM by AsenClave »

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #1 on: February 23, 2011, 05:57:43 AM »
The logfile should be in /logs/
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #2 on: February 23, 2011, 06:06:25 AM »
Quote from: Julius Caesar;33429
The logfile should be in /logs/


Code: [Select]
roundcube@lupus ~ $ cd [www]/mail/logs/
roundcube@lupus [www]/mail/logs $ ls
errors  sendmail
roundcube@lupus [www]/mail/logs $ cat errors

roundcube@lupus [www]/mail/logs $ cat sendmail
[23-Feb-2011 09:54:40 +0000]: User clave@localhost [79.162.0.109]; Message for asen.clave@gmail.com; 250: 2.0.0 Ok: queued as 34F02139692
[23-Feb-2011 10:05:29 +0000]: User clave@localhost [79.162.0.109]; Message for asen.clave@gmail.com; 250: 2.0.0 Ok: queued as 0E8B8139692
[23-Feb-2011 10:31:19 +0000]: User clave@inoto.net [79.162.0.109]; Message for asen.clave@gmail.com; 250: 2.0.0 Ok: queued as 9EC1813968B
roundcube@lupus [www]/mail/logs $


No errors?

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #3 on: February 23, 2011, 06:51:39 AM »
You can increase the debuglevel in the config file: /config/main.inc.php

Code: [Select]
$rcmail_config['debug_level'] = 8;
« Last Edit: February 23, 2011, 06:55:06 AM by Julius Caesar »
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #4 on: February 23, 2011, 07:13:15 AM »
Quote from: Julius Caesar;33431
Other question: Are you trying to rename the INBOX?


No, RoundCube can't access to my ~/.maildir/ What chown and chmod i need?

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #5 on: February 23, 2011, 07:23:01 AM »
The owner must be the same as the user which accessed the imap-server
The rights must be full access to the user

Code: [Select]
chown clave .maildir
chmod 700 .maildir
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #6 on: February 23, 2011, 07:48:16 AM »
Ok. lets do this:
Code: [Select]
lupus test # ls -laR .maildir/
.maildir/:
total 20
drwx------ 5 test test 4096 Feb 23 13:42 .
drwxr-xr-x 3 test test 4096 Feb 23 13:42 ..
drwxr-xr-x 2 test test 4096 Feb 23 13:42 cur
drwxr-xr-x 2 test test 4096 Feb 23 13:42 new
drwxr-xr-x 2 test test 4096 Feb 23 13:42 tmp

.maildir/cur:
total 8
drwxr-xr-x 2 test test 4096 Feb 23 13:42 .
drwx------ 5 test test 4096 Feb 23 13:42 ..

.maildir/new:
total 8
drwxr-xr-x 2 test test 4096 Feb 23 13:42 .
drwx------ 5 test test 4096 Feb 23 13:42 ..

.maildir/tmp:
total 8
drwxr-xr-x 2 test test 4096 Feb 23 13:42 .
drwx------ 5 test test 4096 Feb 23 13:42 ..




Account to test {
 login = test
 passwd = 1235
}

iNoto.net Association :: Welcome to iNoto.net Association

Try this and tell me what do you think.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #7 on: February 23, 2011, 07:57:08 AM »
Is there any information in the mail servers logfile (/var/log/mail)?

I've tried to create a folder named 'CanBeDropped'
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #8 on: February 23, 2011, 07:58:15 AM »
Quote from: Julius Caesar;33435
Is there any information in the mail servers logfile (/var/log/mail)?

I've tried to create a folder named 'CanBeDropped'


Code: [Select]
lupus log # ls /var/log
auth.log  daemon.log  kern.log  lighttpd  user.log
btmp      faillog     lastlog   sys.log   wtmp

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #9 on: February 23, 2011, 08:02:34 AM »
odd!

Can you find any reference to a log location in you imap-server configuration?

Usually in /etc//.

I.E. /etc/dovecot/
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #10 on: February 23, 2011, 08:07:35 AM »
Quote from: Julius Caesar;33437
odd!

Can you find any reference to a log location in you imap-server configuration?


Code: [Select]
lupus ~ # ls -h /etc/courier
imapd           imapd.cnf   pop3d-ssl       pop3d.dist            shared.tmp
imapd-ssl       imapd.dist  pop3d-ssl.dist  quotawarnmsg.example
imapd-ssl.dist  pop3d       pop3d.cnf       shared


Wanna cat imapd or imapd.cnf?

imapd:
Code: [Select]

...
##NAME: LOGGEROPTS:0
#
# courierlogger(1) options.
#

LOGGEROPTS="-name=imapd"
...
« Last Edit: February 23, 2011, 08:08:56 AM by AsenClave »

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #11 on: February 23, 2011, 08:39:36 AM »
I've sent you an email with a request
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #12 on: February 23, 2011, 08:42:23 AM »
Quote from: Julius Caesar;33440
I've sent you an email with a request


E-mail where you sent :D ? gmail.com or inoto.net? What account?

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
[0.5.1] Create new folder.
« Reply #13 on: February 23, 2011, 08:45:44 AM »
your gmail-account
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline AsenClave

  • Jr. Member
  • **
  • Posts: 12
[0.5.1] Create new folder.
« Reply #14 on: February 23, 2011, 08:49:36 AM »
answered.         .