better compatibility with uberspace-webadmin
This commit is contained in:
@@ -38,7 +38,6 @@ Pass: SEDMYSQLPASS
|
|||||||
|
|
||||||
## > WORDPRESS
|
## > WORDPRESS
|
||||||
|
|
||||||
|
|
||||||
## < WORDPRESS
|
## < WORDPRESS
|
||||||
|
|
||||||
## > EMAIL
|
## > EMAIL
|
||||||
@@ -47,22 +46,17 @@ Webmail: https://webmail.SEDDOMAIN
|
|||||||
|
|
||||||
# Receive
|
# Receive
|
||||||
Type: IMAP
|
Type: IMAP
|
||||||
Server: SEDDOMAIN
|
Server: SEDHOSTNAME
|
||||||
Port: 143
|
Port: 143
|
||||||
STARTTLS / Password, normal
|
STARTTLS / Password, normal
|
||||||
|
|
||||||
# Send
|
# Send
|
||||||
Type: SMTP
|
Type: SMTP
|
||||||
Server: SEDDOMAIN
|
Server: SEDHOSTNAME
|
||||||
Port: 587
|
Port: 587
|
||||||
STARTTLS / Password, normal
|
STARTTLS / Password, normal
|
||||||
SMTP server requires authentication
|
SMTP server requires authentication
|
||||||
|
|
||||||
User:
|
|
||||||
Pass:
|
|
||||||
|
|
||||||
User:
|
|
||||||
Pass:
|
|
||||||
|
|
||||||
## < EMAIL
|
## < EMAIL
|
||||||
|
|
||||||
|
|||||||
@@ -68,6 +68,11 @@ ln -s $VIRTUAL ~/virtual
|
|||||||
# Mail
|
# Mail
|
||||||
vsetup
|
vsetup
|
||||||
|
|
||||||
|
## PHP
|
||||||
|
# Piwik and WP don't work smoothly with PHP 5.6, so switch to 5.5
|
||||||
|
cp $HOME/etc/phpversion $HOME/etc/phpversion.original
|
||||||
|
echo "PHPVERSION=5.5" > $HOME/etc/phpversion
|
||||||
|
|
||||||
# Webmail
|
# Webmail
|
||||||
mkdir $VIRTUAL/webmail.$DOMAIN
|
mkdir $VIRTUAL/webmail.$DOMAIN
|
||||||
echo "RedirectPermanent / https://webmail.$HOSTNAME" > $VIRTUAL/webmail.$DOMAIN/.htaccess
|
echo "RedirectPermanent / https://webmail.$HOSTNAME" > $VIRTUAL/webmail.$DOMAIN/.htaccess
|
||||||
|
|||||||
Reference in New Issue
Block a user