about summary refs log tree commit diff
path: root/modules/services/mail
diff options
context:
space:
mode:
authorMathijs Kwik <mathijs@bluescreen303.nl>2012-03-04 18:44:42 +0000
committerMathijs Kwik <mathijs@bluescreen303.nl>2012-03-04 18:44:42 +0000
commit8bfe513e7505e4c7b97bfc53c7d40600637eb721 (patch)
treee5cf9b618001ee979cca2bd24bfbb80bfb1436bf /modules/services/mail
parent29b6b8769faedd19e5a23c7c4e9312958be58d05 (diff)
downloadnixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar.gz
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar.bz2
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar.lz
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar.xz
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.tar.zst
nixlib-8bfe513e7505e4c7b97bfc53c7d40600637eb721.zip
renamed "all-interfaces" to "networking"
svn path=/nixos/trunk/; revision=32780
Diffstat (limited to 'modules/services/mail')
-rw-r--r--modules/services/mail/dovecot.nix2
-rw-r--r--modules/services/mail/dovecot2.nix2
-rw-r--r--modules/services/mail/postfix.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/services/mail/dovecot.nix b/modules/services/mail/dovecot.nix
index 1679966a698b..4c6ee85ac31c 100644
--- a/modules/services/mail/dovecot.nix
+++ b/modules/services/mail/dovecot.nix
@@ -114,7 +114,7 @@ in
     jobs.dovecot =
       { description = "Dovecot IMAP/POP3 server";
 
-        startOn = "started all-interfaces";
+        startOn = "started networking";
 
         preStart =
           ''
diff --git a/modules/services/mail/dovecot2.nix b/modules/services/mail/dovecot2.nix
index 9c91fde2f206..15a0ecce325b 100644
--- a/modules/services/mail/dovecot2.nix
+++ b/modules/services/mail/dovecot2.nix
@@ -123,7 +123,7 @@ in
     jobs.dovecot2 =
       { description = "Dovecot IMAP/POP3 server";
 
-        startOn = "started all-interfaces";
+        startOn = "started networking";
 
         preStart =
           ''
diff --git a/modules/services/mail/postfix.nix b/modules/services/mail/postfix.nix
index 4b13ad7f6b36..1eff4a39e1ed 100644
--- a/modules/services/mail/postfix.nix
+++ b/modules/services/mail/postfix.nix
@@ -305,7 +305,7 @@ in
       # accurate way is unlikely to be better.
       { description = "Postfix mail server";
 
-        startOn = "started all-interfaces";
+        startOn = "started networking";
 
         daemonType = "none";