Skip to content

Commit

Permalink
fixing channel fetchmail/procmail
Browse files Browse the repository at this point in the history
  • Loading branch information
André Bauer committed Nov 17, 2016
1 parent d0618ef commit 6464697
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions channel-fetchmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ vi .procmailrc
# Pipe all emails into Zammad
# --
PATH=/opt/zammad/bin:/opt/zammad/vendor/bundle/bin:/sbin:/bin:/usr/sbin:/usr/bin:
SYS_HOME="/home/zammad"
LOGFILE="$SYS_HOME/procmail.log"
VERBOSE="on"
RAILS_ENV=production
GEM_PATH=/opt/zammad/vendor/bundle/ruby/2.3.0/

:0 :
| rails r 'Channel::Driver::MailStdin.new(trusted: true)'

Expand Down

0 comments on commit 6464697

Please sign in to comment.