result_format = %s/Inbox
Hi, I use postfix with virtual mailbox domain and ldap (http://www.linuxmail.info/postfix-dovecot-ldap-centos-5/). When I use result_format = %s/Inbox postfix doesn't create Inbox file because directory %s isn't create automatically. When I manually add directory %s, inbox file is created during mail receive. How to configure postfix to create %s/Inbox structure automaticly. Thx
Cluster
Hi Is postfix capable to work in high-availability or load-balancing cluster? If yes, where I can read about this. Please, give me a hint. Thanks
Mail forwarding
Hi, I want to forward mail only for one user u...@mydomain.tld to u...@otherdomain.tld. I try do it in this way: /etc/postfix/virtual: ... u...@mydomain.tld u...@mydomain.tld, u...@otherdomain.tld ... When I send mail to u...@mydomain.tld it receive message but user u...@otherdomain.tld receive 2 identical copy of mail. How to send only one copy of mail to u...@otherdomain.tld Thanks
Re: Mail forwarding
On 26/05/11 21:46, mouss wrote: Le 26/05/2011 18:41, pch0317 a écrit : Hi, I want to forward mail only for one user u...@mydomain.tld to u...@otherdomain.tld. I try do it in this way: /etc/postfix/virtual: ... u...@mydomain.tld u...@mydomain.tld, u...@otherdomain.tld ... When I send mail to u...@mydomain.tld it receive message but user u...@otherdomain.tld receive 2 identical copy of mail. How to send only one copy of mail to u...@otherdomain.tld http://www.postfix.org/FILTER_README.html http://www.postfix.org/postconf.5.html#receive_override_options perfect help Thanks
Autoresponder
Hi list, I would like to create autoresponder functionality in my mail system, but I don't know how to start. User should turn on/off autoresponder from client application and set message text which will be send in autoreply message. My system work on RHEL 6.1: postfix, dovecot, squirrelmail, users are from Active Directory Server 2003. Users work with Thunderbird 7, Outlook 2007 and 2010. Users haven't technical knowledge and they haven't shell access to server. How to create autoresponder functionality in my environment. Thanks