Combination of postfix and courier failing

Discussion in 'Server Operation' started by Xaymar, Mar 3, 2012.

  1. Xaymar

    Xaymar New Member

    I have this setup:
    • postfix
    • courier-imap
    • courier-pop
    Now what is happening is that when i connect to imap or pop it tells me it cant open the mailbox or just does nothing and spams the client with "0 NO Invalid IMAP command from server"
    What is wrong?

    Here are my configuration files:
    /etc/postfix/main.cf
    Code:
    smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
    biff = no
    append_dot_mydomain = no
    delay_warning_time = 4h
    readme_directory = /usr/share/doc/postfix
    smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
    smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
    smtpd_use_tls=yes
    smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
    smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_local_domain = $myhostname
    broken_sasl_auth_clients = yes
    smtpd_recipient_restrictions = reject_unauth_destination, reject_unknown_hostname, permit_mynetworks, permit_sasl_authenticated
    smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname, reject_non_fqdn_hostname, reject_unknown_hostname
    smtpd_sender_restrictions = reject_unknown_sender_domain
    smtpd_helo_required = yes
    strict_rfc821_envelopes = yes
    virtual_alias_maps = hash:/etc/postfix/virtual_alias
    virtual_alias_domains = /etc/postfix/virtual_domains
    myhostname = levelnull.de
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    myorigin = /etc/mailname
    mydestination = $myhostname, 46190.$mydomain, localhost.$mydomain, localhost, $mydomain
    relayhost =
    mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
    mailbox_command = procmail -a "$EXTENSION"
    mailbox_size_limit = 0
    recipient_delimiter = +
    inet_interfaces = all
    home_mailbox = .mail
    local_recipient_maps =
    html_directory = /usr/share/doc/postfix/html
    /etc/postfix/master.cf
    Code:
    #
    smtp      inet  n       -       -       -       -       smtpd
    pickup    fifo  n       -       -       60      1       pickup
    cleanup   unix  n       -       -       -       0       cleanup
    qmgr      fifo  n       -       n       300     1       qmgr
    tlsmgr    unix  -       -       -       1000?   1       tlsmgr
    rewrite   unix  -       -       -       -       -       trivial-rewrite
    bounce    unix  -       -       -       -       0       bounce
    defer     unix  -       -       -       -       0       bounce
    trace     unix  -       -       -       -       0       bounce
    verify    unix  -       -       -       -       1       verify
    flush     unix  n       -       -       1000?   0       flush
    proxymap  unix  -       -       n       -       -       proxymap
    proxywrite unix -       -       n       -       1       proxymap
    smtp      unix  -       -       -       -       -       smtp
    relay     unix  -       -       -       -       -       smtp
            -o smtp_fallback_relay=
    showq     unix  n       -       -       -       -       showq
    error     unix  -       -       -       -       -       error
    retry     unix  -       -       -       -       -       error
    discard   unix  -       -       -       -       -       discard
    local     unix  -       n       n       -       -       local
    virtual   unix  -       n       n       -       -       virtual
    lmtp      unix  -       -       -       -       -       lmtp
    anvil     unix  -       -       -       -       1       anvil
    scache    unix  -       -       -       -       1       scache
    maildrop  unix  -       n       n       -       -       pipe
      flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
    uucp      unix  -       n       n       -       -       pipe
      flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    ifmail    unix  -       n       n       -       -       pipe
      flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp     unix  -       n       n       -       -       pipe
      flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
    scalemail-backend unix  -       n       n       -       2       pipe
      flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
    mailman   unix  -       n       n       -       -       pipe
      flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
      ${nexthop} ${user}
    /etc/postfix/sasl/smtpd.conf
    Code:
    pwcheck_method: saslauthd
    mech_list: digest-md5 cram-md5 login plain
    autotransition:true
    saslauthd_path: /var/run/saslauthd/mux
    pwcheck_method: saslauthd
    /etc/courier/imapd
    Code:
    ##VERSION: $Id: imapd.dist.in,v 1.41 2008/06/21 16:01:23 mrsam Exp $
    # Do not alter lines that begin with ##, they are used when upgrading
    ##NAME: ADDRESS:0
    ADDRESS=0
    ##NAME: PORT:1
    PORT=143
    ##NAME: AUTHSERVICE:0
    ##NAME: MAXDAEMONS:0
    MAXDAEMONS=40
    ##NAME: MAXPERIP:0
    MAXPERIP=20
    ##NAME: PIDFILE:0
    PIDFILE=/var/run/courier/imapd.pid
    ##NAME: TCPDOPTS:0
    TCPDOPTS="-nodnslookup -noidentlookup"
    ##NAME: LOGGEROPTS:0
    LOGGEROPTS="-name=imapd"
    ##NAME: DEFDOMAIN:0
    #DEFDOMAIN="@example.com"
    ##NAME: IMAP_CAPABILITY:1
    IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE"
    ##NAME: KEYWORDS_CAPABILITY:0
    IMAP_KEYWORDS=1
    ##NAME: ACL_CAPABILITY:0
    IMAP_ACL=1
    ##NAME: SMAP1_CAPABILITY:0
    ##NAME: IMAP_CAPABILITY_ORIG:2
    IMAP_CAPABILITY_ORIG="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 AUTH=CRAM-SHA256 IDLE"
    ##NAME: IMAP_PROXY:0
    IMAP_PROXY=0
    ##NAME: PROXY_HOSTNAME:0
    ##NAME: IMAP_PROXY_FOREIGN:0
    IMAP_PROXY_FOREIGN=0
    ##NAME: IMAP_IDLE_TIMEOUT:0
    IMAP_IDLE_TIMEOUT=60
    ##NAME: IMAP_MAILBOX_SANITY_CHECK:0
    IMAP_MAILBOX_SANITY_CHECK=1
    ##NAME: IMAP_CAPABILITY_TLS:0
    IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
    ##NAME: IMAP_TLS_ORIG:0
    IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
    ##NAME: IMAP_DISABLETHREADSORT:0
    IMAP_DISABLETHREADSORT=0
    ##NAME: IMAP_CHECK_ALL_FOLDERS:0
    IMAP_CHECK_ALL_FOLDERS=0
    ##NAME: IMAP_OBSOLETE_CLIENT:0
    IMAP_OBSOLETE_CLIENT=0
    ##NAME: IMAP_UMASK:0
    IMAP_UMASK=022
    ##NAME: IMAP_ULIMITD:0
    IMAP_ULIMITD=131072
    ##NAME: IMAP_USELOCKS:0
    IMAP_USELOCKS=1
    ##NAME: IMAP_SHAREDINDEXFILE:0
    IMAP_SHAREDINDEXFILE=/etc/courier/shared/index
    ##NAME: IMAP_ENHANCEDIDLE:0
    # IMPORTANT: IMAP_USELOCKS *MUST* also be set to 1, and IDLE must be included
    IMAP_ENHANCEDIDLE=0
    ##NAME: IMAP_TRASHFOLDERNAME:0
    IMAP_TRASHFOLDERNAME=Trash
    ##NAME: IMAP_EMPTYTRASH:0
    IMAP_EMPTYTRASH=Trash:7
    ##NAME: IMAP_MOVE_EXPUNGE_TO_TRASH:0
    IMAP_MOVE_EXPUNGE_TO_TRASH=0
    ##NAME: OUTBOX:0
    ##NAME: SENDMAIL:0
    SENDMAIL=/usr/sbin/sendmail
    ##NAME: HEADERFROM:0
    # WARNING - By enabling OUTBOX above, *every* IMAP mail client will receive
    HEADERFROM=X-IMAP-Sender
    ##NAME: OUTBOX_MULTIPLE_SEND:0
    ##NAME: IMAPDSTART:0
    #  x[yY]*)
    IMAPDSTART=YES
    ##NAME: MAILDIRPATH:0
    MAILDIRPATH=.mail
    /etc/courier/pop3d
    Code:
    ##VERSION: $Id: pop3d.dist.in,v 1.16 2005/07/05 12:42:51 mrsam Exp $
    # Do not alter lines that begin with ##, they are used when upgrading
    ##NAME: PIDFILE:0
    PIDFILE=/var/run/courier/pop3d.pid
    ##NAME: MAXDAEMONS:0
    MAXDAEMONS=40
    ##NAME: MAXPERIP:4
    MAXPERIP=4
    ##NAME: POP3AUTH:1
    POP3AUTH=""
    ##NAME: POP3AUTH_ORIG:1
    POP3AUTH_ORIG="PLAIN LOGIN CRAM-MD5 CRAM-SHA1 CRAM-SHA256"
    ##NAME: POP3AUTH_TLS:1
    POP3AUTH_TLS=""
    ##NAME: POP3AUTH_TLS_ORIG:0
    POP3AUTH_TLS_ORIG="LOGIN PLAIN"
    ##NAME: POP3_PROXY:0
    POP3_PROXY=0
    ##NAME: PROXY_HOSTNAME:0
    ##NAME: PORT:1
    PORT=110
    ##NAME: ADDRESS:0
    ADDRESS=0
    ##NAME: TCPDOPTS:0
    TCPDOPTS="-nodnslookup -noidentlookup"
    ##NAME: LOGGEROPTS:0
    LOGGEROPTS="-name=pop3d"
    ##NAME: DEFDOMAIN:0
    #DEFDOMAIN="@example.com"
    ##NAME: POP3DSTART:0
    #  x[yY]*)
    POP3DSTART=YES
    ##NAME: MAILDIRPATH:0
    MAILDIRPATH=.mail
    /etc/courier/authdaemonrc
    Code:
    ##VERSION: $Id: authdaemonrc.in,v 1.13 2005/10/05 00:07:32 mrsam Exp $
    # Do not alter lines that begin with ##, they are used when upgrading
    ##NAME: authmodulelist:2
    authmodulelist="authpam"
    ##NAME: authmodulelistorig:3
    authmodulelistorig="authuserdb authpam authpgsql authldap authmysql authcustom authpipe"
    ##NAME: daemons:0
    daemons=5
    ##NAME: authdaemonvar:2
    authdaemonvar=/var/run/courier/authdaemon
    ##NAME: DEBUG_LOGIN:0
    # ** YES ** - DEBUG_LOGIN=2 places passwords into syslog.
    DEBUG_LOGIN=0
    ##NAME: DEFAULTOPTIONS:0
    DEFAULTOPTIONS=""
    ##NAME: LOGGEROPTS:0
    LOGGEROPTS=""
    ##NAME: LDAP_TLS_OPTIONS:0
    Log files(tail -n 62):
    /var/log/mail.log
    Code:
    Mar  3 13:13:40 46190 postfix/anvil[16209]: statistics: max cache size 1 at Mar  3 13:10:19
    Mar  3 13:16:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=28, sent=269, time=1798, starttls=1
    Mar  3 13:16:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:16:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55139], protocol=IMAP
    Mar  3 13:26:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=28, sent=269, time=1797, starttls=1
    Mar  3 13:26:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:26:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55164], protocol=IMAP
    Mar  3 13:28:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:28:26 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55185], protocol=IMAP
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=478, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=1078, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=357, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=1677, starttls=1
    Mar  3 13:34:43 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:34:45 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55444], protocol=IMAP
    Mar  3 13:35:13 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:35:15 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55460], protocol=IMAP
    Mar  3 13:35:56 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:35:58 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55467], protocol=IMAP
    Mar  3 13:36:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:36:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55468], protocol=IMAP
    Mar  3 13:40:51 46190 imapd: Connection, ip=[::1]
    Mar  3 13:41:02 46190 imapd: LOGIN FAILED, user=Xaymar, ip=[::1]
    Mar  3 13:41:54 46190 imapd: Connection, ip=[::1]
    Mar  3 13:42:37 46190 imapd: (null): TOO MANY CONSECUTIVE PROTOCOL VIOLATIONS
    Mar  3 13:42:52 46190 imapd: Connection, ip=[::1]
    Mar  3 13:43:30 46190 imapd: LOGIN FAILED, user=xaymar, ip=[::1]
    Mar  3 13:46:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:46:25 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:46:25 46190 imapd: xaymar: No such file or directory
    Mar  3 13:46:25 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:46:27 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:46:27 46190 imapd: xaymar: No such file or directory
    Mar  3 13:49:10 46190 postfix/smtpd[16388]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:49:10 46190 postfix/smtpd[16388]: connect from mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:49:11 46190 postfix/cleanup[16391]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: 326AA2CC0B89: client=mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:49:11 46190 postfix/cleanup[16391]: 326AA2CC0B89: message-id=<[email protected]>
    Mar  3 13:49:11 46190 postfix/qmgr[8164]: 326AA2CC0B89: from=<[email protected]>, size=4129, nrcpt=1 (queue active)
    Mar  3 13:49:11 46190 postfix/local[16392]: 326AA2CC0B89: to=<[email protected]>, relay=local, delay=0.27, delays=0.22/0.01/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Mar  3 13:49:11 46190 postfix/qmgr[8164]: 326AA2CC0B89: removed
    Mar  3 13:49:41 46190 postfix/smtpd[16388]: disconnect from mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max connection rate 1/60s for (smtp:209.85.214.49) at Mar  3 13:49:10
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max connection count 1 for (smtp:209.85.214.49) at Mar  3 13:49:10
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max cache size 1 at Mar  3 13:49:10
    Mar  3 13:56:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:56:26 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:56:26 46190 imapd: xaymar: No such file or directory
    Mar  3 13:56:26 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 13:56:28 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:56:28 46190 imapd: xaymar: No such file or directory
    Mar  3 14:04:45 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:05:15 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:05:58 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:06:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=64, sent=339, time=1798, starttls=1
    Mar  3 14:06:23 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 14:06:25 46190 imapd: chdir .mail: No such file or directory
    Mar  3 14:06:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:25 46190 imapd: Connection, ip=[::ffff:84.129.132.50]
    Mar  3 14:06:26 46190 imapd: chdir .mail: No such file or directory
    Mar  3 14:06:26 46190 imapd: xaymar: No such file or directory
    /var/log/mail.info
    Code:
    Mar  3 13:06:30 46190 postfix/anvil[16192]: statistics: max connection rate 1/60s for (smtp:209.85.214.49) at Mar  3 13:02:40
    Mar  3 13:06:30 46190 postfix/anvil[16192]: statistics: max connection count 1 for (smtp:209.85.214.49) at Mar  3 13:02:40
    Mar  3 13:06:30 46190 postfix/anvil[16192]: statistics: max cache size 1 at Mar  3 13:02:40
    Mar  3 13:10:19 46190 postfix/smtpd[16208]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:10:19 46190 postfix/smtpd[16208]: connect from 235878-web1.toodledo.com[72.4.116.156]
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:10:20 46190 postfix/cleanup[16211]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: 03D9E12588001: client=235878-web1.toodledo.com[72.4.116.156]
    Mar  3 13:10:20 46190 postfix/cleanup[16211]: 03D9E12588001: message-id=<[email protected]>
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: disconnect from 235878-web1.toodledo.com[72.4.116.156]
    Mar  3 13:10:20 46190 postfix/qmgr[8164]: 03D9E12588001: from=<[email protected]>, size=1178, nrcpt=1 (queue active)
    Mar  3 13:10:20 46190 postfix/local[16212]: 03D9E12588001: to=<[email protected]>, relay=local, delay=0.13, delays=0.12/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Mar  3 13:10:20 46190 postfix/qmgr[8164]: 03D9E12588001: removed
    Mar  3 13:13:40 46190 postfix/anvil[16209]: statistics: max connection rate 1/60s for (smtp:72.4.116.156) at Mar  3 13:10:19
    Mar  3 13:13:40 46190 postfix/anvil[16209]: statistics: max connection count 1 for (smtp:72.4.116.156) at Mar  3 13:10:19
    Mar  3 13:13:40 46190 postfix/anvil[16209]: statistics: max cache size 1 at Mar  3 13:10:19
    Mar  3 13:16:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=28, sent=269, time=1798, starttls=1
    Mar  3 13:16:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55139], protocol=IMAP
    Mar  3 13:26:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=28, sent=269, time=1797, starttls=1
    Mar  3 13:26:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55164], protocol=IMAP
    Mar  3 13:28:26 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55185], protocol=IMAP
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=478, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=1078, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=357, starttls=1
    Mar  3 13:34:23 46190 imapd: NOTICE: Disconnected during shutdown by signal, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=254, time=1677, starttls=1
    Mar  3 13:34:45 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55444], protocol=IMAP
    Mar  3 13:35:15 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55460], protocol=IMAP
    Mar  3 13:35:58 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55467], protocol=IMAP
    Mar  3 13:36:25 46190 imapd: LOGIN, user=xaymar, ip=[::ffff:84.129.132.50], port=[55468], protocol=IMAP
    Mar  3 13:41:02 46190 imapd: LOGIN FAILED, user=Xaymar, ip=[::1]
    Mar  3 13:42:37 46190 imapd: (null): TOO MANY CONSECUTIVE PROTOCOL VIOLATIONS
    Mar  3 13:43:30 46190 imapd: LOGIN FAILED, user=xaymar, ip=[::1]
    Mar  3 13:46:25 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:46:25 46190 imapd: xaymar: No such file or directory
    Mar  3 13:46:27 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:46:27 46190 imapd: xaymar: No such file or directory
    Mar  3 13:49:10 46190 postfix/smtpd[16388]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:49:10 46190 postfix/smtpd[16388]: connect from mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:49:11 46190 postfix/cleanup[16391]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: 326AA2CC0B89: client=mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:49:11 46190 postfix/cleanup[16391]: 326AA2CC0B89: message-id=<[email protected]>
    Mar  3 13:49:11 46190 postfix/qmgr[8164]: 326AA2CC0B89: from=<[email protected]>, size=4129, nrcpt=1 (queue active)
    Mar  3 13:49:11 46190 postfix/local[16392]: 326AA2CC0B89: to=<[email protected]>, relay=local, delay=0.27, delays=0.22/0.01/0/0.03, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Mar  3 13:49:11 46190 postfix/qmgr[8164]: 326AA2CC0B89: removed
    Mar  3 13:49:41 46190 postfix/smtpd[16388]: disconnect from mail-bk0-f49.google.com[209.85.214.49]
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max connection rate 1/60s for (smtp:209.85.214.49) at Mar  3 13:49:10
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max connection count 1 for (smtp:209.85.214.49) at Mar  3 13:49:10
    Mar  3 13:53:01 46190 postfix/anvil[16389]: statistics: max cache size 1 at Mar  3 13:49:10
    Mar  3 13:56:26 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:56:26 46190 imapd: xaymar: No such file or directory
    Mar  3 13:56:28 46190 imapd: chdir .mail: No such file or directory
    Mar  3 13:56:28 46190 imapd: xaymar: No such file or directory
    Mar  3 14:04:45 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:05:15 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:05:58 46190 imapd: TIMEOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=18, sent=241, time=1800, starttls=1
    Mar  3 14:06:23 46190 imapd: LOGOUT, user=xaymar, ip=[::ffff:84.129.132.50], headers=0, body=0, rcvd=64, sent=339, time=1798, starttls=1
    Mar  3 14:06:25 46190 imapd: chdir .mail: No such file or directory
    Mar  3 14:06:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:26 46190 imapd: chdir .mail: No such file or directory
    Mar  3 14:06:26 46190 imapd: xaymar: No such file or directory
    /var/log/mail.warn
    Code:
    Mar  3 10:22:03 46190 postfix/smtpd[8195]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:22:03 46190 postfix/smtpd[8196]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:22:03 46190 postfix/smtpd[8197]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:26:26 46190 postfix/smtpd[8216]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:26:26 46190 postfix/smtpd[8218]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:26:26 46190 postfix/smtpd[8219]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:26:31 46190 imapd: xaymar: No such file or directory
    Mar  3 10:26:34 46190 imapd: xaymar: No such file or directory
    Mar  3 10:47:47 46190 postfix/smtpd[8246]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:47:48 46190 postfix/smtpd[8246]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 10:47:48 46190 postfix/smtpd[8246]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 10:47:48 46190 postfix/cleanup[8249]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:58:29 46190 postfix/smtpd[8259]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 10:58:30 46190 postfix/smtpd[8259]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 10:58:30 46190 postfix/smtpd[8259]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 10:58:30 46190 postfix/cleanup[8262]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:07:22 46190 postfix/smtpd[8266]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:07:23 46190 postfix/smtpd[8266]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 11:07:23 46190 postfix/smtpd[8266]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 11:07:23 46190 postfix/cleanup[8269]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:19:20 46190 imapd: xaymar: No such file or directory
    Mar  3 11:19:23 46190 imapd: xaymar: No such file or directory
    Mar  3 11:33:10 46190 imapd: xaymar: No such file or directory
    Mar  3 11:33:15 46190 imapd: xaymar: No such file or directory
    Mar  3 11:46:13 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 11:46:13 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 11:46:13 46190 postfix/smtpd[8636]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:46:13 46190 postfix/smtpd[8658]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:46:13 46190 postfix/smtpd[8659]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:46:13 46190 postfix/smtpd[8660]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:46:13 46190 postfix/smtpd[8661]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:46:13 46190 postfix/smtpd[8662]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 11:57:26 46190 imapd: xaymar: No such file or directory
    Mar  3 11:57:28 46190 imapd: xaymar: No such file or directory
    Mar  3 12:05:32 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:05:35 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:22:03 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:22:05 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:24:48 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:25:39 46190 last message repeated 3 times
    Mar  3 12:43:01 46190 postfix/smtpd[16164]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 12:43:02 46190 postfix/smtpd[16164]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 12:43:02 46190 postfix/smtpd[16164]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 12:43:02 46190 postfix/cleanup[16167]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:02:39 46190 postfix/smtpd[16191]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:02:40 46190 postfix/smtpd[16191]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:02:40 46190 postfix/smtpd[16191]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:02:40 46190 postfix/cleanup[16194]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:10:19 46190 postfix/smtpd[16208]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:10:20 46190 postfix/smtpd[16208]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:10:20 46190 postfix/cleanup[16211]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:42:37 46190 imapd: (null): TOO MANY CONSECUTIVE PROTOCOL VIOLATIONS
    Mar  3 13:46:25 46190 imapd: xaymar: No such file or directory
    Mar  3 13:46:27 46190 imapd: xaymar: No such file or directory
    Mar  3 13:49:10 46190 postfix/smtpd[16388]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
    Mar  3 13:49:11 46190 postfix/smtpd[16388]: warning: restriction `reject_unauth_destrination' after `check_relay_domains' is ignored
    Mar  3 13:49:11 46190 postfix/cleanup[16391]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  3 13:56:26 46190 imapd: xaymar: No such file or directory
    Mar  3 13:56:28 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:26 46190 imapd: xaymar: No such file or directory
    /var/log/mail.err
    Code:
    Mar  3 08:15:08 46190 postfix/smtpd[6398]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:16:09 46190 postfix/smtpd[6403]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:17:10 46190 postfix/smtpd[6404]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:18:11 46190 postfix/smtpd[6409]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:19:12 46190 postfix/smtpd[6414]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:19:51 46190 postfix/postfix-script[6422]: error: unknown command: 'restart'
    Mar  3 08:19:51 46190 postfix/postfix-script[6423]: fatal: usage: postfix start (or stop, reload, abort, flush, check, status, set-permissions, upgrade-configuration)
    Mar  3 08:20:21 46190 postfix/smtpd[6548]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:21:22 46190 postfix/smtpd[6550]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:22:23 46190 postfix/smtpd[6618]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:23:24 46190 postfix/smtpd[6621]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:24:25 46190 postfix/smtpd[6631]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:25:26 46190 postfix/smtpd[6638]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:26:27 46190 postfix/smtpd[6681]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:27:54 46190 postfix/smtpd[6912]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:28:55 46190 postfix/smtpd[6920]: fatal: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit
    Mar  3 08:37:46 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 08:37:46 46190 last message repeated 3 times
    Mar  3 08:38:45 46190 last message repeated 4 times
    Mar  3 08:38:53 46190 imapd: authentication error: No such file or directory
    Mar  3 08:38:55 46190 imapd: authentication error: No such file or directory
    Mar  3 08:44:33 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 08:44:33 46190 last message repeated 3 times
    Mar  3 08:44:41 46190 imapd: root: No such file or directory
    Mar  3 08:44:43 46190 imapd: root: No such file or directory
    Mar  3 08:53:00 46190 imapd: root: No such file or directory
    Mar  3 08:53:05 46190 imapd: root: No such file or directory
    Mar  3 08:57:28 46190 imapd: authentication error: No such file or directory
    Mar  3 09:02:37 46190 imapd: authentication error: No such file or directory
    Mar  3 09:48:54 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 09:48:54 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 09:50:42 46190 imapd: root: No such file or directory
    Mar  3 09:50:44 46190 imapd: root: No such file or directory
    Mar  3 10:02:08 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 10:02:08 46190 last message repeated 3 times
    Mar  3 10:04:48 46190 imapd: xaymar: No such file or directory
    Mar  3 10:04:51 46190 imapd: xaymar: No such file or directory
    Mar  3 10:06:03 46190 last message repeated 2 times
    Mar  3 10:16:35 46190 imapd: xaymar: No such file or directory
    Mar  3 10:16:37 46190 imapd: xaymar: No such file or directory
    Mar  3 10:26:31 46190 imapd: xaymar: No such file or directory
    Mar  3 10:26:34 46190 imapd: xaymar: No such file or directory
    Mar  3 11:19:20 46190 imapd: xaymar: No such file or directory
    Mar  3 11:19:23 46190 imapd: xaymar: No such file or directory
    Mar  3 11:33:10 46190 imapd: xaymar: No such file or directory
    Mar  3 11:33:15 46190 imapd: xaymar: No such file or directory
    Mar  3 11:46:13 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 11:46:13 46190 pop3d: Maximum connection limit reached for ::ffff:84.129.132.50
    Mar  3 11:57:26 46190 imapd: xaymar: No such file or directory
    Mar  3 11:57:28 46190 imapd: xaymar: No such file or directory
    Mar  3 12:05:32 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:05:35 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:22:03 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:22:05 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:24:48 46190 imapd: xaymar: Account's mailbox directory is not owned by the correct uid or gid
    Mar  3 12:25:39 46190 last message repeated 3 times
    Mar  3 13:42:37 46190 imapd: (null): TOO MANY CONSECUTIVE PROTOCOL VIOLATIONS
    Mar  3 13:46:25 46190 imapd: xaymar: No such file or directory
    Mar  3 13:46:27 46190 imapd: xaymar: No such file or directory
    Mar  3 13:56:26 46190 imapd: xaymar: No such file or directory
    Mar  3 13:56:28 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:06:26 46190 imapd: xaymar: No such file or directory
    Hint: I stripped the comments from the files posted, as I was at 120k chars in a post.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You must send an email first to a new account so that the necessary directories are created. Afterwards you can try to fetch mails from the account.
     
  3. Xaymar

    Xaymar New Member

    Hmm, I did that but nothing actually happened.
    The mails sent couldn't be copied to "Sent", and the mails recieved now end up being saved in "nobody".

    /var/log/mail.log
    Code:
    root@46190:/home/xaymar# tail -n 30 /var/log/mail.log
    Mar  5 18:36:32 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:36:32 46190 imapd: root: No such file or directory
    Mar  5 18:36:32 46190 imapd: Connection, ip=[::ffff:84.129.147.209]
    Mar  5 18:36:32 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:36:32 46190 imapd: root: No such file or directory
    Mar  5 18:37:40 46190 imapd: Connection, ip=[::ffff:84.129.147.209]
    Mar  5 18:37:42 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:42 46190 imapd: root: No such file or directory
    Mar  5 18:37:42 46190 imapd: Connection, ip=[::ffff:84.129.147.209]
    Mar  5 18:37:44 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:44 46190 imapd: root: No such file or directory
    Mar  5 18:37:45 46190 postfix/smtpd[18153]: connect from p548193D1.dip0.t-ipconnect.de[84.129.147.209]
    Mar  5 18:37:46 46190 postfix/smtpd[18153]: A72572CC06BD: client=p548193D1.dip0.t-ipconnect.de[84.129.147.209], sasl_method=PLAIN, [email protected]
    Mar  5 18:37:46 46190 postfix/cleanup[18157]: A72572CC06BD: message-id=<[email protected]>
    Mar  5 18:37:46 46190 postfix/qmgr[18117]: A72572CC06BD: from=<[email protected]>, size=668, nrcpt=1 (queue active)
    Mar  5 18:37:46 46190 postfix/local[18158]: A72572CC06BD: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.21, delays=0.21/0/0/0, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
    Mar  5 18:37:46 46190 postfix/qmgr[18117]: A72572CC06BD: removed
    Mar  5 18:37:46 46190 postfix/smtpd[18153]: disconnect from p548193D1.dip0.t-ipconnect.de[84.129.147.209]
    Mar  5 18:37:46 46190 imapd: Connection, ip=[::ffff:84.129.147.209]
    Mar  5 18:37:47 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:47 46190 imapd: root: No such file or directory
    Mar  5 18:37:47 46190 imapd: Connection, ip=[::ffff:84.129.147.209]
    Mar  5 18:37:48 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:48 46190 imapd: root: No such file or directory
    Mar  5 18:40:01 46190 postfix/pickup[18116]: BBD612CC06BD: uid=102 from=<smmsp>
    Mar  5 18:40:01 46190 postfix/cleanup[18225]: BBD612CC06BD: message-id=<[email protected]>
    Mar  5 18:40:01 46190 postfix/qmgr[18117]: BBD612CC06BD: from=<[email protected]>, size=673, nrcpt=1 (queue active)
    Mar  5 18:40:01 46190 postfix/local[18227]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Mar  5 18:40:01 46190 postfix/local[18227]: BBD612CC06BD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.04, delays=0.02/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
    Mar  5 18:40:01 46190 postfix/qmgr[18117]: BBD612CC06BD: removed
    /var/log/mail.err
    Code:
    ar  3 14:16:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:16:31 46190 imapd: xaymar: No such file or directory
    Mar  3 14:26:25 46190 imapd: xaymar: No such file or directory
    Mar  3 14:26:28 46190 imapd: xaymar: No such file or directory
    Mar  5 17:47:44 46190 imapd: xaymar: No such file or directory
    Mar  5 17:48:07 46190 last message repeated 3 times
    Mar  5 17:57:41 46190 imapd: xaymar: No such file or directory
    Mar  5 17:57:41 46190 imapd: xaymar: No such file or directory
    Mar  5 18:07:41 46190 imapd: xaymar: No such file or directory
    Mar  5 18:07:41 46190 imapd: xaymar: No such file or directory
    Mar  5 18:15:08 46190 postfix/smtpd[17973]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:16:09 46190 postfix/smtpd[17974]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:17:10 46190 postfix/smtpd[17975]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:17:40 46190 imapd: xaymar: No such file or directory
    Mar  5 18:17:41 46190 imapd: xaymar: No such file or directory
    Mar  5 18:18:11 46190 postfix/smtpd[17984]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:19:12 46190 postfix/smtpd[17985]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:20:13 46190 postfix/smtpd[18011]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:21:14 46190 postfix/smtpd[18012]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:22:15 46190 postfix/smtpd[18015]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:23:16 46190 postfix/smtpd[18016]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:24:17 46190 postfix/smtpd[18017]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:25:18 46190 postfix/smtpd[18026]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:26:19 46190 postfix/smtpd[18032]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:27:20 46190 postfix/smtpd[18033]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:34:38 46190 imapd: root: No such file or directory
    Mar  5 18:34:39 46190 imapd: root: No such file or directory
    Mar  5 18:36:32 46190 last message repeated 4 times
    Mar  5 18:37:42 46190 imapd: root: No such file or directory
    Mar  5 18:37:48 46190 last message repeated 3 times
    /var/log/mail.info
    Code:
    Mar  5 18:37:46 46190 postfix/cleanup[18157]: A72572CC06BD: message-id=<[email protected]>
    Mar  5 18:37:46 46190 postfix/qmgr[18117]: A72572CC06BD: from=<[email protected]>, size=668, nrcpt=1 (queue active)
    Mar  5 18:37:46 46190 postfix/local[18158]: A72572CC06BD: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.21, delays=0.21/0/0/0, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
    Mar  5 18:37:46 46190 postfix/qmgr[18117]: A72572CC06BD: removed
    Mar  5 18:37:46 46190 postfix/smtpd[18153]: disconnect from p548193D1.dip0.t-ipconnect.de[84.129.147.209]
    Mar  5 18:37:47 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:47 46190 imapd: root: No such file or directory
    Mar  5 18:37:48 46190 imapd: chdir .mail: No such file or directory
    Mar  5 18:37:48 46190 imapd: root: No such file or directory
    Mar  5 18:40:01 46190 postfix/pickup[18116]: BBD612CC06BD: uid=102 from=<smmsp>
    Mar  5 18:40:01 46190 postfix/cleanup[18225]: BBD612CC06BD: message-id=<[email protected]>
    Mar  5 18:40:01 46190 postfix/qmgr[18117]: BBD612CC06BD: from=<[email protected]>, size=673, nrcpt=1 (queue active)
    Mar  5 18:40:01 46190 postfix/local[18227]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Mar  5 18:40:01 46190 postfix/local[18227]: BBD612CC06BD: to=<[email protected]>, orig_to=<root>, relay=local, delay=0.04, delays=0.02/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
    Mar  5 18:40:01 46190 postfix/qmgr[18117]: BBD612CC06BD: removed
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 8: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 11: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 12: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 15: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 16: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:49 46190 postfix/smtpd[18232]: connect from mail-bk0-f49.google.com[209.85.214.49]
    Mar  5 18:40:55 46190 postfix/smtpd[18232]: warning: 49.214.85.209.list.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.list.dsbl.org type=A: Host not found, try again
    Mar  5 18:41:01 46190 postfix/smtpd[18232]: warning: 49.214.85.209.multihop.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.multihop.dsbl.org type=A: Host not found, try again
    Mar  5 18:41:01 46190 postfix/smtpd[18232]: EFC572CC06BD: client=mail-bk0-f49.google.com[209.85.214.49]
    Mar  5 18:41:02 46190 postfix/cleanup[18225]: EFC572CC06BD: message-id=<[email protected]>
    Mar  5 18:41:02 46190 postfix/qmgr[18117]: EFC572CC06BD: from=<[email protected]>, size=4248, nrcpt=1 (queue active)
    Mar  5 18:41:02 46190 postfix/local[18227]: table hash:/etc/aliases(0,lock|no_regsub|no_proxy|no_unauth|fold_fix) has changed -- restarting
    Mar  5 18:41:02 46190 postfix/local[18233]: EFC572CC06BD: to=<[email protected]>, relay=local, delay=13, delays=13/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
    Mar  5 18:41:02 46190 postfix/qmgr[18117]: EFC572CC06BD: removed
    Mar  5 18:41:32 46190 postfix/smtpd[18232]: disconnect from mail-bk0-f49.google.com[209.85.214.49]
    /var/log/mail.warn
    Code:
    Mar  5 18:25:18 46190 postfix/smtpd[18026]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  5 18:25:18 46190 postfix/smtpd[18026]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:25:19 46190 postfix/master[17865]: warning: process /usr/lib/postfix/smtpd pid 18026 exit status 1
    Mar  5 18:25:19 46190 postfix/master[17865]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    Mar  5 18:26:19 46190 postfix/smtpd[18032]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  5 18:26:19 46190 postfix/smtpd[18032]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:26:20 46190 postfix/master[17865]: warning: process /usr/lib/postfix/smtpd pid 18032 exit status 1
    Mar  5 18:26:20 46190 postfix/master[17865]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    Mar  5 18:27:20 46190 postfix/smtpd[18033]: warning: database /etc/postfix/virtual_alias.db is older than source file /etc/postfix/virtual_alias
    Mar  5 18:27:20 46190 postfix/smtpd[18033]: fatal: open database /etc/postfix/access_sender.db: No such file or directory
    Mar  5 18:27:21 46190 postfix/master[17865]: warning: process /usr/lib/postfix/smtpd pid 18033 exit status 1
    Mar  5 18:27:21 46190 postfix/master[17865]: warning: /usr/lib/postfix/smtpd: bad command startup -- throttling
    Mar  5 18:28:55 46190 postfix/smtpd[18054]: warning: TLS library problem: 18054:error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca:s3_pkt.c:1102:SSL alert number 48:
    Mar  5 18:32:05 46190 postfix/smtpd[18092]: warning: 209.147.129.84.list.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=209.147.129.84.list.dsbl.org type=A: Host not found, try again
    Mar  5 18:32:12 46190 postfix/smtpd[18092]: warning: 209.147.129.84.multihop.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=209.147.129.84.multihop.dsbl.org type=A: Host not found, try again
    Mar  5 18:32:22 46190 postfix/smtpd[18092]: warning: 49.214.85.209.list.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.list.dsbl.org type=A: Host not found, try again
    Mar  5 18:32:28 46190 postfix/smtpd[18092]: warning: 49.214.85.209.multihop.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.multihop.dsbl.org type=A: Host not found, try again
    Mar  5 18:34:38 46190 imapd: root: No such file or directory
    Mar  5 18:34:39 46190 imapd: root: No such file or directory
    Mar  5 18:36:32 46190 last message repeated 4 times
    Mar  5 18:37:42 46190 imapd: root: No such file or directory
    Mar  5 18:37:48 46190 last message repeated 3 times
    Mar  5 18:40:01 46190 postfix/local[18227]: warning: database /etc/aliases.db is older than source file /etc/aliases
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 8: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 11: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 12: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 15: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:23 46190 postfix/postmap[18230]: warning: /etc/aliases, line 16: record is in "key: value" format; is this an alias file?
    Mar  5 18:40:55 46190 postfix/smtpd[18232]: warning: 49.214.85.209.list.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.list.dsbl.org type=A: Host not found, try again
    Mar  5 18:41:01 46190 postfix/smtpd[18232]: warning: 49.214.85.209.multihop.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=49.214.85.209.multihop.dsbl.org type=A: Host not found, try again
    I don't get why this doesn't work like described. It worked like a charm last time why not now :(
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Does /etc/postfix/access_sender exist? If so, you can create /etc/postfix/access_sender.db as follows:
    Code:
    postmap /etc/postfix/access_sender
     

Share This Page