Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - clyss

Pages: [1]
1
Hello,
I'm journalist for french magazin, 01netBusinness, and I'm looking for (french if possible) companies using Zentyal (in production). If you're in one, please contact me back asap:!
Thanks a lot!

2
French / Article sur Zentyal : retour d'expérience
« on: August 26, 2015, 12:13:11 am »
bonjour,
je suis journaliste pour le magazine 01netBusiness et je cherche des entreprises françaises qui utilisent Zentyal en prod. Si c'est votre cas, contactez moi !
Merci !

3
Hi,
I needed real catch all in mail, ie a mailadress (catchall@mydomain.com) that receive all emails that are not destinated to known users. (the catch-all in Domain parameter is not this....)

to do that,
1. with Zentyal, create a user catchall@mydomain.com and add a mail alias to him, for example titi@mydomain.com
2. change /usr/share/zentyal/stubs/mail/main.cf.mas
    remplace the line :
    virtual_alias_maps = ldap:valiases
    by :
## accountsmap for catchall
accountsmap_server_host = 127.0.0.1:389
accountsmap_bind = no
accountsmap_search_base = ou=Users,dc=mail,dc=bogart
accountsmap_query_filter =(&(mail=%s)(!(quota=-1))(objectClass=CourierMailAccount))
accountsmap_result_attribute = mail
virtual_alias_maps = ldap:accountsmap, ldap:valiases
## virtual_alias_maps = ldap:valiases
restart module

3. Use a LDAP editor, for example JXPlorer (http://jxplorer.org), free
    Connect to Zentyal
        Port 389
        LDAP v3
        Security : User/Password
        You'll find them in Zentyal/Users+Groups, Ldap param

Open World/mydomain/mail/postfix/mailalias/titi@mydomain.com
    change :    mail : titi@mydomain.com     to : @mydomain.com
    change :    uid : catchall@mydomain.com     to : @mydomain.com

Done
Lot of Thanks to Postfix users who take time to write informations, and specialy to :
http://wanderingbarque.com/howtos/mailserver/mailserver.html

Pages: [1]