annotate APOPtools/with-tcpserver/run @ 1:28a55bc1110c imapext-2007-1

[mq]: imapext
author yuuji@gentei.org
date Mon, 14 Sep 2009 19:23:11 +0900
parents
children d741b3ecc917
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
28a55bc1110c [mq]: imapext
yuuji@gentei.org
parents:
diff changeset
1 #!/bin/sh
28a55bc1110c [mq]: imapext
yuuji@gentei.org
parents:
diff changeset
2 # ipoper should be located in one of the $PATH elements.
28a55bc1110c [mq]: imapext
yuuji@gentei.org
parents:
diff changeset
3 exec env - \
28a55bc1110c [mq]: imapext
yuuji@gentei.org
parents:
diff changeset
4 PATH=/bin:/usr/bin:/usr/sbin:/var/qmail/ipopd:/usr/local/bin:/usr/local/etc \
28a55bc1110c [mq]: imapext
yuuji@gentei.org
parents:
diff changeset
5 tcpserver -HR -c40 -x/var/qmail/ipopd/pop.cdb 0 pop3 ipop3d 2>&1

yatex.org