You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
2.9 KiB
118 lines
2.9 KiB
backend:
|
|
class: OpenXPKI::Server::Notification::SMTP
|
|
host: localhost
|
|
port: 25
|
|
debug: 0
|
|
use_html: 1
|
|
|
|
# No SMIME for now
|
|
|
|
default:
|
|
to: "[% cert_info.requestor_email %]"
|
|
from: no-reply@{{ ansible_domain }}
|
|
reply: {{ item.0.notif.admin_email }}
|
|
cc: {{ item.0.notif.admin_email }}
|
|
prefix: PKI [% meta_wf_id %]
|
|
images:
|
|
banner: head.png
|
|
|
|
|
|
# template settings
|
|
template:
|
|
dir: {{ pki_root_dir }}/etc/notification/email/
|
|
|
|
message:
|
|
testmail:
|
|
default:
|
|
template: testmail
|
|
subject: SMTP Notification Test
|
|
to: "[% data.rcpt %]"
|
|
from: no-reply@{{ ansible_domain }}
|
|
reply: ''
|
|
cc: ''
|
|
prefix: ''
|
|
|
|
csr_created:
|
|
default:
|
|
template: csr_created_user
|
|
subject: CSR for [% cert_subject %]
|
|
|
|
raop:
|
|
template: csr_created_raop
|
|
to: {{ item.0.notif.admin_email }}
|
|
cc: ''
|
|
reply: "[% cert_info.requestor_email %]"
|
|
subject: CSR for [% cert_subject %]
|
|
|
|
csr_rejected:
|
|
default:
|
|
template: csr_rejected
|
|
subject: CSR rejected for [% cert_subject %]
|
|
|
|
cert_issued:
|
|
default:
|
|
template: cert_issued
|
|
subject: certificate issued for [% cert_subject %]
|
|
|
|
cert_expiry:
|
|
default:
|
|
to: {{ item.0.notif.admin_email }}
|
|
{% if item.0.notif.expiry_send_requestor %}
|
|
cc: "[% data.notify_to %]
|
|
{% endif %}
|
|
template: cert_expiry
|
|
subject: Certificate Expiry Warning
|
|
|
|
scpu_notify:
|
|
default:
|
|
template: scpu_notify_user
|
|
subject: Smartcard Enrollment Verification Notice
|
|
to: "[% data.requestor_mail %]"
|
|
|
|
auth1:
|
|
template: scpu_notify_authcontact
|
|
to: "[% data.auth1_mail %]"
|
|
reply: "[% data.requestor_mail %]"
|
|
subject: Smartcard Enrollment Verification Request for [% data.requestor_name %]
|
|
|
|
auth2:
|
|
template: scpu_notify_authcontact
|
|
to: "[% data.auth2_mail %]"
|
|
reply: "[% data.requestor_mail %]"
|
|
subject: Smartcard Enrollment Verification Request for [% data.requestor_name %]
|
|
|
|
# notifies for the scep server
|
|
scep_auth_denied:
|
|
requestor:
|
|
template: scep_auth_denied
|
|
to: "[% data.notify_to %]"
|
|
cc: "[% data.notify_cc %]"
|
|
subject: SCEP request REJECTED - [% cert_subject %]
|
|
|
|
scep_approval_pending:
|
|
requestor:
|
|
template: scep_approval_pending_requestor
|
|
to: "[% data.notify_to %]"
|
|
cc: "[% data.notify_cc %]"
|
|
subject: SCEP request PENDING - [% cert_subject %]
|
|
|
|
raop:
|
|
template: scep_approval_pending_raop
|
|
to: reg-office@mycompany.local
|
|
cc: ''
|
|
subject: SCEP request PENDING - [% cert_subject %]
|
|
|
|
scep_approval_rejected:
|
|
requestor:
|
|
template: scep_approval_rejected
|
|
to: "[% data.notify_to %]"
|
|
cc: "[% data.notify_cc %]"
|
|
subject: SCEP request REJECTED - [% cert_subject %]
|
|
|
|
scep_cert_issued:
|
|
requestor:
|
|
template: scep_cert_issued
|
|
to: "[% data.notify_to %]"
|
|
cc: "[% data.notify_cc %]"
|
|
subject: SCEP request ISSUED - [% cert_subject %]
|
|
|
|
|