update license info and description
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## DOMAIN
|
||||
Domain: SEDDOMAIN
|
||||
IP-Adresse: SEDIP
|
||||
IP Address: SEDIP
|
||||
|
||||
## WEBPANEL
|
||||
https://uberspace.de/login
|
||||
@@ -30,18 +30,18 @@ Pass: SEDMYSQLPASS
|
||||
|
||||
Webmail: webmail.SEDDOMAIN
|
||||
|
||||
# Empfangen
|
||||
# Receive
|
||||
Typ: IMAP
|
||||
Server: SEDDOMAIN
|
||||
Port: 143
|
||||
STARTTLS / Passwort, normal
|
||||
STARTTLS / Password, normal
|
||||
|
||||
# Senden
|
||||
# Send
|
||||
Typ: SMTP
|
||||
Server: SEDDOMAIN
|
||||
Port: 587
|
||||
STARTTLS / Passwort, normal
|
||||
SMTP-Server erfordert Authentifizierung
|
||||
STARTTLS / Password, normal
|
||||
SMTP server requires authentication
|
||||
|
||||
|
||||
User:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# uber-standardsetup.sh
|
||||
#
|
||||
# Copyright (C) 2015 Max Mehl <mail@mehl.mx>
|
||||
#!/bin/bash
|
||||
########################################################################
|
||||
# Copyright (C) 2014 Max Mehl <mail@mehl.mx>
|
||||
########################################################################
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -15,7 +16,15 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#!/bin/bash
|
||||
########################################################################
|
||||
#
|
||||
# This script enables users to quickly setup a new Uberspace.de host
|
||||
# with domains, symlinks etc.
|
||||
# Afterwards it creates a handy datasheet (which was the main reason for
|
||||
# writing this script)
|
||||
#
|
||||
########################################################################
|
||||
|
||||
|
||||
SERVER=$(echo $HOSTNAME | sed -e 's/.uberspace.de//g')
|
||||
VIRTUAL=/var/www/virtual/$USER
|
||||
|
||||
Reference in New Issue
Block a user