mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	`/etc/postfix/virtual` is of `regexp:` type, not `hash:` type, so running `postmap` on it has no effect; we need to reload Postfix when it changes. http://www.postfix.org/DATABASE_README.html#detect In the interest of forcing a reload now, optimize the regexes by eliding the unanchored `.*`s at the beginnings and ends. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>