You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dataverse Users Community
Dear Team,
I have installed the dataverse 6.5 in RHEL 9 successfully. However, the emails are not delivered from the applications. After configuring the Postfix on this server, I tried, and the test emails were delivered successfully. I am using the smtp.office365.com as the SMTP host. I have configured the JavaMailservices using the following settings.
However, the email service is not working for me. The server log shows "When UTF-8 characters in recipients: make sure MTA supports it and JVM option dataverse.mail.mta.allow-utf8-addresses=true]]" when I send a verification email. Then, I enabled the utf8-address. But it still shows the same message in the server log. I have tried so many times, and the result is the same. I am getting the utf8-address, which is true once I check the mail property.
Could you please help me to resolve this issue? I am looking forward to hearing from you. Thank you in advance for your help.
Don Sizemore
unread,
Mar 11, 2025, 12:03:43 PMMar 11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dataverse...@googlegroups.com
Hello,
Rather than banging your head on Payara mail configuration, it may be
simpler to keep your (working) Postfix configuration, and simply point
dataverse.mail.* to the Postfix installation listening on localhost?
This is what I've done with my installations, particularly the ones in
AWS using SendGrid.