~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to README_FILES/MAILDROP_README

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
    /etc/postfix/master.cf:
68
68
        maildrop  unix  -       n       n       -       -       pipe
69
 
          flags=DRhu user=vmail argv=/path/to/maildrop -d ${recipient}
 
69
          flags=ODRhu user=vmail argv=/path/to/maildrop -d ${recipient}
 
70
 
 
71
The pipe(8) manual page gives a detailed description of the above command line
 
72
arguments, and more.
70
73
 
71
74
If you want to support user+extension@domain style addresses, use the following
72
75
instead:
73
76
 
74
77
    /etc/postfix/master.cf:
75
78
        maildrop  unix  -       n       n       -       -       pipe
76
 
          flags=DRhu user=vmail argv=/path/to/maildrop
 
79
          flags=ODRhu user=vmail argv=/path/to/maildrop
77
80
          -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop}
78
81
 
79
82
The mail is delivered to ${user}@${nexthop} (match key for maildrop userdb