|
@@ -4,11 +4,11 @@
|
|
|
# delivery- this is where courier-imap (amongst others) will look.
|
|
|
#DEFAULT="$HOME/Maildir"
|
|
|
SHELL="/bin/bash"
|
|
|
-SENDMAIL="/home/pi/cropswap-sendmail.sh"
|
|
|
-REPLYMAIL="/home/pi/cropswap-replymail.sh"
|
|
|
-MLIST="/home/pi/mlist"
|
|
|
-SLIST="/home/pi/slist"
|
|
|
-SUBUNSUB="/home/pi/cropswap-subunsub.sh"
|
|
|
+SENDMAIL="/opt/cropswap/sendmail.sh"
|
|
|
+SUBUNSUB="/opt/cropswap/subunsub.sh"
|
|
|
+DEBUGMAIL="/opt/cropswap/debug.sh"
|
|
|
+MLIST="/var/mail/maildrop/mlist"
|
|
|
+SLIST="/var/mail/maildrop/slist"
|
|
|
|
|
|
SUFFIX=0
|
|
|
|
|
@@ -75,7 +75,7 @@ if ($HANDLE)
|
|
|
# No response to unregistered users
|
|
|
exit
|
|
|
}
|
|
|
- #cc "|$REPLYMAIL"
|
|
|
+ #cc "|$DEBUGMAIL"
|
|
|
EXITCODE=$UNHANDLED
|
|
|
# No response to unregistered users
|
|
|
exit
|