I made a change to /etc/postfix/master.cf. When I changed
Code:
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
to
Code:
flags=DRhu user=vmail:vmail argv=/usr/bin/maildrop -d ${extension} ${recipient} ${user} ${nexthop} ${sender}
I was able to get emails
but instead of them being put in /var/vmail/fedtrek.com/omega13a/new like they should be, they are being put in /var/vmail/somebody@somewebsite.com/mail.fedtrek.com/new . Now that needs to be done is to get the emails put in the proper folder so I can download them on my other computer... Any idea how to do that?