John O'Reilly wrote: > First of all, thanks. I need the help. > > On Fri, Sep 26, 2008 at 1:42 PM, Victor Duchovni > <[EMAIL PROTECTED]> wrote: > >> On Fri, Sep 26, 2008 at 12:20:48PM -0400, John O'Reilly wrote: >> >> >>> I am running in a chroot setup. >>> >> Why??? >> > > apparently, that's the default on Ubuntu with apt-get install. > > >>> Sep 26 11:29:43 dilton postfix/qmgr[16091]: 0BDB83E04F8: >>> from=<[EMAIL PROTECTED]>, size=327, nrcpt=1 (queue active) >>> Sep 26 11:29:43 dilton postfix/smtp[16234]: 0BDB83E04F8: >>> to=<[EMAIL PROTECTED]>, orig_to=<john>, relay=none, delay=0.08, >>> delays=0.04/0.01/0.03/0, dsn=5.4.4, status=bounced (unable to look up >>> host phonydomain.net: Name or service not known) >>> >> The target domain is ofbuscated, but as it is routed to the smtp(8) >> delivery agent, it is not listed in mydestination, or local delivery is >> pre-empted by a transport override. >> >> > > I don't know what you mean by transport override, exactly. > > The target domain is a made-up, non-dns name, and it is listed in > mydestination > > >>> here is postconf -n output: >>> >> Here too domains are obfuscated, so I can't help you further. >> >> >>> content_filter = smtp-amavis:[127.0.0.1]:10024 >>> >> Your logs don't show any use of amavis, this sure looks like the wrong >> configuration... >> >> > > But I am definitely using amavis. >
Logs to support this? > >>> mydestination = phonydomain.net, localhost.phonydomain.net, , localhost >>> >> No transport overrides, ... but it is far from clear that this is >> the right main.cf file. >> >> > > Is there more than one? I'm making changes to the one in > /etc/post/main.cf, and they show up when I do a 'postconf'. > If in a chroot, a process looks in /var/spool/postfix/etc for configuration. (and /var/spool/postfix for all other things too) See if there is a main.cf in there. See also: http://www.postfix.org/BASIC_CONFIGURATION_README.html#chroot_setup Chroot is an interesting experiment if you don't understand the consequences. Brian