Hi, > I’m currently trying to figure out how I can activate E-Mail Notifications. > We have copied /etc/openxpki/config.d/realm/ca-one/smtp.yaml.sample to > smtp.yaml and changed the settings. The idea here is to send Mails via a > SMTP-Server. I tried it with smtp.gmail.com and also our smtp server. > This won’t work. I also cannot send Mails from localhost. > Could you please provide a working sample configuration for sending Mails via > SMTP Server on OpenXPKI? Or alternatively tell us what we have to change in > smtp.yaml?
First of all, OpenXPKI uses Net::SMTP and as such shares the features supported by that module. I am afraid "This won't work" is not a sufficient error description. Please be more specific about your configuration, your mail routing setup and in particular any error messages you might be seeing. Do you try to directly deliver mail to your destination MTA? Via port 25 or via the mail submission port? Does your MTA (and your mail admin...) agree and permit mail submission? Did you check if there might be any network connectivity problems between your OpenXPKI system and the configured MTA? It looks very much like you are working on a company intranet. If you are trying to use port 25 to a Google mail (???) MTA I would guess that there are perimeter firewalls prohibiting such connectivity. (And even if it didn't, Google will certainly not accept mail from leaf systems on port 25). Or maybe did you configure a local MTA on your OpenXPKI host which then talks to your destination MTA? If so, what error messages does your MTA log? Cheers Martin _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
