Results 1 to 3 of 3
My problem;
Using postfix virtual with multiple domains.
lets say i have 2 Domains;
doe.com
bloggs.com
in the virtual list i have
doe.com Domain
jane@doe.com jane
bloggs.com Domain
john@bloggs.com john
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-04-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
Postfix 2.3.8 Virtual problem
My problem;
Using postfix virtual with multiple domains.
lets say i have 2 Domains;
doe.com
bloggs.com
in the virtual list i have
doe.com Domain
jane@doe.com jane
bloggs.com Domain
john@bloggs.com john
jane@bloggs.com jane
If an email is sent to john@doe.com, john@bloggs.com receives it even though john@doe.com doesnt exist in the virtual list.
anyone know how i can force domain checking in the virtual list?
any help would be great, even a point in the right direction
Thanks
- 04-06-2008 #2
did you run map hash for the virtual file? like :-
sendmail -> makemap hash /etc/mail/virtusertable < .....
postfix -> postmap hash /etc/mail/virtual
- 04-07-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 2
Yes,
also, in main.cf
virtual_alias_maps = hash:/etc/postfix/virtual
is set


Reply With Quote
