Baikal: secure smtp mail delivery from baikal server

Created on 9 Jun 2020  路  4Comments  路  Source: sabre-io/Baikal

Baikal version: 0.7

Problem you are having:
baikal server uses php mail() to send mails out. Outgoing mails are usually having the webserver user ([email protected]) as sender address and there is no dkim signing etc. for those mails. futher you run into problems with some mail providers (e.g. google) rejecting mails/calendar invitations not fitting into a valid dmarc policy and not having proper dkim signing.
Only solution from my standpoint at the moment - opening spf-policy of the sender domain to allow all sender addresses - even without proper dkim signature - and coming from every host . This is not fine from an security and spam fighting standpoint

Suggested solution:
baikal should provide the possibility to deliver the outgoing mails through an authenticted smtp connection a mailserver of choice.

Any idea for an suitable interim solution is highly welcome and appreciated.

Thanks

Most helpful comment

I would suggest the use fo PHPMailer as an alternitive. Its easier to configure and uses SMTP so could be a good choice.

https://github.com/PHPMailer/PHPMailer

All 4 comments

Baikal sure need that.

What about something like SSMTP ?

I would suggest the use fo PHPMailer as an alternitive. Its easier to configure and uses SMTP so could be a good choice.

https://github.com/PHPMailer/PHPMailer

We all agree that the server itself should be using PHPMailer, but because it doesn't, the option for now is to use something like SSMTP or BSMTP.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

benrubson picture benrubson  路  5Comments

jvoisin picture jvoisin  路  3Comments

palbr picture palbr  路  4Comments

0xErnie picture 0xErnie  路  8Comments

GrayGhost93 picture GrayGhost93  路  5Comments