Author |
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 27 March 2010 at 12:32pm | IP Logged
|
|
|
I have installed a CentOS base system
and did this steps:
# wget
http://www.afterlogic.com/download/afterlogic-
mailsuite-pro-x32.tar.bz2
# tar xjvf afterlogic-mailsuite-pro-
x64.tar.bz2 -C /tmp
# rpm -ivh /tmp/afterlogic-mailsuite-x64-pro-
0.4.9.rpm
But i cannot access the admin panel via
http://your_server_name/webmail/adminpanel
How can i get this to work?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 27 March 2010 at 1:26pm | IP Logged
|
|
|
What port is Nginx listening to in your case? By default, it's 8100.
So, the URL would be something like:
http://your_server_name:8100/webmail/adminpanel/index.php
Regards,
Alex
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 27 March 2010 at 1:47pm | IP Logged
|
|
|
Just started reinstalling. But will try when
installation is finished.
Cannot find anything about this port in the
Docs:
http://www.afterlogic.com/products/mailsuite-
pro-linux-docs/
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 28 March 2010 at 9:56am | IP Logged
|
|
|
Still not working.
Cannot connect either on port 80 and on 8100
This time i installed spamassissin first,
because i saw on first installation that that
was missing.
This is my screen at boottime:
osal.png">
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 28 March 2010 at 11:51am | IP Logged
|
|
|
http://img59.imageshackimg59/393/naamloosal.png
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2010 at 7:20am | IP Logged
|
|
|
There are no screenshots or correct image links in your last 2 posts.
Please try logging into adminpanel using URL of the following kind:
http://your_server_name:8100/adminpanel/index.php
Does it work?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 29 March 2010 at 7:32am | IP Logged
|
|
|
no it does not work using
http://192.168.1.30:8100/adminpanel/index.php
am I installing correcty?
installed a centOS base system without any
extra packages, and then:
# wget
http://www.afterlogic.com/download/afterlogic-
mailsuite-pro-x32.tar.bz2
# tar xjvf afterlogic-mailsuite-pro-
x64.tar.bz2
# rpm -ivh /tmp/afterlogic-mailsuite-x64-pro-
0.4.9.rpm
ps. I am using google chrome and when posting
a message it automatically ad breaks at the
end of each line, even when i did not pressed
enter
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 29 March 2010 at 7:34am | IP Logged
|
|
|
this is the correct link:
http://img59.imageshack.us/img59/393/naamloosal.
png
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 29 March 2010 at 8:41am | IP Logged
|
|
|
stopped iptables, now i can connect using port 8100 but receive a 404 error on:
http://192.168.1.30:8100/
http://192.168.1.30:8100/webmail/
http://192.168.1.30:8100/adminpanel/
none of the above is working but a least i now know that nginx is working
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 29 March 2010 at 8:53am | IP Logged
|
|
|
What if you type:
http://192.168.1.30:8100/adminpanel/index.php
Is the result the same?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 29 March 2010 at 9:04am | IP Logged
|
|
|
Yes same results.
I also found out that when installing the installer trys to install spammassassin using:
yum install spamassasin, but the package spamassasin does not exist, its spamassassin
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 30 March 2010 at 4:19am | IP Logged
|
|
|
Thanks for the correction.
With regard to 404 error message, it is usually displayed when PHP engine is down for some reason. Its status is checked by the following script:
/usr/mailsuite/scripts/cron-php_alive.sh
This script is invoked by cronjob, and PHP engine is restarted if this is necessary.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 30 March 2010 at 6:54am | IP Logged
|
|
|
executing that script gives:
spawn-fcgi: no process killed
php-cgi: no process killed
spawn-fcgi: child exited with: 127
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 30 March 2010 at 10:10am | IP Logged
|
|
|
I cant get it to work. Are there any other
packages i need to install? Are you sure the
installer is working correctly on CentOS 5.4?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 31 March 2010 at 5:01am | IP Logged
|
|
|
Yes, we're absolutely positive it should work on CentOS 5.4.
With regard to the issue you encountered, we suspect it may be caused by your iptables configuration. Try purging its set of rules temporarily (until next system restart):
If this doesn't help, we recommend to try the updated version of the product which is to be released within next few hours.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 31 March 2010 at 1:22pm | IP Logged
|
|
|
Using
iptables -F
iptables -X
does not work
even stopping the iptables service does not
work.
No updated version available yet...
Could it have something to do with the fact that
i'am running in vmware workstation?
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 01 April 2010 at 1:19am | IP Logged
|
|
|
I tried the new version but still not working.
The installer still does not install spamassassin correctly, it now finds i correctly but when asked y/n to install it cancels.
Also when installed the nginx webserver complains when starting that there is a ; on line 103. I removed 2x ";" and nginx works, but still giving me a 404.
This is what i get now:
Code:
login as: root
root@192.168.1.36's password:
Last login: Thu Apr 1 10:13:24 2010 from 192.168.1.34
[root@dhcppc0 ~]# /etc/init.d/mailsuite.rc stop
Stopping AfterLogic MailSuite:
--> Sttopping MailServer services...
Stopping AfterLogic MailSuite / MailServer Parts:
--> Stopping courier-imapd-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 46: /usr/mailsuite/etc/init.d/imapd-ssl.ctl: No such file or directory
--> Stopping courier-pop3d-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 47: /usr/mailsuite/etc/init.d/pop3d-ssl.ctl: No such file or directory
--> Stopping courier-imapd...
/usr/mailsuite/etc/init.d/imapd.rc: line 55: /usr/sbin/courierlogger: No such file or directory
--> Stopping courier-pop3d...
/usr/mailsuite/etc/init.d/pop3d.rc: line 47: /usr/sbin/courierlogger: No such file or directory
--> Stopping exim...
--> Shutting down Exim...imapd: no process killed
pop3d: no process killed
--> Stopping courier-authdaemond...
--> Stopping MySQL...
hostname: Unknown host
mysql-server not running
--> Stopping clamav...
--> Stopping ClamAV...
--> Stopping php-cgi engine...
Shutting down php_fpm warning, no pid file found - php-fpm is not running ?
--> Stopping nginx web server...
--> Shutting down nginx... [STOPPED]
[root@dhcppc0 ~]# /etc/init.d/mailsuite.rc start
Starting AfterLogic MailSuite:
--> Starting SpamAssassin...
[6783] warn: logger: failed to open file /usr/mailsuite/var/log/spamd.log: Permission denied
[6783] warn: logger: failed to add file method (logger: file initialization failed
[6783] warn: )
--> Starting clamav...
--> Starting ClamAV...
--> Starting MySQL...
hostname: Unknown host
mysql-server is running
Starting mysqld daemon with databases from /usr/mailsuite/var
--> Starting courier-authdaemond...
--> Starting MailServer services...
Starting AfterLogic MailSuite / MailServer Parts:
--> Starting courier-pop3d...
/bin/sh: line 5: /usr/sbin/courierlogger: No such file or directory
--> Starting exim...
--> Starting Exim daemon... --> Starting courier-imapd...
0022
/bin/sh: line 5: /usr/sbin/courierlogger: No such file or directory
--> Starting php-cgi engine spawner...
Starting php_fpm /usr/mailsuite/web/bin/php-cgi: error while loading shared libraries: libmysqlclient.so.15: wrong ELF class: ELFCLASS64
failed
--> Starting nginx web server...
--> Starting nginx... [STARTED]
[root@dhcppc0 ~]# STOPPING server from pid file /usr/mailsuite/var/dhcppc0.pid
100401 10:15:54 mysqld ended
[root@dhcppc0 ~]# |
|
|
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 April 2010 at 1:52am | IP Logged
|
|
|
I have rechecked this forum thread and noticed a strange thing:
Code:
# wget http://www.afterlogic.com/download/afterlogic-mailsuite-pro-x32.tar.bz2
# tar xjvf afterlogic-mailsuite-pro-x64.tar.bz2
# rpm -ivh /tmp/afterlogic-mailsuite-x64-pro-0.4.9.rpm |
|
|
So do you actually run 32-bit or 64-bit version of CentOS Linux? Considering the system version you're using, it should be either 32 or 64 at all times for the above commands.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 01 April 2010 at 2:06am | IP Logged
|
|
|
think thats my mistake when typing the text on
the forum. I am using x32 at all times.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 April 2010 at 3:01am | IP Logged
|
|
|
Please try the following:
Code:
ln -s /usr/mailsuite/sbin/courierlogger /usr/sbin/courierlogger |
|
|
and restart the service.
Does it help?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 01 April 2010 at 3:07am | IP Logged
|
|
|
still receiving a 404 error, but get a less errors now:
Code:
login as: root
root@192.168.1.36's password:
Last login: Thu Apr 1 11:49:20 2010
[root@dhcppc3 ~]# /etc/init.d/mailsuite.rc restart
Restarting AfterLogic MailSuite:
Stopping AfterLogic MailSuite:
--> Sttopping MailServer services...
Stopping AfterLogic MailSuite / MailServer Parts:
--> Stopping courier-imapd-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 46: /usr/mailsuite/etc/init.d/imapd-ssl.ctl: No such file or directory
--> Stopping courier-pop3d-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 47: /usr/mailsuite/etc/init.d/pop3d-ssl.ctl: No such file or directory
--> Stopping courier-imapd...
--> Stopping courier-pop3d...
--> Stopping exim...
--> Shutting down Exim...imapd: no process killed
pop3d: no process killed
--> Stopping courier-authdaemond...
--> Stopping MySQL...
hostname: Unknown host
mysql-server not running
--> Stopping clamav...
--> Stopping ClamAV...
--> Stopping php-cgi engine...
Shutting down php_fpm warning, no pid file found - php-fpm is not running ?
--> Stopping nginx web server...
--> Shutting down nginx... [STOPPED]
Starting AfterLogic MailSuite:
--> Starting SpamAssassin...
[3804] warn: logger: failed to open file /usr/mailsuite/var/log/spamd.log: Permission denied
[3804] warn: logger: failed to add file method (logger: file initialization failed
[3804] warn: )
--> Starting clamav...
--> Starting ClamAV...
--> Starting MySQL...
hostname: Unknown host
mysql-server is running
--> Starting courier-authdaemond...
--> Starting MailServer services...
Starting AfterLogic MailSuite / MailServer Parts:
--> Starting courier-pop3d...
Starting mysqld daemon with databases from /usr/mailsuite/var
STOPPING server from pid file /usr/mailsuite/var/dhcppc3.pid
100401 12:05:44 mysqld ended
--> Starting exim...
--> Starting Exim daemon... --> Starting courier-imapd...
0022
--> Starting php-cgi engine spawner...
Starting php_fpm /usr/mailsuite/web/bin/php-cgi: error while loading shared libraries: libmysqlclient.so.15: wrong ELF class: ELFCLASS64
failed
--> Starting nginx web server...
--> Starting nginx... [STARTED]
[root@dhcppc3 ~]# |
|
|
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 01 April 2010 at 6:18am | IP Logged
|
|
|
Thank you. It's clear now that we have a bug in the package. Our developers are working on fixing it at the moment, once the fixed package is ready we'll let you know.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 01 April 2010 at 9:46am | IP Logged
|
|
|
Thank you for the support. I will wait for the updated package then.
I also have 2 problems with the forum.
- I don't receive any emails when new messages are posted, but "setting->Forum Preferences->Notify me of replies to posts" is set to yes
- I am using google chrome and when posting
a message it automatically adds breaks at the
end of each line in the text input fiels, even when i did not pressed enter. In IE8, used to post this message, it works correctly.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 02 April 2010 at 2:00am | IP Logged
|
|
|
The updated package is available for download now, please let us know if you encounter any issues with it.
With regard to forum issues, I will let our web team know of your message, there's a chance something can be done about it.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
klompie Newbie
Joined: 03 December 2008 Location: Netherlands
Online Status: Offline Posts: 31
|
Posted: 02 April 2010 at 2:37am | IP Logged
|
|
|
--> Starting nginx web server...
--> Starting nginx... [emerg]: unexpected ";" in /usr/mailsuite/web/conf/nginx.conf:103
[STARTED]
There is an error in the nginx.conf file. After removing the two ; it works. when browsing to http://192.168.1.36:8100/ i get the webmail and when browsing to http://192.168.1.36:8100/adminpanel/ i get the admin panel.
But when trying to edit the configuration of the domains/users i get an "Failed to connect." error in the topright. Webmail, adminpanel and License Key tabs are working correctly.
Code:
login as: root
root@192.168.1.36's password:
Last login: Fri Apr 2 11:17:33 2010 from 192.168.1.34
[root@dhcppc0 ~]# /etc/init.d/mailsuite.rc restart
Restarting AfterLogic MailSuite:
Stopping AfterLogic MailSuite:
--> Sttopping MailServer services...
Stopping AfterLogic MailSuite / MailServer Parts:
--> Stopping courier-imapd-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 46: /usr/mailsuite/etc/init.d/imapd-ssl.ctl: No such file or directory
--> Stopping courier-pop3d-ssl...
/usr/mailsuite/etc/init.d/mailsrv.rc: line 47: /usr/mailsuite/etc/init.d/pop3d-ssl.ctl: No such file or directory
--> Stopping courier-imapd...
/usr/mailsuite/etc/init.d/imapd.rc: line 55: /usr/sbin/courierlogger: No such file or directory
--> Stopping courier-pop3d...
/usr/mailsuite/etc/init.d/pop3d.rc: line 47: /usr/sbin/courierlogger: No such file or directory
--> Stopping exim...
--> Shutting down Exim...imapd: no process killed
pop3d: no process killed
--> Stopping courier-authdaemond...
--> Stopping MySQL...
hostname: Unknown host
mysql-server not running
--> Stopping clamav...
--> Stopping ClamAV...
--> Stopping php-cgi engine...
Shutting down php_fpm done
--> Stopping nginx web server...
--> Shutting down nginx... [STOPPED]
spamd: no process killed
Starting AfterLogic MailSuite:
--> Starting SpamAssassin...
[6200] warn: logger: failed to open file /usr/mailsuite/var/log/spamd.log: Permission denied
[6200] warn: logger: failed to add file method (logger: file initialization failed
[6200] warn: )
--> Starting clamav...
--> Starting ClamAV...
--> Starting MySQL...
hostname: Unknown host
mysql-server is running
--> Starting courier-authdaemond...
--> Starting MailServer services...
Starting AfterLogic MailSuite / MailServer Parts:
--> Starting courier-pop3d...
--> Starting exim...
--> Starting Exim daemon... Starting mysqld daemon with databases from /usr/mailsuite/var
STOPPING server from pid file /usr/mailsuite/var/dhcppc0.pid
100402 11:36:15 mysqld ended
--> Starting courier-imapd...
0022
--> Starting php-cgi engine spawner...
Starting php_fpm done
--> Starting nginx web server...
--> Starting nginx... [STARTED]
[root@dhcppc0 ~]#
|
|
|
|
Back to Top |
|
|