Author |
|
jens123 Newbie
Joined: 06 October 2013 Location: United States
Online Status: Offline Posts: 5
|
Posted: 16 October 2013 at 2:59pm | IP Logged
|
|
|
I installed postfix and dovecot. I can receive and send emails via SSH and PINE/Alpine on my linux vserver.
I still have two problems:
1. With Afterlogic Lite webmail I can send emails but not receive emails. Inbox is always empty. Any ideas?
2. Can't attach files. chmod settings of the data folder and subfolders are correct. I put this in my php.ini
upload_max_filesize = 2M
post_max_size = 8M
Any words of wisdom?
Apache Error log
[Wed Oct 16 21:25:08 2013] [error] [client 193.12.52.157] PHP Warning: file_put_contents(/var/www/wm/data2/cache/templates-95e4cf9d6a6f1280fc8a4ec83ed1fd5a.cache): failed to open stream: Permission denied in /var/www/wm/libraries/afterlogic/common/managers/integrator/manager.php on line 153
.
.
.
.
PHP Warning: mkdir(): Permission denied in /var/www/wm/libraries/MailSo/Cache/Drivers/File.php on line 117, referer: http://mydomain.com/wm/
[Wed Oct 16 21:52:23 2013] [error] [client 193.12.52.157] PHP Warning: file_put_contents(): Filename cannot be empty in /var/www/wm/libraries/MailSo/Cache/Drivers/File.php on line 50, referer: http://mydomain.com/wm/
[Wed Oct 16 21:52:25 2013] [error] (12)Cannot allocate memory: fork: Unable to fork new process
[Wed Oct 16 21:52:35 2013] [error] (12)Cannot allocate memory: fork: Unable to fork new process
The first thing suggests that my cache folder is not writeable, besides the correct chmod settings. (data2 is the expected name, I created a inc_settings_path.php).
What are the minimum RAM requirements? I have only 128MB
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 16 October 2013 at 10:06pm | IP Logged
|
|
|
Quote:
With Afterlogic Lite webmail I can send emails but not receive emails. Inbox is always empty. Any ideas? |
|
|
Well, that's not something actually related to WebMail as it merely fetches any mails delivered to Inbox folder of IMAP account, while delivery is about DNS and mail server configuration.
Quote:
The first thing suggests that my cache folder is not writeable |
|
|
Yes, that seems to be the problem. Permissions need to be set recursively, and if chmod doesn't help you there, you can use chown and set ownership to user your webserver runs under.
Quote:
What are the minimum RAM requirements? I have only 128MB |
|
|
WebMail itself doesn't have any requirements, but setting 64M or 128M for memory_limit option in php.ini should suffice. If you have something like 8M there, it might be not enough.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|