# This file is *not* used in the debian package. # See debian/mailmin.neon for that. parameters: cfg: # hostname_public hostname used for public access (e.g. attachment.massmail.uvt.nl) hostname_public: attachment.massmail-dev.uvt.nl # hostname_auth hostname used for authenticated access (e.g. massmail.uvt.nl) hostname_auth: massmail-dev.uvt.nl # path_prefix prefix (no trailing slash) # path_prefix: /somewhere bounce_address: bounce+@%cfg.hostname_auth% messageid_host: %cfg.hostname_auth% moderators: "massmail-moderators@uvt.nl" administrativefrom: '"Mailmin Administrators (dev)" ' attachmentdownloadurl: "https://%cfg.hostname_public%/public/get/%s" helpdeskemailaddress: massmail@uvt.nl noreplyaddress: noreply@uvt.nl # message_maxsize in MB (1000000 bytes); hard limit larger cannot be sent message_maxsize: 10 # attachment_warnsize in bytes before downloadlink suggested (and initially configured) attachment_warnsize: 2000000 # attachment_maxsize (bytes) attachments larger than this can never be attached to a mailing attachment_maxsize: 5000000 # ducttape-oplossing voor latte-templates in e-mail: base_url: https://%cfg.hostname_auth% ldap: host: ldap.uvt.nl base: "o=Universiteit van Tilburg,c=NL" services: cacheStorage: Nette\Caching\Storages\DevNullStorage