better compatibility with uberspace-webadmin

This commit is contained in:
2015-07-29 23:18:37 +02:00
parent ff32bd9ea2
commit d746f9c91d
2 changed files with 7 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ Pass: SEDMYSQLPASS
## > WORDPRESS
## < WORDPRESS
## > EMAIL
@@ -47,22 +46,17 @@ Webmail: https://webmail.SEDDOMAIN
# Receive
Type: IMAP
Server: SEDDOMAIN
Server: SEDHOSTNAME
Port: 143
STARTTLS / Password, normal
# Send
Type: SMTP
Server: SEDDOMAIN
Server: SEDHOSTNAME
Port: 587
STARTTLS / Password, normal
SMTP server requires authentication
User:
Pass:
User:
Pass:
## < EMAIL

View File

@@ -68,6 +68,11 @@ ln -s $VIRTUAL ~/virtual
# Mail
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
mkdir $VIRTUAL/webmail.$DOMAIN
echo "RedirectPermanent / https://webmail.$HOSTNAME" > $VIRTUAL/webmail.$DOMAIN/.htaccess