File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
docs/docs/server-administration Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -143,3 +143,27 @@ sieve_host = "localhost"
143143sieve_port = 4190
144144sieve_secure = " None"
145145```
146+
147+ ## Oracle Cloud + SMTP relay
148+
149+ If you want to use the SMTP from Oracle Cloud you need to make the following changes to Exim4 Configuration:
150+
151+ Open /etc/exim4/exim4.conf.template and replace the following code:
152+
153+ ``` bash
154+ smtp_relay_login:
155+ driver = plaintext
156+ public_name = LOGIN
157+ hide client_send = : SMTP_RELAY_USER : SMTP_RELAY_PASS
158+ ```
159+
160+ With:
161+
162+ ``` bash
163+ smtp_relay_login:
164+ driver = plaintext
165+ public_name = PLAIN
166+ hide client_send = ^SMTP_RELAY_USER^SMTP_RELAY_PASS
167+ ```
168+
169+ [ See forum topic for more info] ( https://forum.hestiacp.com/t/oracle-cloud-email-as-relay-doesnt-works/11304/19? )
You can’t perform that action at this time.
0 commit comments