-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate Mail in Nextcloud #122
Comments
Hmmmmm... I get where you're coming from; however I'm not exactly sure how to feel about piling more stuff on to the Nextcloud installation at this point in time. |
Okay, I can see how you may want to avoid that. Could be a little than you want to deal with. For those of us who need it, and aren't going to run too many or too large a box, here is my solution.... --==INITIALIZE ADMIN USER PROFILE==-- --==CREATE ADMIN.SH==-- --==PASTE INTO ADMIN.SH==-- #!/bin/bash source /etc/mailinabox.conf # load global vars ADMIN=$(management/cli.py user admins | head -n 1) echo I am going to unlock admin features for $ADMIN. sudo -u www-data php /usr/local/lib/owncloud/occ group:adduser admin "$ADMIN" && echo Done. --==UNLOCK ADMIN==-- --==ADD NEXTCLOUD APPS==-- --==REROUTE DEFAULT HTML TO CLOUD==-- --==PASTE INTO INDEX.HTML==-- <title>[FQDN HUMAN NAME]</title>--==ENABLE MAIL CLIENT IN NEXTCLOUD==-- 'app.mail.verify-tls-peer' => false, --==VERIFY FIREWALL PORTS==-- --==REBOOT==-- |
My experience is that jailbreaking the admin doesn't help. All available mail apps in Nextcloud refuse to connect or are rejected by the imap server (and presumably smtp as well).
Would it be possible to incorporate one of the mail apps in the standard distro (preferably the default mail app), so that users have only to log into the nextcloud panel to have full functionality?
The text was updated successfully, but these errors were encountered: