  PToN
join:2001-10-04 Houston, TX
| Virtual Users + Postfix + Dovecot
Hello,
I am having problems receiving emails on my setup. I have dovecot configured to authenticate to Active Directory via pam_krb5 and i am able to login to the mail server using pop3 or imap and i am able to send emails as well, but if i reply to one of those test emails, my mail server complaints with:
postfix/smtpd[15539]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 : Recipient address rejected: User unknown in local recipient table; from= to= proto=ESMTP helo=
I know what that error means and i know that i get it because postfix is trying to locate user "test4" in the local table.
Does this mean that i will need to configure ldap for postfix so that the Active directory users can be mapped..?
Cant i just let dovecot do all the work since it is already working..?
Thanks |
|
  Sir Meowmix III
| PToN, I love you, but for the 100th time...
Postfix delivers the mail!!@#$ Dovecot is simply the pop3d/imapd! 
Now, that being said, yes, you need to configure postfix's local_recipient_maps to use LDAP.
Why would you play with Dovecot, it's not broken? |
|
  PToN
join:2001-10-04 Houston, TX | Well i am trying to use Dovecot's LDA so that the emails can be indexed as they are being delivered...
That's why i am messing with dovecot..  |
|