1

Topic: SSL not working for postfixadmin

Hello all,

After failing in my attempt to manually setup a mail server using postfix and dovecot, I stumbled across iRedMail. I've just installed it but am struggling to access postfixadmin. The problem is that I get this error from Safari:

Safari can’t open the page “https://mydomain.com/postfixadmin/” because Safari can’t establish a secure connection to the server “mydomain.com”

(I've replaced my real domain above with 'mydomain.com').

Any ideas as to what has gone wrong here? Roundcube webmail works fine but that's via http and not https.

----

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

2

Re: SSL not working for postfixadmin

Check your apache log first.

It's better to tell us the name and version of your linux/bsd distribution, iredmail version.

3

Re: SSL not working for postfixadmin

It's a strange one, nothing is being logged in ssl_access_log, ssl_error_log or ssl_request_log. However, error_log logs this:

[Sun Jul 25 16:40:59 2010] [error] [client 86.138.12.52] (13)Permission denied: access to / denied

Here are my permissions for the www folder:

drwxr-xr-x 11 root   root   4096 Jul 25 14:54 www

And here they are for the iredadmin folder:

lrwxrwxrwx  1 root root   24 Jul 25 14:54 iredadmin -> /var/www/iRedAdmin-0.1.3
drwxr-xr-x  8 root root 4096 Jul 25 14:54 iRedAdmin-0.1.3

Actually, I've just noticed that I've got a 403 error via http too. I'm not quite sure what I've done, it was all working earlier... Any ideas?