From: fago (no email)
Date: Sat Jan 03 2004 - 09:40:56 EST
Am Sa, den 03.01.2004 schrieb Ralf Hildebrandt um 09:43:
> * fago <>:
>
> > local_recipient_maps = ldap:accounts $virtual_maps
>
> If you don't use the $virtual_maps, don't list them here.
> Asking the LDAP should be all you need.
>
> > and my transport map:
> > bimbo.lan maildrop:
> > localhost maildrop:
> >
> > so the virtual_* settings are not used any more because i use maildrop
> > for delivery.
>
> Why do you keep them then? For maximum confusion??
OK i've removed the virtual_* stuff from my config. But the behaviour is
still the same, all mail is passed to maildrop :(
My postconf -n output is now:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
local_recipient_maps = ldap:accounts
mydestination = bimbo.lan, localhost
myhostname = bimbo.lan
mynetworks = 127.0.0.0/8
myorigin = $myhostname
notify_classes = resource, software
program_directory = /usr/lib/postfix
relayhost =
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name (Linux/GNU)
transport_maps = hash:/etc/postfix/transport
virtual_maps = ldap:aliases hash:/etc/aliases
> maildrop is configured to look for the mail accounts at the ldap
server,
> > which works fine. but postfix sends all mail to maildrop and so i get
> > this:
>
> So: Your local_recipient_maps don't work properly.
is local_recipient_maps used without using the local delivery agent?
i looks like not :( so there is no ldap lookup for the mail accounts in
the slapd-logs (for ldap:accounts).
thanks for help,
fago
|
|
|