Prev: Difference between default_destination_recipient_limit and smtpd_recipient_limit
Next: Postfix redirection after aliase resolution
From: me on 26 Mar 2010 09:13 just signed up and have a novice kind of question, sorry :) I'm reading the docs but somehow can not get the hang of a config, for a local domain(canonical/mydestination) that recipients list would be looked up in ldap postmap queries my ldap, returns no errors, but cannot get whole thing(postfix) to actually work, either errors about: unknown user, or status is 'sent/delivered' but nothing in inbox I know that easier would be to make it virtual, this works, but.. - how to configure postfix to lookup up into ldap for local recipients? - and if yes is it possible to keep mailboxes under one folder, like for vmail? the whole idea is to have these local recipients' mailboxes behaving like virtual, no shell accounts (on a box here postfix runs coupled with dovecot and dovecot does local delivery) regards
From: Jerry on 26 Mar 2010 09:48 On Fri, 26 Mar 2010 13:13:36 +0000, me <me(a)lejeczek.pl> articulated: > just signed up and have a novice kind of question, sorry :) > > I'm reading the docs but somehow can not get the hang of a config, > for a local domain(canonical/mydestination) that recipients list > would be looked up > in ldap > > postmap queries my ldap, returns no errors, but > cannot get whole thing(postfix) to actually work, either errors about: > unknown user, or status is 'sent/delivered' but nothing in inbox > > I know that easier would be to make it virtual, this works, but.. > > - how to configure postfix to lookup up into ldap for local > recipients? > - and if yes is it possible to keep mailboxes under one folder, like > for vmail? > > the whole idea is to have these local recipients' mailboxes behaving > like virtual, no shell accounts > (on a box here postfix runs coupled with dovecot and dovecot does > local delivery) You missed the instructions for reporting a problem on this mailing list. They were sent to you in the mailing list welcome message. TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail Also check out: http://www.postfix.org/DEBUG_README.html I would recommend that you download 'postfinger' and post its output here. http://ftp.wl0.org/SOURCES/postfinger -- Jerry postfix.user(a)yahoo.com TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html You are only young once, but you can stay immature indefinitely.
From: Victor Duchovni on 26 Mar 2010 12:01
On Fri, Mar 26, 2010 at 01:13:36PM +0000, me wrote: > I'm reading the docs but somehow can not get the hang of a config, > for a local domain(canonical/mydestination) that recipients list would be > looked up in ldap http://www.postfix.org/VIRTUAL_README.html http://www.postfix.org/DATABASE_README.html http://www.postfix.org/ldap_table.5.html > - how to configure postfix to lookup up into ldap for local recipients? "Local recipients" are *by definition* shell accounts, in that information about them is obtained via getpwnam(3) (/etc/passwd and nsswitch.conf). This said, you can use "mailbox_transport" and/or "mailbox_transport_maps" to deliver email to local addresses that may lack an account. See the local(8) manpage for details. > the whole idea is to have these local recipients' mailboxes behaving like > virtual, no shell accounts > (on a box here postfix runs coupled with dovecot and dovecot does local > delivery) You still need a way to validate such accounts, at which point why bother adding the domain to mydestination and calling it "local"? You can just virtual_mailbox_domains much more easily in most cases. -- Viktor. P.S. Morgan Stanley is looking for a New York City based, Senior Unix system/email administrator to architect and sustain our perimeter email environment. If you are interested, please drop me a note. |