Public bug reported:
In vivid (and maybe other releases) libpam-mount installs the file
/lib/pkgconfig/libcryptmount.pc
That's strange for two reasons:
1) pkg-config files should not be installed by non-'-dev' packages
2) pkg-config files won't be found in /lib/pkgconfig
Note for example:
(
Two more potential (somewhat less good) solutions:
1: You can set
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination,
reject_unknown_recipient_domain
then your host will accept mail for existent-sub.domain.com but not non-
existent-sub.domain.com (this is done by the
re
Note:
setting 'relay_domains =' also fixes the problem: it seems that postfix
will accept mail for delivery by virtue of it being in relay_domains
-or- mydestination.
--
default postfix config creates backscatter
https://bugs.launchpad.net/bugs/242383
You received this bug notification because y
Public bug reported:
The postfix config file has a 'mydestination' parameter. This is the
domains for which your mailserver will deliver mail locally.
It also has a 'relay_domains' parameter. This is the domains for which
your mailserver will accept mail for delivery from remote untrusted
hosts