Re: collate.pl

2016-08-29 Thread Robert Dahlem
Hi, On 29.08.2016 16:41, Robert Dahlem wrote: > There is a potential problem with multiple instances: $syslog_name > defaults to $multi_instance_name. You need to pay attention to change > this in /etc/postfix-sec/master.cf too. > > Unfortunately, /dev/rob0's proposol t

Re: collate.pl

2016-08-29 Thread Robert Dahlem
Hi, On 29.08.2016 15:36, Wietse Venema wrote: >> Because it does no harm to anything existing I propose that attached >> patch gets into the distribution. > It works with multi-instance names. What is the result for the stock > master.cf file, which has entries as shown below? > > submissio

Re: collate.pl

2016-08-29 Thread Robert Dahlem
Hi, On 23.08.2016 18:44, Viktor Dukhovni wrote: > A more general approach may be to replace "_slow" with "/slow" and > ignore any additional / delimited components between the instance > name and the program name. That would require you to set a syslog_name > along the lines of postfix-sec/slow

collate.pl

2016-08-23 Thread Robert Dahlem
Hi, some days ago Wietse mentioned auxiliary/collate/collate.pl in the Postfix 3.2 source-code distribution. I did try my luck with it and it is pretty impressive. There remains one problem for me: it got this regular expression: my $instre = qr{(?x) \A # Absolute li

Re: sendmail: no local interface found for

2016-08-17 Thread Robert Dahlem
On 17.08.2016 20:58, Wietse Venema wrote: >> I have this in main.cf: >> inet_interfaces = 127.0.0.1, 192.168.x.x, 80.y.y.y > > Why not: "inet_interfaces = all"? Because I intend to run a second instance on the same machine with a different IP address. If the primary instance listens on all inte

sendmail: no local interface found for

2016-08-17 Thread Robert Dahlem
Hi, I have this in main.cf: inet_interfaces = 127.0.0.1, 192.168.x.x, 80.y.y.y The latter addresses are virtual IPs which are loaded by pacemaker before Postfix gets started. Sometimes I need to generate mail locally during the boot phase by using sendmail. The virtual IP addresses are not loade

[solved] When ist virtual used and when not?

2015-08-14 Thread Robert Dahlem
em to move no_address_mappings to the master.cf entry sending the mail to amavis. Kind regards, Robert On 30.07.2015 16:21, Robert Dahlem wrote: > Hi, > > I would like to divert mail for postmas...@mydomain.info from the usual > Exchange server to my account on some other internal server:

When ist virtual used and when not?

2015-07-30 Thread Robert Dahlem
Hi, I would like to divert mail for postmas...@mydomain.info from the usual Exchange server to my account on some other internal server: # postconf | grep "^mydomain" mydomain = mydomain.info /etc/postfix/virtual: - postmaster rdahlem@internal.domain /etc/postfi

Re: sender_dependent_default_transport_maps and relayhost

2015-02-13 Thread Robert Dahlem
Hi Viktor, On 13.02.2015 16:49, Viktor Dukhovni wrote: >> I got this domain example.tld for which I need to relay all mail FROM >> this domain through a specific mail server. For this I tried to deploy >> sender_dependent_default_transport_maps. > > The "relayhost" parameter is used by trivial-r

sender_dependent_default_transport_maps and relayhost

2015-02-13 Thread Robert Dahlem
Hi, I got this domain example.tld for which I need to relay all mail FROM this domain through a specific mail server. For this I tried to deploy sender_dependent_default_transport_maps. main.cf: default_transport = smtp mydomain = example.info relay_domains = $myhostname, localho

Re: postfix-users@postfix.org: difference between "verify" and "secure"

2012-03-06 Thread Robert Dahlem
On 06.03.2012 16:57, Viktor Dukhovni wrote: >> It's just that its CN does not match the server name, but that >> should be ok when using "verify" (and not when using "secure"). > Considering that Postfix documentation does not say this, and > clearly states the opposite, you're just overloading y

Re: postfix-users@postfix.org: difference between "verify" and "secure"

2012-03-06 Thread Robert Dahlem
On 05.03.2012 19:39, Wietse Venema wrote: >> 366AE26E2B: to=, relay=s2.mydomain.de[192.168.1.1]:25, >> ..., dsn=4.7.5, status=deferred (Server certificate not verified) >> == >> >> So my understanding of the difference between "verify

postfix-users@postfix.org: difference between "verify" and "secure"

2012-03-05 Thread Robert Dahlem
Hi, I'm on Postfix 2.5.6 and implementing TLS. I'm having difficulties to understand the difference between "verify" and "secure". What I've got on the client side: /etc/hosts: 192.168.1.1 s2.mydomain.de /etc/postfix/main.cf disable_dns_lookups = yes smtp_tls_loglevel =