Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
faq:techsupportcli [2017/10/20 12:08] – [Techsupport per mail sends] grayfaq:techsupportcli [2017/10/20 13:03] – [Techsupport per mail sends] gray
Line 57: Line 57:
  
 <code>         scp /home/www-data/generated/techsupport.zip user@remotehost:/tmp/ </code>  <code>         scp /home/www-data/generated/techsupport.zip user@remotehost:/tmp/ </code> 
 +
 +
  
  
Line 63: Line 65:
 If you want to send Techsupport via mail, am e-mail client must be set up. This can be done in the webinterface under the tab “SERVICES“ sub-point „E-mail“. If you want to send Techsupport via mail, am e-mail client must be set up. This can be done in the webinterface under the tab “SERVICES“ sub-point „E-mail“.
  
 +{{:faq:mail_1.png?direct&900|}}
 +
 +In the field „From address“ the email addresse has to be entered.
 +
 +In the field „Server address„ , the address of the email server of the provider.
 +
 +In the field „Server port“, the port can be 25, 587 or 465.
 +
 +Under the Encryption option, select the tls option.
 +
 +Last but not least for the mailbox“username“ and „password“.
 +
 +The settings can be confirmed with the „Apply“ button.
 +
 +
 +----
 +
 +Send Tech Support by e-mail in the console.
 +
 +
 +<konsole>
 + ~ $ uuencode /home/www-data/generated/techsupport.zip | sendmail -s "Log-File" address@provider  
 +</konsole>