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