Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

need more magic: take email to wav2mp3 and make it run that script:
cd /home/wav2mp3
edit .forward and put this one line there EXACTLY (sends email to procmail, will execute .procmailrc)
"|IFS=' '&&p=/usr/bin/procmail&&test f $p&&exec $p -f||exit 75"

now, .procmailrc:
this exactly: (between the — lines.. don't include ---lines) take the attached file, procmail.rc and rename it /home/wav2mp3/.procmailrc

chown -R wav2mp3:wav2mp3 /home/wav2mp3

...