Skip to content

Commit b65fbd1

Browse files
authored
Setup Oracle Cloud Config changes (hestiacp#4083)
Closes hestiacp#3710
1 parent cf2792d commit b65fbd1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/docs/server-administration/email.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,27 @@ sieve_host = "localhost"
143143
sieve_port = 4190
144144
sieve_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?)

0 commit comments

Comments
 (0)