Dear all , I am having a qmail-ldap server with virtual domains on it . I would like to (slowly) start to transfer the smtp server to postfix . I am still working on test vms in order to make a working configuration first . I am having a problem making the forwards from postfix .
For example [email protected] can now have a forward to [email protected] and also the option to leave a copy of the message on mailbox of [email protected] or not . All these information is in ldap under attributes defined by qmail-ldap schema . So the forwarding address is at attribute mailForwardingAddress: , while the forwarding is handled by deliveryMode: (values are forwardonly , nombox , localdelivery) . What is the way to achieve this in postfix ? Thank you in advance, Nickitas
