Replies: 2 comments
-
|
Try: (note single quotes within the double quotes) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The documentation has It needs to be: (single quotes inside the double). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm endeavoring to get an outbound relay set up for stalwart 0.6.0, following https://stalw.art/docs/smtp/outbound/routing/. I have copy and pasted the example with the needed modifications to the remote address and auth information:
But after
systemctl start stalwart=mail, the status is failed and the log shows:"relay" is in quotes, so I don't understand why it's trying to parse it as an expression instead of just using it as a string. I've tried changing "relay" to "dnsexit", changing the port, and commenting out the auth section. Nothing has changed the message, except s/relay/dnsexit/g for that string change. Does anyone see what I'm not getting correct, or have a working example they can share?
Beta Was this translation helpful? Give feedback.
All reactions