postfix as relay host

2009-07-10 Thread Michael Fischer
Hi, I have a groupwise system and want to use postfix as a relay host for virus scanning and spam checking. Receiving mail from out the world and passing it on to groupwise works smoothely. But I want to scan mails that are sent via groupwise for viruses, too. I have my groupwise server defined

Dot-prefixed subdomain behavior - possible bug

2016-03-28 Thread Michael Fischer
In Postfix 2.10, the default value of $parent_domain_matches_subdomains changed from: parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,smtpd_access_maps To: parent_domain_matches_subdomains = debug_peer_list,fast_

Re: Dot-prefixed subdomain behavior - possible bug

2016-03-29 Thread Michael Fischer
On Mon, Mar 28, 2016 at 8:22 PM, Viktor Dukhovni wrote: > Any change in your configuration is not the result of upstream > changes in Postfix. The "relay_domains" element is still there > even in 3.2 snapshots. OK, let's assume that the change was caused by a vendor patch to 2.9 that they undid

Re: Dot-prefixed subdomain behavior - possible bug

2016-03-29 Thread Michael Fischer
On Tue, Mar 29, 2016 at 8:36 AM, /dev/rob0 wrote: >> According to my reading of the documentation, if $relay_domains >> includes ".example.com", it should relay mail for "sub.example.com", >> regardless of whether or not "relay_domains" is included in >> $parent_domain_matches_subdomains. > > Thi

Re: Dot-prefixed subdomain behavior - possible bug

2016-03-29 Thread Michael Fischer
On Tue, Mar 29, 2016 at 9:40 AM, Viktor Dukhovni wrote: > There are a few features for which the semantics of p_d_m_s are > explained in more detail, for example: > http://www.postfix.org/access.5.html > http://www.postfix.org/transport.5.html OK, thanks. It'd be useful, I think, to link the e

Re: Dot-prefixed subdomain behavior - possible bug

2016-03-29 Thread Michael Fischer
On Tue, Mar 29, 2016 at 9:46 AM, Michael Fischer wrote: > On Tue, Mar 29, 2016 at 9:40 AM, Viktor Dukhovni > wrote: > >> There are a few features for which the semantics of p_d_m_s are >> explained in more detail, for example: > >> http://www.postfix.org/access.5.

Re: Dot-prefixed subdomain behavior - possible bug

2016-03-29 Thread Michael Fischer
On Tuesday, March 29, 2016, Wietse Venema wrote: > Michael Fischer: > > On Tue, Mar 29, 2016 at 9:40 AM, Viktor Dukhovni > > > wrote: > > > > > There are a few features for which the semantics of p_d_m_s are > > > explained in more detail, for example: