diff options
author | EuAndreh <eu@euandre.org> | 2023-03-17 15:06:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-17 15:25:29 -0300 |
commit | 4dadf12bb8613a610bfd1b6b044cd6b5b4ec8ed3 (patch) | |
tree | 0777ec11876fe1567ac25389fafb9dcd81350067 /tests/local/master.cf | |
parent | queue.scm: Fix positional argument of dkimproxyout config file (diff) | |
download | package-repository-4dadf12bb8613a610bfd1b6b044cd6b5b4ec8ed3.tar.gz package-repository-4dadf12bb8613a610bfd1b6b044cd6b5b4ec8ed3.tar.xz |
Makefile: Streamline verification of generated config files
Diffstat (limited to 'tests/local/master.cf')
-rw-r--r-- | tests/local/master.cf | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/local/master.cf b/tests/local/master.cf deleted file mode 100644 index 2cc4b02..0000000 --- a/tests/local/master.cf +++ /dev/null @@ -1,30 +0,0 @@ -# ============================================================================================================ -# service type private unpriv chroot wakeup maxproc command + args -# (yes) (yes) (no) (never) (100) -# ============================================================================================================= - -anvil unix - - n - 1 anvil -bounce unix - - n - 0 bounce -cleanup unix n - n - 0 cleanup -defer unix - - n - 0 bounce -discard unix - - n - - discard -error unix - - n - - error -flush unix n - n 1000? 0 flush -lmtp unix - - n - - lmtp -local unix - n n - - local -pickup unix n - n 60 1 pickup -proxymap unix - - n - - proxymap -proxywrite unix - - n - 1 proxymap -qmgr unix n - n 300 1 qmgr -relay unix - - n - - smtp -retry unix - - n - - error -rewrite unix - - n - - trivial-rewrite -scache unix - - n - 1 scache -showq unix n - n - - showq -smtp inet n - n - - smtpd -o syslog_name=postfix/smtp -smtp unix - - n - - smtp -tlsmgr unix - - n 1000? 1 tlsmgr -trace unix - - n - 0 bounce -verify unix - - n - 1 verify -virtual unix - n n - - virtual -postlog unix-dgram n - n - 1 postlogd |