This bug was fixed in the package postfix - 2.5.5-1
---
postfix (2.5.5-1) unstable; urgency=low
[Wietse Venema]
* local file descriptor leak with 2.6 kernels and epoll.
postfix (2.5.4-2) unstable; urgency=low
[Nicolas Valcárcel]
* Add ufw integration (from 2.5.4-1ubuntu2)
** Changed in: postfix (Ubuntu)
Status: Confirmed => Fix Committed
--
default postfix config creates backscatter
https://bugs.launchpad.net/bugs/242383
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.
--
Ubuntu-s
mydestination should be set to the hostname of the machine or any domain it
accepts mail for and serves it's mailboxes local
If postfix is just the relay for this domain you should set relay_domains and
not mydestination
IMHO, there should be no reason for setting mydestination and relay_domains
** Changed in: postfix (Ubuntu)
Importance: Undecided => High
Assignee: (unassigned) => LaMont Jones (lamont)
Status: New => Confirmed
Target: None => ubuntu-8.10-beta
--
default postfix config creates backscatter
https://bugs.launchpad.net/bugs/242383
You received this bug
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