Roundcube problem [Solved]
Re: Roundcube problem
skurudo wrote:Show me output this command:theomidm wrote:i have this directory and files, even config/defaults.inc.php
ls -la /etc/roundcubemail/
Example:Code: Select all
$ ls -la /etc/roundcubemail/ drwxr-xr-x. 2 root root 4096 Apr 4 18:47 . drwxr-xr-x. 92 root root 4096 Apr 6 09:36 .. -rw-r-----. 1 root apache 3908 Mar 16 20:54 config.inc.php.sample -rw-r--r--. 1 root root 2168 Apr 4 18:47 db.inc.php -rw-r-----. 1 root apache 48599 Mar 20 13:03 defaults.inc.php -rw-r--r--. 1 root root 35891 Nov 25 2013 main.inc.php -rw-r-----. 1 root apache 2815 Mar 16 20:54 mimetypes.php
Code: Select all
total 112
drwxr-xr-x. 2 root root 4096 Apr 7 13:54 .
drwxr-xr-x. 119 root root 12288 Apr 8 03:10 ..
-rw-r-----. 1 root apache 3908 Mar 16 16:54 config.inc.php.sample
-rwxrwxrwx. 1 root root 2168 Apr 7 13:54 db.inc.php
-rwxr-xr-x. 1 root apache 48599 Mar 20 09:03 defaults.inc.php
-rw-r--r--. 1 root root 35891 Nov 25 2013 main.inc.php
-rw-r-----. 1 root apache 2815 Mar 16 16:54 mimetypes.php
Re: Roundcube problem
Hey!
i solved the problem!
i just changed defaults.inc.php chmod to 755
Thanks bro!
but there is another problem, why is there only inbox?
not sent, junk(spam) or any other folders?
i solved the problem!
i just changed defaults.inc.php chmod to 755
Thanks bro!
but there is another problem, why is there only inbox?
not sent, junk(spam) or any other folders?
Re: Roundcube problem
Yep, it's perfectly normal.theomidm wrote: but there is another problem, why is there only inbox?
not sent, junk(spam) or any other folders?
If you send letter, you can see outbox (or sent).
Sorry, my roundcube use russian version, don't know exactly how it translated in programm.
But Junk mail need to create - viewtopic.php?f=12&t=7499&p=24485#p24485
Re: Roundcube problem [Solved]
I took a cue from an earlier poster, and changed permissions for defaults.inc.php to 644 which fixed it. Its more secure than 755.
Re: Roundcube problem [Solved]
Yep, this true.Spooney wrote:I took a cue from an earlier poster, and changed permissions for defaults.inc.php to 644 which fixed it. Its more secure than 755.