server-id none;
'';
zones = with myconfig.env.dns;
- assert (builtins.substring ((builtins.stringLength soa.email)-1) 1 soa.email) == ".";
- assert (builtins.substring ((builtins.stringLength soa.primary)-1) 1 soa.primary) == ".";
+ assert (builtins.substring ((builtins.stringLength soa.email)-1) 1 soa.email) != ".";
+ assert (builtins.substring ((builtins.stringLength soa.primary)-1) 1 soa.primary) != ".";
(map (conf: {
name = conf.name;
master = false;
else [];
file = pkgs.writeText "${conf.name}.zone" ''
$TTL 10800
- @ IN SOA ${soa.primary} ${soa.email} ${soa.serial} ${soa.refresh} ${soa.retry} ${soa.expire} ${soa.ttl}
+ @ IN SOA ${soa.primary}. ${builtins.replaceStrings ["@"] ["."] soa.email}. ${soa.serial} ${soa.refresh} ${soa.retry} ${soa.expire} ${soa.ttl}
${lib.concatStringsSep "\n" (map (x: "@ IN NS ${x}.") (lib.concatMap (n: lib.attrsets.mapAttrsToList (k: v: k) ns.${n}) conf.ns))}
'mail_smtphost' => '127.0.0.1',
'mail_smtpname' => ''',
'mail_smtppassword' => ''',
- 'mail_from_address' => 'owncloud',
+ 'mail_from_address' => 'nextcloud',
'mail_smtpauth' => false,
- 'mail_domain' => 'immae.eu',
+ 'mail_domain' => 'tools.immae.eu',
'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\Redis',
'filelocking.enabled' => true,
$c->readonly_webdav_collections = false;
- $c->admin_email ='davical@immae.eu';
+ $c->admin_email ='davical@tools.immae.eu';
$c->restrict_setup_to_admin = true;
wordpress:
mail:
enable: true
- sender_address: 'diaspora@immae.eu'
+ sender_address: 'diaspora@tools.immae.eu'
method: 'sendmail'
smtp:
sendmail:
location: '/run/wrappers/bin/sendmail'
admins:
account: "ismael"
- podmin_email: 'diaspora@immae.eu'
+ podmin_email: 'diaspora@tools.immae.eu'
relay:
outbound:
inbound:
$g_smtp_host = 'localhost';
$g_smtp_username = ''';
$g_smtp_password = ''';
- $g_webmaster_email = 'webmaster@immae.eu';
- $g_from_email = 'noreply@immae.eu';
- $g_return_path_email = 'webmaster@immae.eu';
- $g_from_name = 'Mantis Bug Tracker at immae.eu';
+ $g_webmaster_email = 'mantisbt@tools.immae.eu';
+ $g_from_email = 'mantisbt@tools.immae.eu';
+ $g_return_path_email = 'mantisbt@tools.immae.eu';
+ $g_from_name = 'Mantis Bug Tracker at git.immae.eu';
$g_email_receive_own = OFF;
# --- LDAP ---
$g_login_method = LDAP;
VAPID_PUBLIC_KEY=${env.vapid.public}
SMTP_DELIVERY_METHOD=sendmail
- SMTP_FROM_ADDRESS=notifications@mastodon.immae.eu
+ SMTP_FROM_ADDRESS=mastodon@tools.immae.eu
SENDMAIL_LOCATION="/run/wrappers/bin/sendmail"
PAPERCLIP_ROOT_PATH=${varDir}
[mediagoblin]
direct_remote_path = /mgoblin_static/
- email_sender_address = "mediagoblin@mail.immae.eu"
+ email_sender_address = "mediagoblin@tools.immae.eu"
#sql_engine = sqlite:///%(data_basedir)s/mediagoblin.db
sql_engine = ${env.psql_url}
tls: true # If you use StartTLS: false
disable_starttls: false
ca_file: null # Used for self signed certificates
- from_address: 'peertube@immae.eu'
+ from_address: 'peertube@tools.immae.eu'
storage:
tmp: '${varDir}/storage/tmp/'
avatars: '${varDir}/storage/avatars/'
captions:
size: 500 # Max number of video captions/subtitles you want to cache
admin:
- email: 'peertube@immae.eu'
+ email: 'peertube@tools.immae.eu'
contact_form:
enabled: true
signup:
};
config = writeText "config.php" ''
<?php
- define('MAIL_FROM', 'kanboard@immae.eu');
+ define('MAIL_FROM', 'kanboard@tools.immae.eu');
define('DB_DRIVER', 'postgres');
define('DB_USERNAME', '${env.postgresql.user}');
define('SPHINX_INDEX', 'ttrss, delta');
define('ENABLE_REGISTRATION', false);
- define('REG_NOTIFY_ADDRESS', 'outils@immae.eu');
+ define('REG_NOTIFY_ADDRESS', 'ttrss@tools.immae.eu');
define('REG_MAX_USERS', 10);
define('SMTP_FROM_NAME', 'Tiny Tiny RSS');
- define('SMTP_FROM_ADDRESS', 'outils@immae.eu');
+ define('SMTP_FROM_ADDRESS', 'ttrss@tools.immae.eu');
define('DIGEST_SUBJECT', '[tt-rss] New headlines for last 24 hours');
define('LDAP_AUTH_SERVER_URI', 'ldap://ldap.immae.eu:389/');
locale: fr
secret: ${env.secret}
twofactor_auth: true
- twofactor_sender: wallabag@immae.eu
+ twofactor_sender: wallabag@tools.immae.eu
fosuser_registration: false
fosuser_confirmation: true
- from_email: wallabag@immae.eu
+ from_email: wallabag@tools.immae.eu
rss_limit: 50
rabbitmq_host: localhost
rabbitmq_port: 5672