06f80e
diff --git a/sendmail/conf.c b/sendmail/conf.c
06f80e
index c73334e..cbb9c76 100644
06f80e
--- a/sendmail/conf.c
06f80e
+++ b/sendmail/conf.c
06f80e
@@ -986,7 +986,7 @@ switch_map_find(service, maptype, mapreturn)
06f80e
 				if (p != NULL)
06f80e
 					*p = '\0';
06f80e
 #ifndef SM_NSSWITCH_DELIMS
06f80e
-# define SM_NSSWITCH_DELIMS	" \t"
06f80e
+# define SM_NSSWITCH_DELIMS	" \t:"
06f80e
 #endif /* SM_NSSWITCH_DELIMS */
06f80e
 				p = strpbrk(buf, SM_NSSWITCH_DELIMS);
06f80e
 				if (p != NULL)