diff --git a/nullmailer/tasks/main.yml b/nullmailer/tasks/main.yml
index fbebf336dc46fee747ba0e7052868431c68e4b0b..86998a5c4413a2e59f2313f9c2d6c346fe55824f 100644
--- a/nullmailer/tasks/main.yml
+++ b/nullmailer/tasks/main.yml
@@ -63,14 +63,13 @@
     - config
     - nullmailer
 
-# i've configured admin@fsmpi as adminaddr of fsbio, let's evalute that
-#- name: ensure nullmailer has no admin address
-#  file: state=absent path=/etc/nullmailer/adminaddr
-#  notify:
-#    - restart nullmailer
-#  tags:
-#    - config
-#    - nullmailer
+- name: ensure nullmailer has no admin address
+  file: state=absent path=/etc/nullmailer/adminaddr
+  notify:
+    - restart nullmailer
+  tags:
+    - config
+    - nullmailer
 
 - name: ensure we got some aliases in case they are needed
   template: src=aliases.j2 dest=/etc/aliases owner=root group=root mode=0644