comparison smtp.conf @ 16:dc0f15a3a140

Tests: there is no need to set worker_processes.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 13 Sep 2008 03:02:07 +0400
parents f6bb0ffdb9b4
children
comparison
equal deleted inserted replaced
15:c6c36d7a4d90 16:dc0f15a3a140
1 # Config for smtp.t tests. 1 # Config for smtp.t tests.
2
3 worker_processes 1;
4 2
5 master_process off; 3 master_process off;
6 daemon off; 4 daemon off;
7 5
8 events { 6 events {