Current time: 11-23-2024, 04:18 AM Hello There, Guest! (LoginRegister)


Post Reply 
Trac spam
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #24
RE: Trac spam
Can´t add this text in the wiki Sad

Code:
If you want to have a related URL to Customers webmail like:
{{{
webmail.customer-domain.tld
}}}
you must edit your 00_master.

'''1.) Open the 00_master'''
{{{
# vi /etc/apache2/sites-enabled/00_master
}}}
'''
2.) Jump to the End and add these lines.'''[[BR]]
Change "YOUR_IP" and "YOUR_ADMIN_EMAIL".
{{{
# related URL to customers webmail
<VirtualHost <YOUR_IP>:80>

    ServerAdmin     <YOUR_ADMIN_EMAIL>
    DocumentRoot    /var/www/ispcp/gui/tools/webmail

    ServerName      webmail.admin.isp-domain.tld
    ServerAlias     webmail.*

    ErrorLog        /var/log/apache2/users/webmail-error.log
    TransferLog     /var/log/apache2/users/webmail-access.log

    CustomLog       /var/log/apache2/webmail-traf.log traff
    CustomLog       /var/log/apache2/webmail-combined.log combined

    <IfModule mod_fastcgi.c>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/ispcp/gui/tools/webmail>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php4.c>
        <Directory /var/www/ispcp/gui/tools/webmail>
            php_admin_value open_basedir "/var/www/ispcp/gui/:/etc/ispcp/:/proc/:/var/www/virtual/:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
            php_admin_value session.save_path "/var/www/ispcp/gui/phptmp/"
        </Directory>
    </IfModule>

</VirtualHost>
}}}

'''3.) Restart Apache'''

{{{
# vi /etc/init.d/apache2 force-reload
}}}

Now _every_ customer can login to the webmail through
"webmail.customer-domain.tld"

Thanks @ Joximu!

Because of this:
Code:
Internal Error

Submission rejected as potential spam (Akismet says content is spam)

TracGuide — The Trac User and Administration Guide

potential spam ?? ähhhmmm Rolleyes
06-04-2007 06:43 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Trac spam - digibyte - 04-09-2007, 05:43 PM
RE: Trac spam - ephigenie - 04-09-2007, 08:40 PM
RE: Trac spam - ephigenie - 04-10-2007, 11:17 AM
RE: Trac spam - BeNe - 04-19-2007, 06:55 PM
RE: Trac spam - BeNe - 04-19-2007, 07:05 PM
RE: Trac spam - digibyte - 04-19-2007, 07:09 PM
RE: Trac spam - BeNe - 04-19-2007, 07:11 PM
RE: Trac spam - BeNe - 04-19-2007, 11:21 PM
RE: Trac spam - ephigenie - 04-20-2007, 01:58 AM
RE: Trac spam - RatS - 04-20-2007, 03:08 AM
RE: Trac spam - ephigenie - 04-20-2007, 03:30 AM
RE: Trac spam - Zothos - 04-20-2007, 03:38 AM
RE: Trac spam - ephigenie - 04-24-2007, 10:04 PM
RE: Trac spam - BeNe - 04-24-2007, 10:12 PM
RE: Trac spam - ephigenie - 04-24-2007, 10:17 PM
RE: Trac spam - ephigenie - 04-24-2007, 10:50 PM
RE: Trac spam - BeNe - 04-24-2007, 11:34 PM
RE: Trac spam - joximu - 04-24-2007, 11:51 PM
RE: Trac spam - RatS - 04-26-2007, 02:26 AM
RE: Trac spam - ephigenie - 04-24-2007, 11:57 PM
RE: Trac spam - BeNe - 04-25-2007, 12:00 AM
RE: Trac spam - ephigenie - 04-25-2007, 12:17 AM
RE: Trac spam - BeNe - 04-25-2007, 12:23 AM
RE: Trac spam - BeNe - 06-04-2007 06:43 PM
RE: Trac spam - joximu - 06-04-2007, 06:48 PM
RE: Trac spam - ephigenie - 06-04-2007, 08:01 PM
RE: Trac spam - BeNe - 06-04-2007, 10:18 PM
RE: Trac spam - BeNe - 06-04-2007, 11:11 PM
RE: Trac spam - BeNe - 06-12-2007, 04:52 AM
RE: Trac spam - RatS - 06-12-2007, 05:10 AM
RE: Trac spam - BeNe - 06-12-2007, 05:26 AM
RE: Trac spam - BeNe - 06-12-2007, 06:03 AM

Forum Jump:


User(s) browsing this thread: 4 Guest(s)