posty / posty_api

Utility to administrate mailserver based on postfix and dovecot
www.posty-soft.org
Other
85 stars 19 forks source link

Postfix config sample #1

Closed rahul286 closed 11 years ago

rahul286 commented 11 years ago

First, thanks for nice tool. Postfix is around like for 17 years but it really lacked something that you guys are working on. :+1:

I checked source but couldn't find postfix config samples to be used for virtual_mailbox_domains, virtual_mailbox_maps and virtual_alias_maps.

I might be acting lazy as I think queries can be re-created from database-schema. But I thought its better to ask you first as if you have any sample, it will work nicely.

Thanks.

chicobico commented 11 years ago

Thank you for your feedback. We actually work on a basic chef cookbook (posty/posty_chef) which installs and configures the whole mailserver. But i can commit the sample mapping files in the posty_api repository as well.

rahul286 commented 11 years ago

chef cookbook is fine as well. :-)

I will watch for future updates - https://github.com/posty/posty_chef

posty commented 11 years ago

Now you can find the postfix config mapping examples in the posty_api repository in vendor/config/postfix/samples/

rahul286 commented 11 years ago

Thanks. :-)