We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Holdmail 2.0.1 ignores holdmail.outgoing.mail.from value.
holdmail.outgoing.mail.from
Forwarded mail has sender as set in holdmail.outgoing.mail.from.
[email protected] is used instead:
[email protected]
2018-10-11 12:09:19.148 INFO 44774 --- [nio-8080-exec-6] c.s.holdmail.smtp.OutgoingMailSender : Outgoing mail will have From: [email protected]
And actually mail has it. Due to this issue mail forwarding doesn't work as SMTP servers reject such mail.
/etc/holdmail.properties
/usr/bin/java -Dsun.misc.URLClassPath.disableJarChecking=true -Dloader.path=/opt/holdmail/lib -jar /opt/holdmail/bin/holdmail.jar --spring.config.location=file:/etc/holdmail.properties
The text was updated successfully, but these errors were encountered:
As a workaround, you can use holdmail.outgoing.mail.parse instead and it will work.
holdmail.outgoing.mail.parse
Sorry, something went wrong.
No branches or pull requests
Question/Issue Overview
Holdmail 2.0.1 ignores
holdmail.outgoing.mail.from
value.Expected Behavior
Forwarded mail has sender as set in
holdmail.outgoing.mail.from
.Current Behavior
[email protected]
is used instead:And actually mail has it. Due to this issue mail forwarding doesn't work as SMTP servers reject such mail.
Reproducible Sequence
holdmail.outgoing.mail.from
to/etc/holdmail.properties
/usr/bin/java -Dsun.misc.URLClassPath.disableJarChecking=true -Dloader.path=/opt/holdmail/lib -jar /opt/holdmail/bin/holdmail.jar --spring.config.location=file:/etc/holdmail.properties
The text was updated successfully, but these errors were encountered: