Re: What is the appropriate command for maildrop to handle qmail virtual users?
[email protected] Sun, 10 Mar 2019 01:15:21 -0500
| Newsgroups | gmane.mail.maildrop |
|---|---|
| Message-ID | <[email protected]> |
> I'm pretty sure Qmail sets a bunch of other environment variables, that are > easier to deal with in this situation. > > In this case, Qmail should set "LOCAL" to "user1-virtual", and "EXT" to > just "virtual". Yes, very much easier. I now have maildrop delivering for qmail's virtualuser1 using the simple .qmail-default contents of |/usr/bin/maildrop -w 90 -d "$EXT"@domain1 When I expand my use of maildrop to another virtual domain, I will replace domain1 with "$HOST" The above line works well for now.