Page 1 of 1

Panel notifications trought SMTP

Posted: Fri 7. May 2021, 12:25
by dokabalint
Dear Everyone,

Can i setup somehow to send system mails trought SMTP? Or there is a way to generate DKIM key for system to send with the notifications?

Thanks.

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 13:06
by Florian
Hello,

please explain more in detail.

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 14:19
by dokabalint
Florian wrote: Fri 7. May 2021, 13:06 Hello,

please explain more in detail.
If the system send an email example account creation it use the notification sender email address from panel settings. In this case there isn't any DKIM sign on message, this is a problem for us cuz big percent of messages goes to spam.
So this is why i ask for sending system emailt trought another mail server with smtp or somehow sign the local mails with DKIM.

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 14:35
by Alexander
The server should be capable / allowed to send emails from the email address you have specified here:

KeyHelp admin area -> Configuration -> Notifications -> Notification sender email address

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 14:53
by dokabalint
Alexander wrote: Fri 7. May 2021, 14:35 The server should be capable / allowed to send emails from the email address you have specified here:

KeyHelp admin area -> Configuration -> Notifications -> Notification sender email address
Example:
I was run a domain with example.com in an other server where my mailing works. (Or in gsuit.)
So i can send mails from xy@example.com with DKIM sign and works fine.

I create a keyhelp server with s1.example.com. Then i set the sender address to: s1@example.com

(I now not speak about SPF record, i can set it of corse.)

In this case if the keyhelp server send an email with local postfix the DKIM sign not work, it not signed and the mailing systems detect as spam because the example.com has a default DKIM record so it would like to check it.

I know the english skill is very poor but i hope i can be understanded now.

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 15:20
by Alexander
Using a sender email address like "root@s1.example.com" is not an option?

Re: Panel notifications trought SMTP

Posted: Fri 7. May 2021, 15:56
by dokabalint
Alexander wrote: Fri 7. May 2021, 15:20 Using a sender email address like "root@s1.example.com" is not an option?
It can be, but if i set the notification address to root@s1.example.com still no DKIM sign on email.
And another problem if someone reply to that i cannot read the mail or set auto answer etc.

Re: Panel notifications trought SMTP  [SOLVED]

Posted: Mon 10. May 2021, 09:17
by Alexander
I will add an option to use SMTP.

Re: Panel notifications trought SMTP

Posted: Tue 11. May 2021, 08:09
by dokabalint
Thank you Alexander.