roundcube
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
roundcube [2022/07/22 18:33] – admin | roundcube [2022/07/27 20:56] (current) – verify_peer_name to false also admin | ||
---|---|---|---|
Line 29: | Line 29: | ||
In your browser navigate to: http:// | In your browser navigate to: http:// | ||
- | If you try and login with dummy details, it will show: **Connection | + | ==== Config Roundcube ==== |
+ | Need to config for imaps and to ignore self-signed cert. | ||
+ | < | ||
+ | vi / | ||
- | ==== Configure SQLite ==== | + | $config[' |
+ | $config[' | ||
+ | $config[' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ), | ||
+ | ); | ||
+ | |||
+ | </ | ||
+ | Now you should be able to login. | ||
+ | |||
+ | === Sending Emails with Roundcube Config === | ||
+ | I was getting error: **SMTP Error (250): Authentication failed** | ||
+ | |||
+ | Config used: | ||
+ | < | ||
+ | vi / | ||
+ | # | ||
+ | $config[' | ||
+ | $config[' | ||
+ | $config[' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ), | ||
+ | ); | ||
+ | $config[' | ||
+ | $config[' | ||
+ | $config[' | ||
+ | </ | ||
+ | |||
+ | I tried to get roundcube to send without auth, but it wouldn' | ||
+ | The above works. This works with postfix setup [[setup-config-debian-bullseye# | ||
roundcube.1658514809.txt.gz · Last modified: 2022/07/22 18:33 by admin