ISPConfig 3.0.5.3 not receiving emails anymore, but it sends

Discussion in 'General' started by x86, Dec 16, 2013.

  1. x86

    x86 New Member

    Hi guys, thank you for the opportubity to write in this forum. Also ispconfig is a great piece of software, thank you Falko! :)

    now, i have a funcional installation on ispconfig 3.0.5.3, but from yesterday i do not receive anymore email. I use gmail to read via imap email created on ispconfig.

    This morninig i hade issues with:

    Code:
    fatal: pipe_command: execvp /usr/bin/maildrop: No such file or directory
    in a hurry, i read some posts around here and tried to manage issue with some chmod on /usr/bin/maildrop but folder was not there, i so installed maildrop, restarted server but still no mail.

    I have the edited main.cf and commented

    Code:
    #virtual_transport = maildrop
    rebooted, and no more errors related to maildrop. But no incoming mails anymore :(

    i cand send from [email protected] to any other email, but [email protected] do not receive anymore, and squirrelmail is always empty.

    can you please help me out guys?

    thank you!
    Simone
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Hi Simone, please check the mail.log again, there should be other errors in it. If you dont see errors, then login into squirrelmail and send a email to the same address that you used to login

    Btw. I'am not Falko, but I'am the one that developed ispconfig and it is great to hear that you like my software :)
     
  3. x86

    x86 New Member

    Hi Till, ispconfig is great, and i think it should be at same level as cpanel or plesk! using it with nginx and php-fpm and loving it :)

    ok, let's see..i mail.log i get this several times

    Code:
    Dec 16 13:05:01 www postfix/local[4818]: C4B883039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.08, delays=0.05/0.01/0/0.02, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:05:01 www postfix/cleanup[4808]: D2291303A07: message-id=<[email protected]>
    Dec 16 13:05:01 www postfix/qmgr[2901]: D2291303A07: from=<>, size=3160, nrcpt=1 (queue active)
    Dec 16 13:05:01 www postfix/bounce[4820]: C4B883039DD: sender non-delivery notification: D2291303A07
    Dec 16 13:05:01 www postfix/qmgr[2901]: C4B883039DD: removed
    Dec 16 13:05:01 www postfix/local[4818]: D2291303A07: to=<[email protected]>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:05:01 www postfix/qmgr[2901]: D2291303A07: removed
    
    what could it be?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    It seems as if postfix is trying to deliver the email to a linux system user instead of a virtual user. Please check that the domain that you use for email (the domain of the failing email address) is not used somewhere in /etc/postfix/main.cf (e.g. in mydestination, myhostname or mydomain). If its in there, replace it with a subdomain like mail.yourdomain.tld and restart postfix.

    If you dont find the domain in there, then please post a lrger snippet of the mail.log. e.g. with:

    tail -n 200 /var/log/mail.log
     
  5. x86

    x86 New Member

    in /etc/postfix/main.cf i only see www.x86host.it as mydomain, mydestination and myhostname (this is the main domain where ispconfig is installed and serving mail to customers)

    this is the tail log, hope you could help me :(

    Code:
    Dec 16 12:57:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 12:57:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 12:58:01 www dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=89.120.141.104, lip=37.247.55.123, TLS
    Dec 16 12:58:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 12:58:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 12:58:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 12:58:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 12:58:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 12:58:25 www postfix/anvil[3459]: statistics: max connection rate 1/60s for (smtp:186.215.174.252) at Dec 16 12:51:19
    Dec 16 12:58:25 www postfix/anvil[3459]: statistics: max connection count 1 for (smtp:186.215.174.252) at Dec 16 12:51:19
    Dec 16 12:58:25 www postfix/anvil[3459]: statistics: max cache size 1 at Dec 16 12:51:19
    Dec 16 12:59:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 12:59:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 12:59:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 12:59:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 12:59:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:00:01 www postfix/pickup[2900]: 8A5193039DD: uid=102 from=<smmsp>
    Dec 16 13:00:01 www postfix/cleanup[4585]: 8A5193039DD: message-id=<[email protected]>
    Dec 16 13:00:01 www postfix/qmgr[2901]: 8A5193039DD: from=<[email protected]>, size=677, nrcpt=1 (queue active)
    Dec 16 13:00:01 www postfix/local[4589]: 8A5193039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.06, delays=0.03/0.01/0/0.03, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:00:01 www postfix/cleanup[4585]: 95F3A303A07: message-id=<[email protected]>
    Dec 16 13:00:01 www postfix/bounce[4595]: 8A5193039DD: sender non-delivery notification: 95F3A303A07
    Dec 16 13:00:01 www postfix/qmgr[2901]: 95F3A303A07: from=<>, size=2556, nrcpt=1 (queue active)
    Dec 16 13:00:01 www postfix/qmgr[2901]: 8A5193039DD: removed
    Dec 16 13:00:01 www postfix/local[4589]: 95F3A303A07: to=<[email protected]>, relay=local, delay=0.03, delays=0.02/0/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Dec 16 13:00:01 www postfix/qmgr[2901]: 95F3A303A07: removed
    Dec 16 13:00:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:00:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:00:01 www postfix/pickup[2900]: C96DE3039DD: uid=0 from=<root>
    Dec 16 13:00:01 www postfix/cleanup[4585]: C96DE3039DD: message-id=<[email protected]>
    Dec 16 13:00:01 www postfix/qmgr[2901]: C96DE3039DD: from=<[email protected]>, size=916, nrcpt=1 (queue active)
    Dec 16 13:00:01 www postfix/local[4589]: C96DE3039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.04, delays=0.02/0/0/0.02, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:00:01 www postfix/cleanup[4585]: D2FEE303A07: message-id=<[email protected]>
    Dec 16 13:00:01 www postfix/bounce[4595]: C96DE3039DD: sender non-delivery notification: D2FEE303A07
    Dec 16 13:00:01 www postfix/qmgr[2901]: D2FEE303A07: from=<>, size=2792, nrcpt=1 (queue active)
    Dec 16 13:00:01 www postfix/qmgr[2901]: C96DE3039DD: removed
    Dec 16 13:00:01 www postfix/local[4589]: D2FEE303A07: to=<[email protected]>, relay=local, delay=0.04, delays=0.01/0/0/0.03, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:00:01 www postfix/qmgr[2901]: D2FEE303A07: removed
    Dec 16 13:00:19 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:19 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:19 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:00:19 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:00:19 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:00:27 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.219.15, lip=37.247.55.123
    Dec 16 13:00:27 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:00:30 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.214.150, lip=37.247.55.123
    Dec 16 13:00:31 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:01:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:01:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:01:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:01:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:01:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:02:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:02:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:02:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:02:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:02:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:03:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:03:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:03:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:03:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:03:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:04:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:04:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:04:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:04:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:04:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:05:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:05:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:05:01 www postfix/pickup[2900]: C4B883039DD: uid=0 from=<root>
    Dec 16 13:05:01 www postfix/cleanup[4808]: C4B883039DD: message-id=<[email protected]>
    Dec 16 13:05:01 www postfix/qmgr[2901]: C4B883039DD: from=<[email protected]>, size=1284, nrcpt=1 (queue active)
    Dec 16 13:05:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:05:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:05:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:05:01 www postfix/local[4818]: C4B883039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.08, delays=0.05/0.01/0/0.02, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:05:01 www postfix/cleanup[4808]: D2291303A07: message-id=<[email protected]>
    Dec 16 13:05:01 www postfix/qmgr[2901]: D2291303A07: from=<>, size=3160, nrcpt=1 (queue active)
    Dec 16 13:05:01 www postfix/bounce[4820]: C4B883039DD: sender non-delivery notification: D2291303A07
    Dec 16 13:05:01 www postfix/qmgr[2901]: C4B883039DD: removed
    Dec 16 13:05:01 www postfix/local[4818]: D2291303A07: to=<[email protected]>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:05:01 www postfix/qmgr[2901]: D2291303A07: removed
    Dec 16 13:06:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:06:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:06:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:06:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:06:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:07:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:07:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:07:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:07:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:07:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:07:12 www dovecot: auth-worker(default): mysql: Connected to localhost (dbispconfig)
    Dec 16 13:07:12 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.216.152, lip=37.247.55.123
    Dec 16 13:07:13 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:07:32 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.219.17, lip=37.247.55.123
    Dec 16 13:07:32 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:08:02 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:08:02 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:08:02 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:08:02 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:08:02 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:09:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:09:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:09:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:09:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:09:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:09:31 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.214.150, lip=37.247.55.123
    Dec 16 13:09:31 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:10:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:10:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:10:01 www postfix/pickup[2900]: 8E0A83039DD: uid=0 from=<root>
    Dec 16 13:10:01 www postfix/cleanup[4969]: 8E0A83039DD: message-id=<[email protected]>
    Dec 16 13:10:01 www postfix/qmgr[2901]: 8E0A83039DD: from=<[email protected]>, size=1284, nrcpt=1 (queue active)
    Dec 16 13:10:01 www postfix/local[4979]: 8E0A83039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.05, delays=0.03/0.01/0/0.02, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:10:01 www postfix/cleanup[4969]: 9717F303A07: message-id=<[email protected]>
    Dec 16 13:10:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:10:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:10:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:10:01 www postfix/bounce[4981]: 8E0A83039DD: sender non-delivery notification: 9717F303A07
    Dec 16 13:10:01 www postfix/qmgr[2901]: 9717F303A07: from=<>, size=3160, nrcpt=1 (queue active)
    Dec 16 13:10:01 www postfix/qmgr[2901]: 8E0A83039DD: removed
    Dec 16 13:10:01 www postfix/local[4979]: 9717F303A07: to=<[email protected]>, relay=local, delay=0.02, delays=0.01/0/0/0.01, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:10:01 www postfix/qmgr[2901]: 9717F303A07: removed
    Dec 16 13:10:25 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.216.4, lip=37.247.55.123
    Dec 16 13:10:26 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/303, size=21745671
    Dec 16 13:11:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:11:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:11:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:11:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:11:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:12:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:12:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:12:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:12:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:12:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:13:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:13:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:13:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:13:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:13:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:13:50 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.216.139, lip=37.247.55.123
    Dec 16 13:13:51 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/25, size=1678443
    Dec 16 13:14:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:14:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:14:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:14:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:14:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:15:02 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:15:02 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:15:02 www postfix/pickup[2900]: 4C35A3039DD: uid=0 from=<root>
    Dec 16 13:15:02 www postfix/cleanup[5128]: 4C35A3039DD: message-id=<[email protected]>
    Dec 16 13:15:02 www postfix/qmgr[2901]: 4C35A3039DD: from=<[email protected]>, size=1284, nrcpt=1 (queue active)
    Dec 16 13:15:02 www postfix/local[5133]: 4C35A3039DD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.06, delays=0.03/0.01/0/0.03, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:15:02 www postfix/cleanup[5128]: 576A6303A07: message-id=<[email protected]>
    Dec 16 13:15:02 www postfix/bounce[5137]: 4C35A3039DD: sender non-delivery notification: 576A6303A07
    Dec 16 13:15:02 www postfix/qmgr[2901]: 576A6303A07: from=<>, size=3160, nrcpt=1 (queue active)
    Dec 16 13:15:02 www postfix/qmgr[2901]: 4C35A3039DD: removed
    Dec 16 13:15:02 www postfix/local[5133]: 576A6303A07: to=<[email protected]>, relay=local, delay=0.03, delays=0.01/0/0/0.02, dsn=5.2.0, status=bounced (can't create user output file. Command output: procmail: Error while writing to "/var/mail/nobody" )
    Dec 16 13:15:02 www postfix/qmgr[2901]: 576A6303A07: removed
    Dec 16 13:15:02 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:15:02 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:15:02 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:15:31 www dovecot: pop3-login: Login: user=<[email protected]>, method=PLAIN, rip=209.85.214.145, lip=37.247.55.123
    Dec 16 13:15:32 www dovecot: POP3([email protected]): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
    Dec 16 13:16:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:16:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:16:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:16:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:16:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:16:48 www postfix/smtpd[3280]: connect from r2.technologyprovider.intel.com[146.101.65.88]
    Dec 16 13:16:48 www postfix/smtpd[3280]: D747B3039D9: client=r2.technologyprovider.intel.com[146.101.65.88]
    Dec 16 13:16:48 www postfix/cleanup[5200]: D747B3039D9: message-id=<[email protected]>
    Dec 16 13:16:48 www postfix/qmgr[2901]: D747B3039D9: from=<[email protected]>, size=22112, nrcpt=1 (queue active)
    Dec 16 13:16:49 www postfix/virtual[5201]: D747B3039D9: to=<[email protected]>, relay=virtual, delay=0.13, delays=0.12/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
    Dec 16 13:16:49 www postfix/qmgr[2901]: D747B3039D9: removed
    Dec 16 13:16:54 www postfix/smtpd[3280]: disconnect from r2.technologyprovider.intel.com[146.101.65.88]
    Dec 16 13:17:01 www postfix/smtpd[3280]: connect from localhost.localdomain[127.0.0.1]
    Dec 16 13:17:01 www postfix/smtpd[3280]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Dec 16 13:17:01 www postfix/smtpd[3280]: disconnect from localhost.localdomain[127.0.0.1]
    Dec 16 13:17:01 www dovecot: pop3-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
    Dec 16 13:17:01 www dovecot: imap-login: Disconnected (no auth attempts): rip=127.0.0.1, lip=127.0.0.1, secured
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    As long as you dont have any email addresses like [email protected], then its ok.

    The mails etup was working before?
    If yes, o you remember that you changed something before it stopped working or did you install a ispconfig or Linux update?
     
  7. x86

    x86 New Member

    the email was working fine 1/2 days a go. No updates recently, as far as remember. Seems very strange also to me, since i'm the only administrator of the server and nobody touch it.

    what about that "It seems as if postfix is trying to deliver the email to a linux system user instead of a virtual user."

    can this be fixed?

    thank you!
    Simone
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that I misinterpreted the lig and that the local delivery lines are for emails that are really intended for system accounts. Is the eail address that you used to login to squirrelmail in the log output above? If yes, can you tell me the time of the line where it appears?
     
  9. x86

    x86 New Member

    it is possibile that i have fixed it:

    i have compared an old version of main.cf with the latest, and only difference were:

    old:
    virtual_transport = dovecot

    new:
    #virtual_transport = maildrop

    i have setup virtual_transport with dovecote, flushed and restartd service and i have received a test email.

    now, since Mail queue is empty (but few hours ago was 97 message in queue) do you know how can i receive old emails?

    thank you
    Simone
     
  10. x86

    x86 New Member

    nope, problem is still there. i have received only 1 email tried again, nothing comes in..

    what other logs or configuration should i paste here?

    thank you
    Simone
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    It might be that the mails have been delivered to wrong directories, as dovecot and courier have different structures. Do you know if you run courier or dovecot imap? And please check if the correct imap daemon and filter langiage is selected in ispconfig under System > server config > mail
     
  12. x86

    x86 New Member

    thanks to a consultant, i have managed to fix usse.

    there were some permission not configured on folders (/var/mail), routing uncorrectly set to courier but i use dovecot.
    this fixed issue.

     

Share This Page