Hi,
I'm trying to implement a simple mail server with postfix and cyrus. I dont use any local domains and local users, mydestinations is empty.
I specify all domains and mailboxes I want to host like this:
virtual_alias_domains = domain.tld
virtual_alias_maps = hash:/etc/postfix/virtual
and in /etc/postfix/virtual:
domain.tld anything
joe@domain.tld whatgoeshere?
I don't know what should I put in the place of whatgoeshere? so that postfix takes it as a mailbox name and passes the mail to cyrus. I want the mailboxname to be exactly joe@domain.tld, but if I write that there it will create a deadlock. Can anyone help?
Thanks,
Captain
I'm trying to implement a simple mail server with postfix and cyrus. I dont use any local domains and local users, mydestinations is empty.
I specify all domains and mailboxes I want to host like this:
virtual_alias_domains = domain.tld
virtual_alias_maps = hash:/etc/postfix/virtual
and in /etc/postfix/virtual:
domain.tld anything
joe@domain.tld whatgoeshere?
I don't know what should I put in the place of whatgoeshere? so that postfix takes it as a mailbox name and passes the mail to cyrus. I want the mailboxname to be exactly joe@domain.tld, but if I write that there it will create a deadlock. Can anyone help?
Thanks,
Captain