linux2.0.33/qmail1.03

I set up qmail as per P.Gregg doc (single UID).
I have users queues in /var/popboxes/username/Maildir.

For every user I have an entry in /var/qmail/users/assign
=go:popuser:888:888:/var/popboxes/go:::
=ao:popuser:888:888:/var/popboxes/ao:::
...
I need to assign other addresses (internet addresses) to the users.


[EMAIL PROTECTED] --> go
[EMAIL PROTECTED] --> ao

Until now I did this way:
====
virtualdomains
[EMAIL PROTECTED]:alias-local
[EMAIL PROTECTED]:alias-local

.qmail-local-default
|forward $DEFAULT

add lines to assign:
=giuliox:popuser:888:888:/var/popboxes/go:::
=tizio:popuser:888:888:/var/popboxes/ao:::
====

I'd like to switch to:
====
virtualdomains
[EMAIL PROTECTED]:go
[EMAIL PROTECTED]:ao

no need for .qmail-local-default

no need to new lines in assign

add .qmail-default in every queue dir with ./Maildir/ inside.
====

This doesn't wolk.
-  Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

The only way I could make it work is

1)
change
=go:popuser:888:888:/var/popboxes/go:::
to
+go:popuser:888:888:/var/popboxes/go:-::

but this way go receive messages sent to goabcdef

2)
use 2 lines for every user
=go:popuser:888:888:/var/popboxes/go:::
+go-:popuser:888:888:/var/popboxes/go:-::


The same thing works ok If I use a real user (/etc/passwd) with a real homedir and a
.qmail-default file.


Do you understand what I mean?

Is there a solution?
Thanks.

-- 
Giulio
[EMAIL PROTECTED]

Reply via email to