Cannot receive emails (ISPconfig3, Postfix, Dovecot)

Discussion in 'Server Operation' started by legitvps, Sep 1, 2013.

  1. legitvps

    legitvps New Member

    Hello,

    I get the following error in /var/log/mail.err when attempt to send an email to myself from squirrelmail. I followed the ISPConfig 3 perfect server install but am still having issues with email. Any help would be much appreciated.

    In addition every time I create a new mailbox in ISPConfig I get a "failed to connect to IMAP server", with permission errors.

    System:

    Debian Wheezy 64bit
    ISPConfig 3
    Dovecot
    Postfix
    Mysql 5.5
    PHP 5
    Postfix
    Mailman

    ######################
    error from /var/log/mail.err, each error is one attempt to send an email to myself
    ######################
    Aug 31 18:13:10 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:18:16 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:28:16 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:29:21 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:29:38 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:38:16 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))
    Aug 31 18:38:16 example dovecot: lda([email protected]): Fatal: setuid(5000 from userdb lookup) failed with euid=150(vmail): Operation not permitted (This binary should probably be called with process user set to 5000 instead of 150(vmail))


    ################################
    is the mailer-daemon failed to send message
    ################################
    This is the mail system at host eforward1c.registrar-servers.com.

    I'm sorry to have to inform you that your message could not
    be delivered to one or more recipients. It's attached below.

    For further assistance, please send mail to postmaster.

    If you do so, please include this problem report. You can
    delete your own text from the attached returned message.

    The mail system

    <me@########.com>: host mail.########.com[68.233.250.95] said: 554
    5.7.1 Mail (id-37798-02091) appears to be unsolicited - URIBL Listed in
    'example.com'(black.uribl.com fresh15.spameatingmonkey.net) - resend with
    the code vy8e0yge appended to subject and ask to have your email
    whitelisted (the code vy8e0yge changes each 24 hours). See
    http://www.gsolutionsonline.net/mail-filters.html (in reply to end of DATA
    command)
    Reporting-MTA: dns; eforward1c.registrar-servers.com
    X-Postfix-Queue-ID: 813FD5BC852
    X-Postfix-Sender: rfc822; me@###########.com
    Arrival-Date: Sat, 31 Aug 2013 18:08:52 -0400 (EDT)

    Final-Recipient: rfc822; me@########.com
    Original-Recipient: rfc822;[email protected]
    Action: failed
    Status: 5.7.1
    Remote-MTA: dns; mail.###########.com
    Diagnostic-Code: smtp; 554 5.7.1 Mail (id-37798-02091) appears to be
    unsolicited - URIBL Listed in 'example.com'(black.uribl.com
    fresh15.spameatingmonkey.net) - resend with the code vy8e0yge appended to
    subject and ask to have your email whitelisted (the code vy8e0yge changes
    each 24 hours). See http://www.gsolutionsonline.net/mail-filters.html
     
    Last edited: Sep 1, 2013
  2. rosehosting

    rosehosting Member

    Please paste the output of the following command:

    Code:
    grep vmail /etc/passwd
     

Share This Page