User Tools

Site Tools


computing:nextcloud

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
computing:nextcloud [2024/07/13 04:12] oemb1905computing:nextcloud [2025/03/24 22:23] (current) oemb1905
Line 299: Line 299:
   sudo -u www-data php occ maintenance:repair --include-expensive   sudo -u www-data php occ maintenance:repair --include-expensive
  
- --- //[[webmaster@haacksnetworking.org|oemb1905]] 2024/04/13 21:17//+On recent versions, you cannot set up smtp on the gui. Use the following adjust as needed: 
 + 
 +  'mail_smtpmode' => 'smtp', 
 +  'mail_sendmailmode' => 'smtp', 
 +  'mail_smtphost' => 'mail.example.com', 
 +  'mail_smtpport' => '465', 
 +  'mail_smtpauth' => 1, 
 +  'mail_smtptimeout' => 30, 
 +  'mail_from_address' => 'noreply', 
 +  'mail_smtpname' => 'noreply', 
 +  'mail_smtppassword' => 'hackmehard123!@', 
 +  'mail_smtpsecure' => 'ssl', 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2025/03/24 22:22//
computing/nextcloud.1720843957.txt.gz · Last modified: 2024/07/13 04:12 by oemb1905