Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

mailbox not available #1

Open
quidnun opened this issue Jun 3, 2022 · 1 comment
Open

mailbox not available #1

quidnun opened this issue Jun 3, 2022 · 1 comment
Labels
question Further information is requested

Comments

@quidnun
Copy link

quidnun commented Jun 3, 2022

I'm running this in docker in either the default or -multiapp mode and this is the error it throws via telnet

MAIL FROM: <(apitoken)@pushover.net>
250 2.1.0 Ok
RCPT TO: <(usertoken)@pushover.net>
550 5.1.0 Requested action not taken: mailbox unavailable

where (apitoken) is the apitoken and (usertoken) is the user token. I'm not familiar enough with docker (windows host) to know if there is a configuration problem or there is some issue with the smtp-translator service. is there is a log for smtp-translator? it seems like the container has internet (ping works)

@YoRyan
Copy link
Owner

YoRyan commented Aug 9, 2022

I've never seen this error before. Seems like the recipient address you submitted failed to pass the regex. You're not literally enclosing the usertoken in parantheses, are you?

To be perfectly honest with you, I'd recommend switching to my newer project, Mailrise, especially since you're using Docker.

@YoRyan YoRyan added the question Further information is requested label Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants