[Postfix/Dovecot] not receiving mail.

Discussion in 'Technical' started by HooGLaNDeR, Feb 9, 2008.

  1. HooGLaNDeR

    HooGLaNDeR Member

    Hello all, when i'm tailing my mailserver as soon as i receive mail i see the following errors.
    Can someone help me out?

    Code:
    Feb  9 21:07:00 mail postfix/smtpd[5010]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
    Feb  9 21:07:00 mail postfix/smtpd[5010]: connect from hs-out-0708.google.com[64.233.178.248]
    Feb  9 21:07:01 mail postfix/smtpd[5010]: E1AA819CE14: client=hs-out-0708.google.com[64.233.178.248]
    Feb  9 21:07:02 mail postfix/cleanup[5014]: E1AA819CE14: message-id=<[email protected]>
    Feb  9 21:07:02 mail postfix/qmgr[5005]: E1AA819CE14: from=<[email protected]>, size=1768, nrcpt=1 (queue active)
    Feb  9 21:07:02 mail dovecot: auth-worker(default): sql([email protected]): User query failed: Table 'mailserver.users' doesn't exist
    Feb  9 21:07:02 mail postfix/pipe[5015]: E1AA819CE14: to=<[email protected]>, relay=dovecot, delay=0.85, delays=0.74/0.06/0/0.05, dsn=5.3.0, status=bounced (Command died with status 89: "/usr/lib/dovecot/deliver")
    Feb  9 21:07:02 mail postfix/cleanup[5014]: 4114019CE18: message-id=<[email protected]>
    Feb  9 21:07:02 mail postfix/bounce[5017]: E1AA819CE14: sender non-delivery notification: 4114019CE18
    Feb  9 21:07:02 mail postfix/qmgr[5005]: E1AA819CE14: removed
    Feb  9 21:07:02 mail postfix/qmgr[5005]: 4114019CE18: from=<>, size=3507, nrcpt=1 (queue active)
    Feb  9 21:07:03 mail postfix/smtp[5018]: 4114019CE18: to=<[email protected]>, relay=gmail-smtp-in.l.google.com[64.233.183.27]:25, delay=0.82, delays=0.02/0.02/0.02/0.75, dsn=2.0.0, status=sent (250 2.0.0 OK 1202587618 f7si466957nfh.19)
    Feb  9 21:07:03 mail postfix/qmgr[5005]: 4114019CE18: removed
    Feb  9 21:07:32 mail postfix/smtpd[5010]: disconnect from hs-out-0708.google.com[64.233.178.248]
    
    Thanks in advance....
     
    Last edited: Feb 1, 2009
  2. thecaoticone

    thecaoticone New Member

    I am not sure what set-up you are running, but going on the errors, here is what I see.

    The first error I see is usually means the "alias_maps =" is not set correctly:

    The second error I see seems to be saying the you have a table missing from the database.

    Check your postfix main.cf file to ensure the "alias_maps =" are set correctly and then make sure your 'mailserver.users' table exist.
     

Share This Page