This website requires JavaScript.
Explore
Help
Sign In
byterazor
/
qpsmtpd
Watch
1
Star
0
Fork
0
You've already forked qpsmtpd
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bd3b0de882
Branches
Tags
View all branches
qpsmtpd
/
log
/
run
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
log/run: removed spurious space
2012-06-27 20:16:11 -04:00
#!/bin/sh
initial import - based on my qpsmtpd fork which will merge into the main branch fairly easily
2012-06-22 05:38:01 -04:00
export LOGDIR=./main
mkdir -p $LOGDIR
log/run: increase default log retention
2012-06-23 03:06:53 -04:00
exec multilog t s10000000 n20 $LOGDIR
initial import - based on my qpsmtpd fork which will merge into the main branch fairly easily
2012-06-22 05:38:01 -04:00
Reference in New Issue
Copy Permalink