mirror of
https://github.com/chatmail/relay.git
synced 2026-05-14 18:04:38 +00:00
draft init flow
This commit is contained in:
19
defaults/chatmail-testrun.org.ini
Normal file
19
defaults/chatmail-testrun.org.ini
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
mailname = {mailname}
|
||||
max_user_send_per_minute = 60
|
||||
passthrough_recipients = privacy@testrun.org xstore@testrun.org
|
||||
|
||||
filtermail_smtp_port = 10080
|
||||
postfix_reinject_port = 10025
|
||||
|
||||
privacy_postal =
|
||||
Merlinux GmbH, Represented by the managing director H. Krekel,
|
||||
Reichgrafen Str. 20, 79102 Freiburg, Germany
|
||||
|
||||
privacy_mail = delta-privacy@merlinux.eu
|
||||
privacy_pdo =
|
||||
Prof. Dr. Fabian Schmieder, lexICT UG (limited), Ostfeldstr. 49, 30559 Hannover.
|
||||
You can contact him at *delta-privacy@merlinux.eu* (Keyword: DPO)
|
||||
privacy_supervisor =
|
||||
State Commissioner for Data Protection and Freedom of Information of
|
||||
Baden-Württemberg in 70173 Stuttgart, Germany.
|
||||
32
defaults/chatmail.ini
Normal file
32
defaults/chatmail.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
|
||||
# mail domain (MUST be set to fully qualified chat mail domain)
|
||||
domain = {mailname}
|
||||
|
||||
#
|
||||
# If you only do private test deploys, you don't need to modify any settings below
|
||||
#
|
||||
|
||||
# how many mails a user can send out per minute
|
||||
max_user_send_per_minute = 60
|
||||
|
||||
# list of e-mail recipients for which to accept outbound un-encrypted mails
|
||||
passthrough_recipients =
|
||||
|
||||
# where the filtermail SMTP service listens
|
||||
filtermail_smtp_port = 10080
|
||||
|
||||
# postfix accepts on the localhost reinject SMTP port
|
||||
postfix_reinject_port = 10025
|
||||
|
||||
# postal address of privacy contact
|
||||
privacy_postal =
|
||||
|
||||
# email address of privacy contact
|
||||
privacy_mail =
|
||||
|
||||
# postal address of the privacy data officer
|
||||
privacy_pdo =
|
||||
|
||||
# postal address of the privacy supervisor
|
||||
privacy_supervisor =
|
||||
|
||||
Reference in New Issue
Block a user