Changeset 1100
- Timestamp:
- 04/04/08 12:26:08
(6 months ago)
- Author:
- rats
- Message:
* Fixed #1159: ROOT_APACHE_CONF is not defined in toplevel Makefile
* Fixed #1162: /etc/ispcp/courier/userdb not present in ispcp-setup (revision 1098, Gentoo)
* Fixed #547: encoded email from reseller doesnt work
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1099 |
r1100 |
|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 3 | |
|---|
| | 4 | 2008-04-04 Benedikt Heintel |
|---|
| | 5 | - CONFIGS: |
|---|
| | 6 | * Fixed #1159: ROOT_APACHE_CONF is not defined in toplevel Makefile |
|---|
| | 7 | * Fixed #1162: /etc/ispcp/courier/userdb not present in ispcp-setup (revision 1098, Gentoo) |
|---|
| | 8 | - GUI: |
|---|
| | 9 | * Fixed #547: encoded email from reseller doesnt work |
|---|
| | 10 | |
|---|
| 4 | 11 | 2008-04-03 Jochen Manz |
|---|
| 5 | 12 | - ENGINE: |
|---|
| 6 | 13 | * Fixed #1160: perl ispcp-setup fails in trunk 1098 |
|---|
| 7 | | |
|---|
| | 14 | |
|---|
| 8 | 15 | 2008-04-02 Benedikt Heintel |
|---|
| 9 | 16 | - ENGINE: |
|---|
| r1059 |
r1100 |
|
| 68 | 68 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_MAIL_VIRTUAL) |
|---|
| 69 | 69 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_APACHE_BACK_LOG) |
|---|
| 70 | | $(SYSTEM_MAKE_DIRS) $(ROOT_APACHE_CONF)/ispcp |
|---|
| 71 | 70 | |
|---|
| 72 | 71 | cd ./configs && $(MAKE) install & |
|---|
| r1047 |
r1100 |
|
| 31 | 31 | RewriteEngine on |
|---|
| 32 | 32 | RewriteRule ^/stats/(.+)/$ http://localhost/awstats/?config=$1 [P] |
|---|
| 33 | | RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$2 [P] |
|---|
| | 33 | RewriteRule ^/stats/(.+)/awstats.pl(.*)$ http://localhost/awstats/$1 [P] |
|---|
| | 34 | RewriteRule ^/stats/(.*)$ http://localhost/stats/$1/ [R] |
|---|
| 34 | 35 | </IfModule> |
|---|
| 35 | 36 | |
|---|
| r969 |
r1100 |
|
| | 1 | #!/usr/bin/make -f |
|---|
| | 2 | # |
|---|
| | 3 | # ispCP ω (OMEGA) a Virtual Hosting Control Panel |
|---|
| | 4 | # Copyright (c) 2001-2006 by moleSoftware GmbH |
|---|
| | 5 | # http://www.molesoftware.com |
|---|
| | 6 | # Copyright (c) 2006-2008 by isp Control Panel |
|---|
| | 7 | # http://isp-control.net |
|---|
| | 8 | # |
|---|
| | 9 | # |
|---|
| | 10 | # License: |
|---|
| | 11 | # This program is free software; you can redistribute it and/or |
|---|
| | 12 | # modify it under the terms of the MPL Mozilla Public License |
|---|
| | 13 | # as published by the Free Software Foundation; either version 1.1 |
|---|
| | 14 | # of the License, or (at your option) any later version. |
|---|
| | 15 | # |
|---|
| | 16 | # This program is distributed in the hope that it will be useful, |
|---|
| | 17 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 18 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 19 | # MPL Mozilla Public License for more details. |
|---|
| | 20 | # |
|---|
| | 21 | # You may have received a copy of the MPL Mozilla Public License |
|---|
| | 22 | # along with this program. |
|---|
| | 23 | # |
|---|
| | 24 | # An on-line copy of the MPL Mozilla Public License can be found |
|---|
| | 25 | # http://www.mozilla.org/MPL/MPL-1.1.html |
|---|
| | 26 | # |
|---|
| | 27 | # |
|---|
| | 28 | # The ispCP ω Home Page is at: |
|---|
| | 29 | # |
|---|
| | 30 | # http://isp-control.net |
|---|
| | 31 | # |
|---|
| 1 | 32 | ROOT_APACHE_CONF=$(ROOT_CONF)/apache2 |
|---|
| 2 | 33 | |
|---|
| r1059 |
r1100 |
|
| 1 | 1 | |
|---|
| 2 | | ROOT_COURIER_CONF=$(ROOT_CONF)/courier/authlib |
|---|
| | 2 | ROOT_AUTHLIB_CONF=$(ROOT_CONF)/courier/authlib |
|---|
| | 3 | ROOT_COURIER_CONF=$(ROOT_CONF)/courier |
|---|
| 3 | 4 | ROOT_COURIER_IMAP_CONF=$(ROOT_CONF)/courier-imap |
|---|
| 4 | 5 | |
|---|
| … | … | |
| 8 | 9 | |
|---|
| 9 | 10 | $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/courier |
|---|
| 10 | | $(SYSTEM_MAKE_DIRS) $(ROOT_COURIER_CONF) |
|---|
| | 11 | $(SYSTEM_MAKE_DIRS) $(ROOT_AUTHLIB_CONF) |
|---|
| 11 | 12 | $(SYSTEM_MAKE_DIRS) $(ROOT_COURIER_IMAP_CONF) |
|---|
| 12 | 13 | $(SYSTEM_MAKE_DIRS) $(INST_PREF)/var/run/courier |
|---|
| r1075 |
r1100 |
|
| 202 | 202 | $subject = encode($subject); |
|---|
| 203 | 203 | |
|---|
| 204 | | $headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n"; |
|---|
| | 204 | $headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n"; |
|---|
| 205 | 205 | $headers .= "From: " . $from . "\n"; |
|---|
| 206 | 206 | $headers .= "X-Mailer: ispCP marketing mailer"; |
|---|
| r1075 |
r1100 |
|
| 147 | 147 | |
|---|
| 148 | 148 | function send_circular_email ($to, $from, $subject, $message) { |
|---|
| 149 | | $to = encode($to); |
|---|
| 150 | | $from = encode($from); |
|---|
| 151 | 149 | $subject = encode($subject); |
|---|
| 152 | 150 | |
|---|
| 153 | | $headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n"; |
|---|
| | 151 | $headers = "MIME-Version: 1.0\nContent-Type: text/plain; charset=utf-8\nContent-Transfer-Encoding: 8bit\n"; |
|---|
| 154 | 152 | $headers .= "From: " . $from . "\n"; |
|---|
| 155 | 153 | $headers .= "X-Mailer: ispCP marketing mailer"; |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>