Feature request: right now the email in letsencrypt command line is hardcoded in this format postmaster@$domain. This is a good solution right now.
My sugestion is to get email address from ISPConfig client table, if provided.
Also, I don't know if we have to use same domain of the certificate and email address. So, maybe you could get the email address in this order:
- from
client.email table;
- if missing, from
cli.ini;
- and finally fallback to
hostmaster@$domain.
I think hostmaster is better than postmaster, which refers to mail servers admins (even if most of time they are the same guy).
Feature request: right now the email in
letsencryptcommand line is hardcoded in this formatpostmaster@$domain. This is a good solution right now.My sugestion is to get email address from ISPConfig
clienttable, if provided.Also, I don't know if we have to use same domain of the certificate and email address. So, maybe you could get the email address in this order:
client.emailtable;cli.ini;hostmaster@$domain.I think
hostmasteris better thanpostmaster, which refers to mail servers admins (even if most of time they are the same guy).