1

Topic: postfixadmin missing?

I did a clean install of the latest RC1 on a new CentOS 5.2 install. I'm testing this out to see if it will work for us.

It installed fine, I can send mail, etc.

However, when I try to go to https://10.1.1.82/postfixadmin/ I get a 404 Not Found error. Any ideas what might be the problem?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: postfixadmin missing?

Did it installed correctly? There should be /var/www/postfixadmin-x.y.z/ on your system, and don't forget to check /etc/httpd/conf.d/ssl.conf.

3 (edited by craiglp 2009-06-05 22:11:21)

Re: postfixadmin missing?

Apparently, it didn't install. There is no /var/www/postfixadmin-x.y.z/  directory. I dont' recall any error messages during install. Is there an install log I can look at?

4

Re: postfixadmin missing?

craiglp wrote:

Is there an install log I can look at?

No.

Try to re-install it this way:

  • Change directory to iRedMail-x.y.z/ which you used installed before.

  • Make sure iRedMail-x.y.z/config you used before is exist.

  • Make sure 'export USE_POSTFIXADMIN="YES"' is in iRedMail-x.y.z/config.

  • Remove 'export status_postfixadmin_install="DONE"' in iRedMail-x.y.z/.iRedMail.installation.status file (it's a hidden file, use shell command 'ls -a' to find it).

  • Run iRedMail.sh: bash iRedMail.sh. It will only install postfixadmin this time.

  • Good luck.

5

Re: postfixadmin missing?

Not successful. I am going to try a clean install of the latest stable version and see how it goes.

I recieved the following messages:

< INFO > ==================== PostfixAdmin ====================
< INFO > Extract package postfixadmin-2.2.1.1.tar.gz to /var/www
< INFO > Set file permission for PostfixAdmin.
< INFO > Create directory alias for PostfixAdmin in Apache.
< INFO > Add site admin in SQL database.
Password:
Verifying - Password:
ERROR 1049 (42000) at line 1: Unknown database 'vmail'
<<< SKIP >>> Skip function: awstats_config_basic.
<<< SKIP >>> Skip function: awstats_config_weblog.
<<< SKIP >>> Skip function: awstats_config_maillog.
<<< SKIP >>> Skip function: awstats_config_crontab.
<<< SKIP >>> Skip function: clear_away.

6

Re: postfixadmin missing?

I did a fresh clean install, including OS.

If I choose to use OpenLDAP, postfixadmin is not installed. If I choose MySQL, it is.

7

Re: postfixadmin missing?

Yes, it's only available for mysql backend.