message sent from the sieve-vacation does not contain dkim signature how to configure sieve to send messages via smtp transport with signing?
On 11/26/2012 07:58 PM ??????? ???????? wrote:> message sent from the sieve-vacation does not contain dkim signature > > how to configure sieve to send messages via smtp transport with signing?Configure a submission host: http://hg.dovecot.org/dovecot-2.1/file/e95479f439aa/doc/example-config/conf.d/15-lda.conf#l20 Regards, Pascal -- The trapper recommends today: face1e55.1233120 at localdomain.org
thx for answer i use 1.x I found the solution in main.cf content_filter=smtp-amavis:[127.0.0.1]:10026 #filter with dkim and in master.cf public_ip_external_user:smtp inet n - - - - smtpd #some smtpd_recipient_restrictions rules #some smtpd_sender_restrictions rules -o content_filter=smtp-amavis:[127.0.0.1]:10024 #filter for external user 26.11.12 23:52, Pascal Volk ?????:> On 11/26/2012 07:58 PM ??????? ???????? wrote: >> message sent from the sieve-vacation does not contain dkim signature >> >> how to configure sieve to send messages via smtp transport with signing? > Configure a submission host: > http://hg.dovecot.org/dovecot-2.1/file/e95479f439aa/doc/example-config/conf.d/15-lda.conf#l20 > > > Regards, > Pascal
You do know that inline comments as you have below are not supported in postfix config files and WILL cause unexpected behavior depending on where they are and what they contain, right? On 2012-11-26 3:13 PM, ??????? ???????? <klimenko.n at theitidea.ru> wrote:> thx for answer > > i use 1.x > I found the solution > > in main.cf > content_filter=smtp-amavis:[127.0.0.1]:10026 #filter with dkim > > and in master.cf > public_ip_external_user:smtp inet n - - > - - smtpd > #some smtpd_recipient_restrictions rules > #some smtpd_sender_restrictions rules > -o content_filter=smtp-amavis:[127.0.0.1]:10024 #filter for > external user > > > 26.11.12 23:52, Pascal Volk ?????: >> On 11/26/2012 07:58 PM ??????? ???????? wrote: >>> message sent from the sieve-vacation does not contain dkim signature >>> >>> how to configure sieve to send messages via smtp transport with >>> signing? >> Configure a submission host: >> http://hg.dovecot.org/dovecot-2.1/file/e95479f439aa/doc/example-config/conf.d/15-lda.conf#l20 >> >> >> >> Regards, >> Pascal > >-- Best regards, Charles Marcus I.T. Director Media Brokers International, Inc. 678.514.6200 x224 | 678.514.6299 fax
yes of course this is only remarks for easily understanding 27.11.12 0:33, Charles Marcus ?????:> You do know that inline comments as you have below are not supported > in postfix config files and WILL cause unexpected behavior depending > on where they are and what they contain, right? > > On 2012-11-26 3:13 PM, ??????? ???????? <klimenko.n at theitidea.ru> wrote: >> thx for answer >> >> i use 1.x >> I found the solution >> >> in main.cf >> content_filter=smtp-amavis:[127.0.0.1]:10026 #filter with dkim >> >> and in master.cf >> public_ip_external_user:smtp inet n - - >> - - smtpd >> #some smtpd_recipient_restrictions rules >> #some smtpd_sender_restrictions rules >> -o content_filter=smtp-amavis:[127.0.0.1]:10024 #filter for >> external user >> >> >> 26.11.12 23:52, Pascal Volk ?????: >>> On 11/26/2012 07:58 PM ??????? ???????? wrote: >>>> message sent from the sieve-vacation does not contain dkim signature >>>> >>>> how to configure sieve to send messages via smtp transport with >>>> signing? >>> Configure a submission host: >>> http://hg.dovecot.org/dovecot-2.1/file/e95479f439aa/doc/example-config/conf.d/15-lda.conf#l20 >>> >>> >>> >>> Regards, >>> Pascal >> >>