diff --git a/network.yml b/network.yml
index dd53051f..de78097f 100644
--- a/network.yml
+++ b/network.yml
@@ -80,3 +80,15 @@
       titanic: true
   roles:
     - postfix
+
+- hosts: sputnik.adm.crans.org
+  vars:
+    postfix:
+      primary: false
+      secondary: true
+      public: true
+      dkim: true
+      mailman: false
+      titanic: false
+  roles:
+    - postfix
diff --git a/re2o.yml b/re2o.yml
index 59becf9c..219375f0 100644
--- a/re2o.yml
+++ b/re2o.yml
@@ -78,6 +78,6 @@
     - re2o-firewall-routeur
 
 # Deploy re2o mail-server on MTA and MDA
-- hosts: titanic.adm.crans.org
+- hosts: titanic.adm.crans.org,sputnik.adm.crans.org
   roles:
     - re2o-mail-server