Re: Outbound mail bouncing (LDAP)
Greg Hackney wrote:
> I dunno. Somehow your Postfix is configured to where "user@outside.addr" is
> hitting the virtual_transport rather than the relay_transport.
I've got it ... the clue was here:
>> Here is some information from the log file (with the "Fixed
>> query_filter (associatedDomain=*) is probably useless" removed):
My query to the LDAP server had a "*" instead of a "%s", so it was
coming back and saying that any destination server was one of the
virtual servers that I hosted, hence it was using the virtual transport
for everything.
I found this out by changing the mydestination to exclude
ldap:acceptdomains, and hardcoding the domain names instead.
I had to pull out the relay_transport=smtp and default_transport=smtp
settings, since it was trying to deliver everything by smtp instead of
putting mail in the MailDir folders (I think). In any case, it works now.
Thanks for taking the time, Greg.
Phil.
|