Changes

Jump to: navigation, search

stoney backup: Server set-up

540 bytes added, 15:06, 13 June 2014
/* Configuration */
</pre>
=== Configuration ===
You have to configure basically three things:
# How to access the LDAP directory (similar to the other backup-util scripts)
# Define a pricing schema
#* Define a base price for an account
#* Define a GB price
#* The total price for each account will finall be: <code>base price + ( quota in GB * GB price )</code>
# How to send the mail
#* You need to enter a valid (outgoing) mail server and corresponding port
#* User and password to authenticate on the mail server
#* A valid recipient (typically the company’s backoffice address) and sender
 
/etc/backup-utils/ResellerBackupBilling.conf
<pre>
[Mail]
Server = mail.stepping<Mail-stone.chServer>
Port = 587
Username = <Sender-Email-Address>
486
edits