I'm reinstalling again, asks me to select Nginx Nginx or Apache .. gives me this error: I try to fix it with the help that I see on the web: # cp /etc/aliases /var/lib/mailman/data/aliases # postalias /var/lib/mailman/data/aliases but no way, I'm doing something wrong?? thank you very much!!! In the browser can not see anything, error: Use: Centos 6.4 64bits and ISPConfig 3.0.5.3
here: http://www.taringa.net/posts/linux/5607774/ISPConfig3-a-full-largo-pero-bueno.html and: http://vps2.me/install-configure-ispconfig-3-on-a-centos-6-vps/
Why havent you used the official installation instructions? http://www.howtoforge.com/perfect-server-centos-6.4-x86_64-apache2-dovecot-ispconfig-3 The guides you used seem both to be incomplete or use outdated configurations.
Till, I just used the "Perfect Server Centos-6.5-apache2-mysql-php-pureftpd-postfix-dovecot-and-ispconfig3-p5" install doc. I'm doing this in a virtual machine and have followed the directions 3 times now from scratch. When I do the mailman step (22 Install Mailman), I have also followed it exactly as written and I also get the same "postalias: fatal ...." error. Funny thing, we "touch /var/lib/mailman/data/aliases" and then run "/usr/lib/mailman/bin/newlist mailman" answer the 2 questions and then "vi /etc/aliases". When I look at my "/var/lib/mailman/data/" directory, the aliases file is linked " aliases -> /etc/mailman/aliases". Not sure how that happened or if that is correct, nevertheless, I get the same fatal error. Kevin
Nope, just three files in that directory "mm_cfg.py mm_cfg.py~ sitelist.cfg virtual_to_transport.sh". I just checked the install document, and don't see anywhere in it that references the alias file in that folder. There is a step right after "/usr/lib/mailman/bin/newlist mailman" that you edit the "vi /etc/aliases" file and add a bunch of lines to it and then run the "newaliases" command. Kevin
Ok. The file /etc/mailman/aliases should exist normally. Run: touch /etc/mailman/aliases to create it. I will add this to the guide, just to be sure.
Thats why we recommend to use Debian or Ubuntu and not Centos The probem with centos is that it lacks many packages in its base repo, so you have to add several external repos like epel but these external repos cause often conflicts e.g. when they have same package names with different content.
Thanks, now I have another problem, I uploaded it via ftp wordpress web folder, but when accessing my domain I get the nginx welcome, this is due to? thanks
Did you delete the default index.html file in the website? It is a placehlder and has to be deleted when you upload your site.
yes, I've deleted the. html folder and Error I uploaded all the wordpress files, and still does not work
Please do not double post the same issue in 2 threads: http://www.howtoforge.com/forums/showthread.php?t=65843
Thanks, maybe I will try one of the other two that you recommend. Somewhere I missed the part (thread) were you recommend using one of those other two (Debian or Ubuntu). So I will switch, is there one of those that are "more" recommended over the other? I don't want to go to all the work of downloading and starting over to find out that I should have used xxxxx. Thanks again for you're great help. Kevin
Hi Till - I have now done your tutorial twice and it has been a great learning process for me. On this thread it talks about the mailman aliases error and I have pinpointed the error in the tutorial - I apologise if this is obsolete or has already been resolved but if not here goes: In the tutorial you state: Open /etc/aliases afterwards... vi /etc/aliases https://www.howtoforge.com/tutorial...ix-dovecot-and-ispconfig3/2/#-install-mailman it should be: vi /etc/mailman/aliases or nano /etc/mailman/aliases or as you said: touch /etc/mailman/aliases to resolve it I just copied aliases from /etc/ to /etc/mailman/ I noticed this when daviz_zamora was tring to fix it and the error came up "hanging symlink" I realised then that the red "aliases" in /var/lib/mailman/data/ was a broken shortcut. Thank you!