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
86a0171f46
qpsmtpd
/
log
/
run
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
log/run: removed spurious space
2012-06-28 02:16:11 +02:00
#!/bin/sh
data method; we can now receive mails with this... git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@28 958fd67b-6ff1-0310-b445-bb7760255be9
2002-07-04 03:45:19 +02:00
export LOGDIR=./main
Add -p to mkdir in log/run (Rasjid Wilcox <rasjid@openminddev.net>) git-svn-id: https://svn.perl.org/qpsmtpd/trunk@102 958fd67b-6ff1-0310-b445-bb7760255be9
2002-11-20 11:15:06 +01:00
mkdir -p $LOGDIR
log/run: increase default log retention
2012-06-23 09:06:53 +02:00
exec multilog t s10000000 n20 $LOGDIR
data method; we can now receive mails with this... git-svn-id: https://svn.perl.org/qpsmtpd/branches/v010@28 958fd67b-6ff1-0310-b445-bb7760255be9
2002-07-04 03:45:19 +02:00
Reference in New Issue
Copy Permalink