All my mail is going to /var/mail/vmail

Discussion in 'Installation/Configuration' started by _sluimers_, May 19, 2009.

  1. _sluimers_

    _sluimers_ New Member

  2. _sluimers_

    _sluimers_ New Member

    Here's my /etc/postfix/main.cf:
    Code:
    # See /usr/share/postfix/main.cf.dist for a commented, more complete version
    
    
    # Debian specific:  Specifying a file name will cause the first
    # line of that file to be used as the name.  The Debian default
    # is /etc/mailname.
    myorigin = /etc/mailname
    
    smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
    biff = no
    
    # appending .domain is the MUA's job.
    append_dot_mydomain = no
    
    # Uncomment the next line to generate "delayed mail" warnings
    #delay_warning_time = 4h
    
    readme_directory = /usr/share/doc/postfix
    
    # TLS parameters
    smtpd_tls_cert_file = /etc/postfix/smtpd.cert
    smtpd_tls_key_file = /etc/postfix/smtpd.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
    
    # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
    # information on enabling SSL in the smtp client.
    
    debugger_command =
    myhostname = [I]mydomainname.com[/I]
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    myorigin = /etc/mailname
    mydestination = localhost, localhost.localdomain
    relayhost = 
    mynetworks = 127.0.0.0/8
    mailbox_command = 
    mailbox_size_limit = 0
    recipient_delimiter = +
    inet_interfaces = all
    home_mailbox = Maildir/
    smtpd_sasl_auth_enable = yes
    smtpd_sasl_type = cyrus
    #smtpd_sasl_path = /etc/postfix/sasl:/usr/lib/sasl2
    smtpd_sasl_authenticated_header = yes
    smtpd_sasl_security_options = noanonymous
    smtpd_sasl_local_domain = 
    broken_sasl_auth_clients = yes
    smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
    smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
    smtp_use_tls = no
    smtpd_tls_received_header = no
    smtpd_tls_mandatory_protocols = SSLv3, TLSv1
    smtpd_tls_mandatory_ciphers = medium
    smtpd_tls_auth_only = no
    tls_random_source = dev:/dev/urandom
    inet_protocols = ipv4
    virtual_alias_domains = 
    virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
    virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
    virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
    virtual_mailbox_base = /home/vmail
    virtual_uid_maps = static:5000
    virtual_gid_maps = static:5000
    transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
    virtual_create_maildirsize = yes
    virtual_maildir_extended = yes
    virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
    virtual_mailbox_limit_override = yes
    virtual_maildir_limit_message = "The user you are trying to reach is over quota."
    virtual_overquota_bounce = yes
    proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
    html_directory = /usr/share/doc/postfix/html
    smtpd_tls_security_level = may
    relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
    maildrop_destination_concurrency_limit = 1
    maildrop_destination_recipient_limit = 1
    virtual_transport = maildrop
    header_checks = regexp:/etc/postfix/header_checks
    mime_header_checks = regexp:/etc/postfix/mime_header_checks
    nested_header_checks = regexp:/etc/postfix/nested_header_checks
    body_checks = regexp:/etc/postfix/body_checks
    content_filter = amavis:[127.0.0.1]:10024
    receive_override_options = no_address_mappings
    message_size_limit = 0
    
    Here's my /etc/postfix/master.cf:
    Code:
    #
    # Postfix master process configuration file.  For details on the format
    # of the file, see the master(5) manual page (command: "man 5 master").
    #
    # Do not forget to execute "postfix reload" after editing this file.
    #
    # ==========================================================================
    # service type  private unpriv  chroot  wakeup  maxproc command + args
    #               (yes)   (yes)   (yes)   (never) (100)
    # ==========================================================================
    smtp      inet  n       -       -       -       -       smtpd
    #submission inet n       -       -       -       -       smtpd
    #  -o smtpd_tls_security_level=encrypt
    #  -o smtpd_sasl_auth_enable=yes
    #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #  -o milter_macro_daemon_name=ORIGINATING
    #smtps     inet  n       -       -       -       -       smtpd
    #  -o smtpd_tls_wrappermode=yes
    #  -o smtpd_sasl_auth_enable=yes
    #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #  -o milter_macro_daemon_name=ORIGINATING
    #628      inet  n       -       -       -       -       qmqpd
    pickup    fifo  n       -       -       60      1       pickup
    cleanup   unix  n       -       -       -       0       cleanup
    qmgr      fifo  n       -       n       300     1       qmgr
    #qmgr     fifo  n       -       -       300     1       oqmgr
    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
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay     unix  -       -       -       -       -       smtp
    	-o smtp_fallback_relay=
    #       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    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
    #
    # ====================================================================
    # Interfaces to non-Postfix software. Be sure to examine the manual
    # pages of the non-Postfix software to find out what options it wants.
    #
    # Many of the following services use the Postfix pipe(8) delivery
    # agent.  See the pipe(8) man page for information about ${recipient}
    # and other message envelope options.
    # ====================================================================
    #
    # maildrop. See the Postfix MAILDROP_README file for details.
    # Also specify in main.cf: maildrop_destination_recipient_limit=1
    #
    maildrop  unix  -       n       n       -       -       pipe
      flags=R user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
    #
    # See the Postfix UUCP_README file for configuration details.
    #
    uucp      unix  -       n       n       -       -       pipe
      flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    #
    # Other external delivery methods.
    #
    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}
    
    
    amavis unix - - - - 2 smtp
            -o smtp_data_done_timeout=1200
            -o smtp_send_xforward_command=yes
    
    127.0.0.1:10025 inet n - - - - smtpd
            -o content_filter=
            -o local_recipient_maps=
            -o relay_recipient_maps=
            -o smtpd_restriction_classes=
            -o smtpd_client_restrictions=
            -o smtpd_helo_restrictions=
            -o smtpd_sender_restrictions=
            -o smtpd_recipient_restrictions=permit_mynetworks,reject
            -o mynetworks=127.0.0.0/8
            -o strict_rfc821_envelopes=yes
            -o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
            -o smtpd_bind_address=127.0.0.1
    
    
    Here's my /var/log/syslog
    Code:
    May 19 23:36:35 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:35 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/packages/lib/i386:/lib:/usr/lib 
    May 19 23:36:46 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:46 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 
    May 19 23:36:46 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:46 PM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 13627 ms 
    May 19 23:36:47 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:47 PM org.apache.catalina.users.MemoryUserDatabase save WARNING: User database is not persistable - no write permissions on directory 
    May 19 23:36:47 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:47 PM org.apache.catalina.core.StandardService start INFO: Starting service Catalina 
    May 19 23:36:47 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:47 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 
    May 19 23:36:54 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:54 PM org.apache.coyote.http11.Http11Protocol start INFO: Starting Coyote HTTP/1.1 on http-8080 
    May 19 23:36:55 [I]mydomainname[/I] amavis[2244]: starting.  /usr/sbin/amavisd-new at [I]mydomainname.com[/I] amavisd-new-2.6.2 (20081215), Unicode aware
    May 19 23:36:55 [I]mydomainname[/I] amavis[2244]: Perl version               5.010000
    May 19 23:36:55 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:55 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 
    May 19 23:36:55 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:55 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/886  config=null 
    May 19 23:36:55 [I]mydomainname[/I] jsvc.exec[2213]: May 19, 2009 11:36:55 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 9298 ms 
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Net::Server: Group Not Defined.  Defaulting to EGID '126 126'
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Net::Server: User Not Defined.  Defaulting to EUID '115'
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Amavis::Conf        2.203
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Archive::Zip        1.18
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module BerkeleyDB          0.34
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Compress::Zlib      2.015
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Convert::TNEF       0.17
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Convert::UUlib      1.11
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Crypt::OpenSSL::RSA 0.25
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module DBD::mysql          4.008
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module DBI                 1.607
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module DB_File             1.816_1
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Digest::MD5         2.36_01
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Digest::SHA         5.45
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Digest::SHA1        2.11
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module IO::Socket::INET6   2.54
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module MIME::Entity        5.427
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module MIME::Parser        5.427
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module MIME::Tools         5.427
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::DKIM::Signer  0.33
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::DKIM::Verifier 0.33
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::Header        2.04
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::Internet      2.04
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::SPF           v2.006
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Mail::SpamAssassin  3.002005
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Net::DNS            0.63
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Net::Server         0.97
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module NetAddr::IP         4.022
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Socket6             0.20
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Time::HiRes         1.9711
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module URI                 1.37
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Module Unix::Syslog        1.1
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Amavis::DB code      loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Amavis::Cache code   loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: SQL base code        loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: SQL::Log code        NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: SQL::Quarantine      NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Lookup::SQL code     loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Lookup::LDAP code    NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: AM.PDP-in proto code loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: SMTP-in proto code   loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Courier proto code   NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: SMTP-out proto code  loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Pipe-out proto code  NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: BSMTP-out proto code NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Local-out proto code loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: OS_Fingerprint code  NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: ANTI-VIRUS code      loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: ANTI-SPAM code       loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: ANTI-SPAM-SA code    loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Unpackers code       loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: DKIM code            loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Tools code           NOT loaded
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found $file            at /usr/bin/file
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No $dspam,             not using it
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No $altermime,         not using it
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Internal decoder for .mail
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .F   
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .Z    at /bin/uncompress
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Internal decoder for .gz  
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .bz2  at /bin/bzip2 -d
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .lzo  at /usr/bin/lzop -d
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .rpm  tried: rpm2cpio.pl, rpm2cpio
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .cpio at /usr/bin/pax
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .tar  at /usr/bin/pax
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .deb  at /usr/bin/ar
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Internal decoder for .zip 
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .7z   tried: 7zr, 7za, 7z
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .rar  tried: unrar-free
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .arj  at /usr/bin/arj
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .arc  at /usr/bin/nomarch
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .zoo  at /usr/bin/zoo
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .lha 
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .doc  tried: ripole
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .cab  at /usr/bin/cabextract
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: No decoder for       .tnef
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Internal decoder for .tnef
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found decoder for    .exe  at /usr/bin/arj
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Using primary internal av scanner code for ClamAV-clamd
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Found secondary av scanner ClamAV-clamscan at /usr/bin/clamscan
    May 19 23:36:57 [I]mydomainname[/I] amavis[2256]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.34, libdb 4.6
    May 19 23:37:00 [I]mydomainname[/I] mysqld_safe[2329]: started
    May 19 23:37:02 [I]mydomainname[/I] mysqld[2333]: 090519 23:37:01  InnoDB: Started; log sequence number 0 43675
    May 19 23:37:02 [I]mydomainname[/I] mysqld[2333]: 090519 23:37:02 [Note] /usr/sbin/mysqld: ready for connections.
    May 19 23:37:02 [I]mydomainname[/I] mysqld[2333]: Version: '5.0.75-0ubuntu10'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  (Ubuntu)
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2450]: Upgrading MySQL tables if necessary.
    May 19 23:37:03 [I]mydomainname[/I] /USR/SBIN/CRON[2462]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2460]: Looking for 'mysql' as: /usr/bin/mysql
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2460]: Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2460]: This installation of MySQL is already upgraded to 5.0.75, use --force if you still need to run mysql_upgrade
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2474]: Checking for insecure root accounts.
    May 19 23:37:03 [I]mydomainname[/I] /etc/mysql/debian-start[2479]: Triggering myisam-recover for all MyISAM tables
    May 19 23:37:08 [I]mydomainname[/I] spamd[2473]: logger: removing stderr method 
    May 19 23:37:27 [I]mydomainname[/I] spamd[2535]: spamd: server started on port 783/tcp (running version 3.2.5) 
    May 19 23:37:27 [I]mydomainname[/I] spamd[2535]: spamd: server pid: 2535 
    May 19 23:37:27 [I]mydomainname[/I] spamd[2535]: spamd: server successfully spawned child process, pid 2796 
    May 19 23:37:28 [I]mydomainname[/I] spamd[2535]: spamd: server successfully spawned child process, pid 2797 
    May 19 23:37:28 [I]mydomainname[/I] spamd[2535]: prefork: child states: II 
    May 19 23:37:37 [I]mydomainname[/I] authdaemond: modules="authmysql", daemons=5
    May 19 23:37:37 [I]mydomainname[/I] authdaemond: Installing libauthmysql
    May 19 23:37:37 [I]mydomainname[/I] authdaemond: Installation complete: authmysql
    May 19 23:37:38 [I]mydomainname[/I] mydns[3028]: mydns 1.2.8.27 started Tue May 19 23:37:38 2009 (listening on 3 addresses)
    May 19 23:37:40 [I]mydomainname[/I] postfix/master[3104]: daemon started -- version 2.5.5, configuration /etc/postfix
    May 19 23:37:50 [I]mydomainname[/I] kernel: [  123.382184] ip_tables: (C) 2000-2006 Netfilter Core Team
    May 19 23:38:01 [I]mydomainname[/I] /USR/SBIN/CRON[3319]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:38:01 [I]mydomainname[/I] console-kit-daemon[2359]: WARNING: Couldn't read /proc/2354/environ: Failed to open file '/proc/2354/environ': No such file or directory 
    May 19 23:39:02 [I]mydomainname[/I] /USR/SBIN/CRON[3355]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -n 200 -r -0 rm)
    May 19 23:39:02 [I]mydomainname[/I] /USR/SBIN/CRON[3356]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:39:28 [I]mydomainname[/I] imapd: Connection, ip=[::ffff:82.171.16.94]
    May 19 23:39:28 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::ffff:82.171.16.94], port=[20991], protocol=IMAP
    May 19 23:39:56 [I]mydomainname[/I] postfix/smtpd[3462]: connect from mail-ew0-f162.google.com[209.85.219.162]
    May 19 23:39:56 [I]mydomainname[/I] postfix/smtpd[3462]: 460F15649C: client=mail-ew0-f162.google.com[209.85.219.162]
    May 19 23:39:56 [I]mydomainname[/I] postfix/cleanup[3475]: 460F15649C: message-id=<[email protected]>
    May 19 23:39:57 [I]mydomainname[/I] postfix/qmgr[3108]: 460F15649C: from=<[email protected]>, size=1956, nrcpt=1 (queue active)
    May 19 23:40:06 [I]mydomainname[/I] /USR/SBIN/CRON[3489]: (root) CMD ([ -x /usr/sbin/update-motd ] && /usr/sbin/update-motd 2>/dev/null)
    May 19 23:40:12 [I]mydomainname[/I] /USR/SBIN/CRON[3511]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:40:12 [I]mydomainname[/I] /USR/SBIN/CRON[3551]: (getmail) CMD (/usr/local/bin/run-getmail.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:40:12 [I]mydomainname[/I] pure-ftpd: (?@localhost) [INFO] New connection from localhost
    May 19 23:40:12 [I]mydomainname[/I] pure-ftpd: (?@localhost) [INFO] Logout.
    May 19 23:40:12 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 19 23:40:12 [I]mydomainname[/I] imapd: Disconnected, ip=[::1], time=0
    May 19 23:40:12 [I]mydomainname[/I] mydns[3029]: read_tcp_length: no data for fd 8: ::1: Client closed TCP connection
    May 19 23:40:16 [I]mydomainname[/I] postfix/smtpd[3589]: connect from localhost.localdomain[127.0.0.1]
    May 19 23:40:16 [I]mydomainname[/I] postfix/smtpd[3589]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 19 23:40:16 [I]mydomainname[/I] postfix/smtpd[3589]: disconnect from localhost.localdomain[127.0.0.1]
    May 19 23:40:16 [I]mydomainname[/I] pop3d: Connection, ip=[::1]
    May 19 23:40:16 [I]mydomainname[/I] pop3d: Disconnected, ip=[::1]
    May 19 23:40:20 [I]mydomainname[/I] postfix/smtpd[3608]: connect from localhost.localdomain[127.0.0.1]
    May 19 23:40:20 [I]mydomainname[/I] postfix/smtpd[3608]: 78385564E8: client=localhost.localdomain[127.0.0.1]
    May 19 23:40:20 [I]mydomainname[/I] postfix/cleanup[3475]: 78385564E8: message-id=<[email protected]>
    May 19 23:40:20 [I]mydomainname[/I] postfix/qmgr[3108]: 78385564E8: from=<[email protected]>, size=2595, nrcpt=1 (queue active)
    May 19 23:40:20 [I]mydomainname[/I] amavis[2521]: (02521-01) Passed CLEAN, [209.85.219.162] [82.171.16.94] <[email protected]> -> <[I]user[/I]@[I]mydomainname.com[/I]>, Message-ID: <[email protected]>, mail_id: 7sConM4poJC7, Hits: 0.604, size: 1956, queued_as: 78385564E8, [email protected],[email protected], 19039 ms
    May 19 23:40:20 [I]mydomainname[/I] postfix/smtp[3476]: 460F15649C: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=127.0.0.1[127.0.0.1]:10024, delay=21, delays=1.8/0.03/0.03/19, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02521-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 78385564E8)
    May 19 23:40:20 [I]mydomainname[/I] postfix/qmgr[3108]: 460F15649C: removed
    May 19 23:40:23 [I]mydomainname[/I] postfix/pipe[3615]: 78385564E8: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=maildrop, delay=9.9, delays=3.5/0.22/0/6.2, dsn=2.0.0, status=sent (delivered via maildrop service)
    May 19 23:40:23 [I]mydomainname[/I] postfix/qmgr[3108]: 78385564E8: removed
    May 19 23:40:28 [I]mydomainname[/I] postfix/smtpd[3462]: disconnect from mail-ew0-f162.google.com[209.85.219.162]
    May 19 23:40:34 [I]mydomainname[/I] ntpd[2076]: synchronized to 91.189.94.4, stratum 2
    May 19 23:40:34 [I]mydomainname[/I] ntpd[2076]: time reset +0.232238 s
    May 19 23:40:34 [I]mydomainname[/I] ntpd[2076]: kernel time sync status change 0001
    May 19 23:41:02 [I]mydomainname[/I] /USR/SBIN/CRON[3741]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)
    May 19 23:41:06 [I]mydomainname[/I] imapd: Connection, ip=[::ffff:82.171.16.94]
    May 19 23:41:06 [I]mydomainname[/I] imapd: LOGIN, user=rogier@[I]mydomainname.com[/I], ip=[::ffff:82.171.16.94], port=[21002], protocol=IMAP
    
    Here's my /var/log/ispconfig/cron/log

    Code:
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    postqueue: warning: Mail system is down -- accessing queue directly
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    Error: configuration file /etc/getmail/*.conf does not exist
    
     
    Last edited: May 19, 2009
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls -la /home/vmail/

    and which ISPConfig version do you use?
     
  4. _sluimers_

    _sluimers_ New Member

    here it is

    The mbox is there, because I logged in mail a couple of times
    to see that those mails I sent have arrived.

    I made the folder mydomainname.com myself and in there is the user
    folder I made manually with maildirmake.

    Code:
    rogier@[I]mydomainname[/I]:~$ ls -la /home/vmail/
    total 300
    drwxrwxr-x 3 vmail vmail   4096 2009-05-19 04:54 .
    drwxr-xr-x 4 root  root    4096 2009-05-06 14:54 ..
    -rw------- 1 vmail vmail    346 2009-05-19 21:15 .bash_history
    -rw-r--r-- 1 vmail vmail    220 2008-05-12 20:48 .bash_logout
    -rw-r--r-- 1 vmail vmail   3115 2008-05-12 20:48 .bashrc
    drwxr-xr-x 3 vmail vmail   4096 2009-05-19 19:11 [I]mydomainname.com[/I]
    -rw------- 1 vmail vmail 272223 2009-05-19 18:42 mbox
    -rw-r--r-- 1 vmail vmail    675 2008-05-12 20:48 .profile
    
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version do you use?

    Please delete the folders that you had created manually.
     
    Last edited: May 20, 2009
  6. _sluimers_

    _sluimers_ New Member

    ISPConfig 3.0.1.1
     
  7. _sluimers_

    _sluimers_ New Member

    By the way, deleting the manually created folders leads to:

    Code:
    ERROR: Connection dropped by IMAP server.
    in Squirrelmail.
     
  8. _sluimers_

    _sluimers_ New Member

    Here's the things I get without the manually made folders. Trying to login into squirrelmail and sending a mail to a vmail user from gmail.

    Code:
    May 20 22:15:07 [I]mydomainname[/I] postfix/smtpd[15178]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:15:07 [I]mydomainname[/I] postfix/smtpd[15178]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 20 22:15:07 [I]mydomainname[/I] postfix/smtpd[15178]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:20:03 [I]mydomainname[/I] pop3d: Connection, ip=[::1]
    May 20 22:20:03 [I]mydomainname[/I] pop3d: Disconnected, ip=[::1]
    May 20 22:20:03 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:20:03 [I]mydomainname[/I] imapd: Disconnected, ip=[::1], time=0
    May 20 22:20:07 [I]mydomainname[/I] postfix/smtpd[15607]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:20:07 [I]mydomainname[/I] postfix/smtpd[15607]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 20 22:20:07 [I]mydomainname[/I] postfix/smtpd[15607]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:25:02 [I]mydomainname[/I] pop3d: Connection, ip=[::1]
    May 20 22:25:02 [I]mydomainname[/I] pop3d: Disconnected, ip=[::1]
    May 20 22:25:02 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:25:02 [I]mydomainname[/I] imapd: Disconnected, ip=[::1], time=0
    May 20 22:25:05 [I]mydomainname[/I] postfix/smtpd[16073]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:25:05 [I]mydomainname[/I] postfix/smtpd[16073]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 20 22:25:05 [I]mydomainname[/I] postfix/smtpd[16073]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:30:06 [I]mydomainname[/I] pop3d: Connection, ip=[::1]
    May 20 22:30:06 [I]mydomainname[/I] pop3d: Disconnected, ip=[::1]
    May 20 22:30:06 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:30:06 [I]mydomainname[/I] imapd: Disconnected, ip=[::1], time=0
    May 20 22:30:10 [I]mydomainname[/I] postfix/smtpd[16458]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:30:10 [I]mydomainname[/I] postfix/smtpd[16458]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 20 22:30:10 [I]mydomainname[/I] postfix/smtpd[16458]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:31:43 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:31:43 [I]mydomainname[/I] imapd: LOGIN FAILED, user=rogier@[I]mydomainname.com[/I], ip=[::1]
    May 20 22:31:48 [I]mydomainname[/I] imapd: LOGOUT, ip=[::1], rcvd=57, sent=332
    May 20 22:32:03 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:32:03 [I]mydomainname[/I] imapd: chdir /home/vmail/[I]mydomainname.com[/I]/rogier: No such file or directory
    May 20 22:35:07 [I]mydomainname[/I] pop3d: Connection, ip=[::1]
    May 20 22:35:07 [I]mydomainname[/I] pop3d: Disconnected, ip=[::1]
    May 20 22:35:07 [I]mydomainname[/I] imapd: Connection, ip=[::1]
    May 20 22:35:07 [I]mydomainname[/I] imapd: Disconnected, ip=[::1], time=0
    May 20 22:35:08 [I]mydomainname[/I] postfix/smtpd[17203]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:35:08 [I]mydomainname[/I] postfix/smtpd[17203]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 20 22:35:09 [I]mydomainname[/I] postfix/smtpd[17203]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:39:33 [I]mydomainname[/I] postfix/smtpd[17641]: connect from ey-out-2122.google.com[74.125.78.26]
    May 20 22:39:33 [I]mydomainname[/I] postfix/smtpd[17641]: BF75256299: client=ey-out-2122.google.com[74.125.78.26]
    May 20 22:39:33 [I]mydomainname[/I] postfix/cleanup[17649]: BF75256299: message-id=<[email protected]>
    May 20 22:39:35 [I]mydomainname[/I] postfix/qmgr[12922]: BF75256299: from=<[I]anonymous[/I]@@gmail.com>, size=1982, nrcpt=1 (queue active)
    May 20 22:39:35 [I]mydomainname[/I] amavis[2522]: (02522-02) NOTICE: reconnecting in response to: err=2006, HY000, DBD::mysql::st execute failed: MySQL server has gone away at (eval 98) line 166, <GEN45> line 5.
    May 20 22:39:43 [I]mydomainname[/I] postfix/smtpd[17654]: connect from localhost.localdomain[127.0.0.1]
    May 20 22:39:43 [I]mydomainname[/I] postfix/smtpd[17654]: B85015629A: client=localhost.localdomain[127.0.0.1]
    May 20 22:39:43 [I]mydomainname[/I] postfix/cleanup[17649]: B85015629A: message-id=<[email protected]>
    May 20 22:39:43 [I]mydomainname[/I] postfix/qmgr[12922]: B85015629A: from=<[I]anonymous[/I]@@gmail.com>, size=2621, nrcpt=1 (queue active)
    May 20 22:39:43 [I]mydomainname[/I] postfix/smtpd[17654]: disconnect from localhost.localdomain[127.0.0.1]
    May 20 22:39:43 [I]mydomainname[/I] amavis[2522]: (02522-02) Passed CLEAN, [74.125.78.26] [82.171.16.94] <[I]anonymous[/I]@@gmail.com> -> <[I]user[/I]@[I]mydomainname.com[/I]>, Message-ID: <[email protected]>, mail_id: 2c96lvzT4l$
    May 20 22:39:43 [I]mydomainname[/I] postfix/smtp[17650]: BF75256299: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=127.0.0.1[127.0.0.1]:10024, delay=10, delays=1.3/0.03/0.01/8.8, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02522-02, f$
    May 20 22:39:43 [I]mydomainname[/I] postfix/qmgr[12922]: BF75256299: removed
    May 20 22:39:44 [I]mydomainname[/I] postfix/pipe[17656]: B85015629A: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=maildrop, delay=2.2, delays=1.1/0.06/0/1.1, dsn=2.0.0, status=sent (delivered via maildrop service)
    May 20 22:39:44 [I]mydomainname[/I] postfix/qmgr[12922]: B85015629A: removed
    
    If there's any other information that's needed. I'll gladly deliver. I'm clueless where to look for myself.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    Looks as if there is a problem with your mysql server.

    Are you really sure that you disabled apparmor as described in step 10 of the tutorial?

    http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-3-p3

    Please redo this step and restart the server.
     
  10. _sluimers_

    _sluimers_ New Member

    Yes. I think I've found at least part of the problem. I followed another tutorial before I realized ispconfig was what I wanted. I dismantled everything, except system user vmail.
    Since during the installation I thought putting everything in /home/vmail was more appropriate, I was trying to get everything to work on /home/vmail rather then the ISPConfig standard /var/vmail.

    And I've been searching for days where this little thing could be configured, but finally after five dozen find grep commands I found it in ISPconfig -> System -> Server config -> domain name -> mail
    and main.cf -> virtual_mailbox_base = /home/vmail

    The latter I knew about, but the former was hidden so well from me, that I tinkered with phpmyadmin and maildirmake just to make squirrelmail work.

    Now I can get to squirrelmail without a problem.
    Still, all my mails arrive in vmail's mbox. :(

    Code:
    May 22 02:25:41 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[39964], protocol=IMAP
    May 22 02:25:41 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=0, body=0, rcvd=87, sent=391, time=0
    May 22 02:29:10 [I]mydomainname[/I] postfix/smtpd[4053]: connect from mail-ew0-f162.google.com[209.85.219.162]
    May 22 02:29:10 [I]mydomainname[/I] postfix/smtpd[4053]: 666C55655E: client=mail-ew0-f162.google.com[209.85.219.162]
    May 22 02:29:10 [I]mydomainname[/I] postfix/cleanup[4063]: 666C55655E: message-id=<[email protected]>
    May 22 02:29:11 [I]mydomainname[/I] postfix/qmgr[3216]: 666C55655E: from=<[I]anonymous[/I]@gmail.com>, size=1955, nrcpt=1 (queue active)
    May 22 02:29:18 [I]mydomainname[/I] postfix/smtpd[4068]: connect from localhost.localdomain[127.0.0.1]
    May 22 02:29:18 [I]mydomainname[/I] postfix/smtpd[4068]: 0058456565: client=localhost.localdomain[127.0.0.1]
    May 22 02:29:18 [I]mydomainname[/I] postfix/cleanup[4063]: 0058456565: message-id=<[email protected]>
    May 22 02:29:19 [I]mydomainname[/I] postfix/qmgr[3216]: 0058456565: from=<[I]anonymous[/I]@gmail.com>, size=2594, nrcpt=1 (queue active)
    May 22 02:29:19 [I]mydomainname[/I] amavis[2642]: (02642-01) Passed CLEAN, [209.85.219.162] [82.171.16.94] <[I]anonymous[/I]@gmail.com> -> <[I]user[/I]@[I]mydomainname.com[/I]>, Message-ID: <[email protected]>, mail_id: y57BAM2q$
    May 22 02:29:19 [I]mydomainname[/I] postfix/smtp[4064]: 666C55655E: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=127.0.0.1[127.0.0.1]:10024, delay=9.2, delays=0.78/0.03/0.03/8.3, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02642-01, $
    May 22 02:29:19 [I]mydomainname[/I] postfix/qmgr[3216]: 666C55655E: removed
    May 22 02:29:20 [I]mydomainname[/I] postfix/pipe[4070]: 0058456565: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=maildrop, delay=2.2, delays=1.4/0.05/0/0.78, dsn=2.0.0, status=sent (delivered via maildrop service)
    May 22 02:29:20 [I]mydomainname[/I] postfix/qmgr[3216]: 0058456565: removed
    May 22 02:29:26 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[41233], protocol=IMAP
    May 22 02:29:26 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=0, body=0, rcvd=134, sent=900, time=0
    May 22 02:29:27 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[41234], protocol=IMAP
    May 22 02:29:27 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=0, body=0, rcvd=119, sent=900, time=0
    May 22 02:29:37 [I]mydomainname[/I] postfix/smtpd[4076]: connect from localhost.localdomain[127.0.0.1]
    May 22 02:29:37 [I]mydomainname[/I] postfix/smtpd[4076]: 238AD5655E: client=localhost.localdomain[127.0.0.1]
    May 22 02:29:37 [I]mydomainname[/I] postfix/cleanup[4063]: 238AD5655E: message-id=<c64699effaf89054f77f5b54e33793b6.squirrel@www.[I]mydomainname.com[/I]>
    May 22 02:29:38 [I]mydomainname[/I] postfix/qmgr[3216]: 238AD5655E: from=<[I]user[/I]@[I]mydomainname.com[/I]>, size=799, nrcpt=1 (queue active)
    May 22 02:29:38 [I]mydomainname[/I] postfix/smtpd[4076]: disconnect from localhost.localdomain[127.0.0.1]
    May 22 02:29:38 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[41241], protocol=IMAP
    May 22 02:29:38 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=0, body=0, rcvd=684, sent=203, time=0
    May 22 02:29:39 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[41243], protocol=IMAP
    May 22 02:29:39 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=0, body=0, rcvd=119, sent=900, time=0
    May 22 02:29:42 [I]mydomainname[/I] postfix/smtpd[4086]: connect from localhost.localdomain[127.0.0.1]
    May 22 02:29:42 [I]mydomainname[/I] postfix/smtpd[4086]: 86B3956565: client=localhost.localdomain[127.0.0.1]
    May 22 02:29:42 [I]mydomainname[/I] postfix/cleanup[4063]: 86B3956565: message-id=<c64699effaf89054f77f5b54e33793b6.squirrel@www.[I]mydomainname.com[/I]>
    May 22 02:29:42 [I]mydomainname[/I] postfix/smtpd[4053]: disconnect from mail-ew0-f162.google.com[209.85.219.162]
    May 22 02:29:42 [I]mydomainname[/I] imapd: LOGIN, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], port=[41245], protocol=IMAP
    May 22 02:29:42 [I]mydomainname[/I] imapd: LOGOUT, user=[I]user[/I]@[I]mydomainname.com[/I], ip=[::1], headers=210, body=0, rcvd=309, sent=1393, time=1
    May 22 02:29:42 [I]mydomainname[/I] postfix/qmgr[3216]: 86B3956565: from=<[I]user[/I]@[I]mydomainname.com[/I]>, size=1253, nrcpt=1 (queue active)
    May 22 02:29:42 [I]mydomainname[/I] amavis[2639]: (02639-01) Passed CLEAN, LOCAL [127.0.0.1] [82.171.16.94] <[I]user[/I]@[I]mydomainname.com[/I]> -> <[I]anonymous[/I]@gmail.com>, Message-ID: <c64699effaf89054f77f5b54e33793b6.squirrel@www$
    May 22 02:29:42 [I]mydomainname[/I] postfix/smtp[4064]: 238AD5655E: to=<[I]anonymous[/I]@gmail.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=5.1, delays=1.2/0/0.06/3.9, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02639-01, $
    May 22 02:29:42 [I]mydomainname[/I] postfix/qmgr[3216]: 238AD5655E: removed
    May 22 02:29:42 [I]mydomainname[/I] postfix/smtp[4089]: 86B3956565: to=<[I]anonymous[/I]@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.219.58]:25, delay=3.3, delays=2.6/0.06/0.26/0.33, dsn=2.0.0, status=sent (250 2$
    May 22 02:29:42 [I]mydomainname[/I] postfix/qmgr[3216]: 86B3956565: removed
    May 22 02:30:06 [I]mydomainname[/I] postfix/smtpd[4076]: connect from localhost.localdomain[127.0.0.1]
    May 22 02:30:06 [I]mydomainname[/I] postfix/smtpd[4076]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 22 02:30:06 [I]mydomainname[/I] postfix/smtpd[4076]: disconnect from localhost.localdomain[127.0.0.1]
    
     
  11. _sluimers_

    _sluimers_ New Member

    After a lot of searching, I'm still clueless as to where the problem lies.

    By the way, it does work with my system user, but for some reason I can't log in with that account in squirrelmail. It just doesn't accept my username/password.

    When I send a mail to both type of accounts I can also see a difference in the mail.info log:

    /etc/mail.info
    Code:
    May 22 17:55:24 [I]mydomainname[/I] postfix/local[9895]: 5152556564: to=<rogier@[I]otherdomainname[/I].nl.eu.org>, relay=local, delay=2.4, delays=0.33/0.18/0/1.9, dsn=2.0.0, status=sent (delivered to maildir)
    May 22 17:55:24 [I]mydomainname[/I] postfix/pipe[9896]: D605A5655E: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=maildrop, delay=3.6, delays=1.6/0.1/0/1.9, dsn=2.0.0, status=sent (delivered via maildrop service)
    
    One is delivered to maildir, the other delivered via maildrop service.
    From the google searches I made, I'm getting quite convinced that if the latter were working, the log would show that the mail directed to user@mydomainname.com
    wouls be delivered to maildir as well instead of via maildrop service.

    I hope this helps you guys who are trying to help me.
     
  12. _sluimers_

    _sluimers_ New Member

    Can someone please help me?
    I'm getting desperate. I just don't know what to do anymore.

    I did an ltrace on maildrop hoping I would find anything that would explain to me why the mails are going to /var/mail/vmail, but alas.

    /var/log/mail.info
    Code:
    May 24 01:35:12 [I]mydomainname[/I] postfix/master[3224]: reload configuration /etc/postfix
    May 24 01:40:14 [I]mydomainname[/I] postfix/smtpd[17028]: connect from localhost.localdomain[127.0.0.1]
    May 24 01:40:14 [I]mydomainname[/I] postfix/smtpd[17028]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 24 01:40:14 [I]mydomainname[/I] postfix/smtpd[17028]: disconnect from localhost.localdomain[127.0.0.1]
    May 24 01:43:03 [I]mydomainname[/I] postfix/smtpd[17254]: connect from mail-ew0-f162.google.com[209.85.219.162]
    May 24 01:43:03 [I]mydomainname[/I] postfix/smtpd[17254]: 5AED45629C: client=mail-ew0-f162.google.com[209.85.219.162]
    May 24 01:43:03 [I]mydomainname[/I] postfix/cleanup[17275]: 5AED45629C: message-id=<[email protected]>
    May 24 01:43:03 [I]mydomainname[/I] postfix/qmgr[16750]: 5AED45629C: from=<[I]anonymous[/I]@gmail.com>, size=2182, nrcpt=1 (queue active)
    May 24 01:43:15 [I]mydomainname[/I] postfix/smtpd[17300]: connect from localhost.localdomain[127.0.0.1]
    May 24 01:43:15 [I]mydomainname[/I] postfix/smtpd[17300]: 07039562A4: client=localhost.localdomain[127.0.0.1]
    May 24 01:43:15 [I]mydomainname[/I] postfix/cleanup[17275]: 07039562A4: message-id=<[email protected]>
    May 24 01:43:15 [I]mydomainname[/I] postfix/qmgr[16750]: 07039562A4: from=<[I]anonymous[/I]@gmail.com>, size=2821, nrcpt=1 (queue active)
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  mail
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  ipv4
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: name_mask: ipv4
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  [I]mydomainname.com[/I]
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  com
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  Postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  postdrop
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  [I]otherdomainname[/I].nl.eu.org, localhost, localhost.localdomain
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /etc/mailname
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /usr/lib/postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /var/lib/postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /usr/sbin
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /var/spool/postfix
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  pid
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  all
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  double-bounce
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  nobody
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  hash:/etc/aliases
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  20080902
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  2.5.5
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  hash
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  deferred, defer
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  +
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand $relay_domains -> mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  TZ MAIL_CONFIG LANG
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  subnet
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  +=
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  -=+
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_authorized_clients,smtpd_access_maps
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  bounce
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  cleanup
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  defer
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  pickup
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  qmgr
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  rewrite
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  showq
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  error
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  flush
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  verify
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  trace
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  0
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  100s
    May 24 01:43:15 [I]mydomainname[/I] last message repeated 3 times
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  3600s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  3600s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  5s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  5s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  10s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  10s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1s
    May 24 01:43:15 [I]mydomainname[/I] last message repeated 3 times
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  500s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  500s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  18000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  18000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  127.0.0.0/8
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: inet_addr_local: configured 2 IPv4 addresses
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1000s
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: process generation: 1261 (1261)
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand PATH=/bin:/usr/bin:/usr/local/bin; (ltrace -p $process_id 2>&1 | logger -p mail.info) & sleep 5 -> PATH=/bin:/usr/bin:/usr/local/bin; (ltrace -p 17301 2>&1 | logger -p mail.info) & sleep 5
    May 24 01:43:15 [I]mydomainname[/I] postfix/pipe[17301]: running: PATH=/bin:/usr/bin:/usr/local/bin; (ltrace -p 17301 2>&1 | logger -p mail.info) & sleep 5
    May 24 01:43:15 [I]mydomainname[/I] postfix/smtpd[17300]: disconnect from localhost.localdomain[127.0.0.1]
    May 24 01:43:15 [I]mydomainname[/I] amavis[2885]: (02885-05) Passed CLEAN, [209.85.219.162] [84.82.8.243] <[I]anonymous[/I]@gmail.com> -> <[I]user[/I]@[I]mydomainname.com[/I]>, Message-ID: <[email protected]>, mail_id: 9aU0U0YLr3y0, Hits: -0.001, size: 2182, queued_as: 07039562A4, [email protected],[I]anonymous[/I]@gmail.com, 12832 ms
    May 24 01:43:15 [I]mydomainname[/I] postfix/smtp[17297]: 5AED45629C: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=127.0.0.1[127.0.0.1]:10024, delay=14, delays=0.76/0.03/0.01/13, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=02885-05, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 07039562A4)
    May 24 01:43:15 [I]mydomainname[/I] postfix/qmgr[16750]: 5AED45629C: removed
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: match_string: fast_flush_domains ~? debug_peer_list
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: match_string: fast_flush_domains ~? fast_flush_domains
    May 24 01:43:20 [I]mydomainname[/I] logger: --- SIGCHLD (Child exited) ---
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: user = ispconfig
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: password = d3f674c2faa297822d02b624001c4ab1
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: dbname = dbispconfig
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: result_format = %s
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_int: /etc/postfix/mysql-virtual_relaydomains.cf: expansion_limit = 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: query = <NULL>
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: table = mail_transport
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: select_field = domain
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: where_field = domain
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: additional_conditions = and active = 'y' and server_id = 1
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: domain = 
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: hosts = 127.0.0.1
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_open: mysql:/etc/postfix/mysql-virtual_relaydomains.cf
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: set_eugid: euid 114 egid 124
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: connection established
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: master_notify: status 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: deliver_request_initial: send initial status
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: send attr status = 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 3
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: queue_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: queue_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: active
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: queue_id
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: queue_id
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 07039562A4
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: offset
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: offset
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 630
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: size
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: size
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 2821
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: nexthop
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: nexthop
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: [I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: encoding
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: encoding
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 7bit
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: sender
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: sender
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: [I]anonymous[/I]@gmail.com
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: envelope_id
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: envelope_id
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: ret_flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: ret_flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: time
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: time
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: E4oYSvxeAAATihhKZ6sMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: log_client_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: localhost.localdomain
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_address
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: log_client_address
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 127.0.0.1
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_port
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: log_client_port
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 41382
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: log_protocol_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: log_protocol_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: ESMTP
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: log_helo_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: log_helo_name
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: localhost
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_method
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: sasl_method
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_username
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: sasl_username
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_sender
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: sasl_sender
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: rewrite_context
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: rewrite_context
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: local
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: recipient_count
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: recipient_count
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 1
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: (list terminator)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: original_recipient
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: original_recipient
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: [I]user[/I]@[I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: recipient
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: recipient
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: [I]user[/I]@[I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: offset
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: offset
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 608
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: dsn_orig_rcpt
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: dsn_orig_rcpt
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: rfc822;[I]user[/I]@[I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: notify_flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: notify_flags
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute value: 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: maildrop socket: wanted attribute: (list terminator)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: input attribute name: (end)
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: deliver_request_get: file active/07039562A4
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: deliver_message: from <[I]anonymous[/I]@gmail.com>
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  1000s
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: get_service_params: time_limit 1000
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: get_service_attr: uid 5000, gid 5000, flags 16, size 0
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  /usr/bin/maildrop
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  -d
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  vmail
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand ${extension} -> 
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand ${recipient} -> [I]user[/I]@[I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand ${user} -> ours
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand ${nexthop} -> [I]mydomainname.com[/I]
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: expand ${sender} -> [I]anonymous[/I]@gmail.com
    May 24 01:43:20 [I]mydomainname[/I] postfix/pipe[17301]: dict_eval: const  -v
    May 24 01:43:24 [I]mydomainname[/I] logger: --- SIGCHLD (Child exited) ---
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: 07039562A4: to=<[I]user[/I]@[I]mydomainname.com[/I]>, relay=maildrop, delay=9.2, delays=0.81/5.1/0/3.3, dsn=2.0.0, status=sent (delivered via maildrop service)
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: deliver_request_final: send: "" 0
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr status = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr diag_type = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr diag_text = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr mta_type = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr mta_mname = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr action = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr reason = 
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: send attr status = 0
    May 24 01:43:24 [I]mydomainname[/I] postfix/qmgr[16750]: 07039562A4: removed
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: master_notify: status 1
    May 24 01:43:24 [I]mydomainname[/I] postfix/pipe[17301]: connection closed
    May 24 01:43:33 [I]mydomainname[/I] postfix/smtpd[17254]: disconnect from mail-ew0-f162.google.com[209.85.219.162]
    May 24 01:45:03 [I]mydomainname[/I] postfix/smtpd[17254]: connect from localhost.localdomain[127.0.0.1]
    May 24 01:45:03 [I]mydomainname[/I] postfix/smtpd[17254]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    May 24 01:45:03 [I]mydomainname[/I] postfix/smtpd[17254]: disconnect from localhost.localdomain[127.0.0.1]
    May 24 01:45:10 [I]mydomainname[/I] postfix/pipe[17301]: idle timeout -- exiting
    May 24 01:45:10 [I]mydomainname[/I] logger: +++ exited (status 0) +++
    May 24 01:48:23 [I]mydomainname[/I] postfix/anvil[17266]: statistics: max connection rate 1/60s for (smtp:209.85.219.162) at May 24 01:43:02
    May 24 01:48:23 [I]mydomainname[/I] postfix/anvil[17266]: statistics: max connection count 1 for (smtp:209.85.219.162) at May 24 01:43:02
    May 24 01:48:23 [I]mydomainname[/I] postfix/anvil[17266]: statistics: max cache size 1 at May 24 01:43:02
    
    .
     
  13. _sluimers_

    _sluimers_ New Member

    Okay, I can't take it anymore! I want the bug fixed! NOW! I suscribed and offer €50,- for whoever finds the solution to my bug.
     
    Last edited: May 25, 2009
  14. till

    till Super Moderator Staff Member ISPConfig Developer

    If someone would know the answer or someone ever experienced this problem, then you would have got an answer already. This has nothing to do with being a subscriber or not. You had a different kind of mail system installed before which still interferes with the current setup.

    If you wnat to get paid support, then take a look at the support page on ispconfig.org, you will find the contact information there were you can contact us. The howtoforge forum is only for the ispconfig community and we will not handle any paid support here.
     
  15. _sluimers_

    _sluimers_ New Member

    ok thanks Till. I'll drop my offer and instead try that.
     
  16. Fudi

    Fudi New Member

    Hi Sluimers


    I have had the same problem myself and I found a solution that helped me and may help you.

    What I did to fix it, was to remove maildropp ( with aptitude purge maildropp ) and uncomment(or remove) some lines inn main.cf and remove some inn master.cf:


    main.cf:

    before:
    maildrop_destination_recipient_limit = 1
    maildrop_destination_concurrency_limit = 1
    virtual_transport = maildrop

    Now:
    #maildrop_destination_recipient_limit = 1
    #maildrop_destination_concurrency_limit = 1
    #virtual_transport = maildrop


    master.cf:

    Before:
    maildrop unix - n n - - pipe
    flags=R user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}

    Now:
    maildrop unix - n n - - pipe
    flags=R user=vmail argv=/usr/bin/maildrop -d ${extension} ${recipient} ${user} ${nexthop} ${sender}

    You simple just remove vmail.

    And now it uses maildir insted of maildrop :)


    Hope this helps you!

    Regards Fudi
     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    By disabling maildrop you disabled a lot of mail functionality in ispconfig incl. mailbox quotas etc. ;) Disabling maildrop is not nescessary at all, it works like that on > 10 000 servers so it will also work on yours if it is setup correctly.
     
  18. _sluimers_

    _sluimers_ New Member

    I've done a reinstall (purged everything, starting at page 3) again, this time I've done away with my vmail user and tried to get the recieving emails into /var/vmail/<domain>/<user>. I've noticed that there's no vmail user being created in the tutorial.

    For me it results into this:
    /etc/var/mail.err
    Code:
    May 26 20:02:00 catnipika postfix/pipe[17358]: fatal: get_service_attr: unknown username: vmail
    
    /etc/var/mail.warn
    Code:
    May 26 20:33:41 catnipika postfix/pipe[20953]: fatal: get_service_attr: unknown username: vmail
    May 26 20:33:44 catnipika postfix/qmgr[624]: warning: private/maildrop socket: malformed response
    May 26 20:33:44 catnipika postfix/qmgr[624]: warning: transport maildrop failure -- see a previous warning/fatal/panic logfile record for$
    May 26 20:33:44 catnipika postfix/master[3669]: warning: process /usr/lib/postfix/pipe pid 20953 exit status 1
    May 26 20:33:44 catnipika postfix/master[3669]: warning: /usr/lib/postfix/pipe: bad command startup -- throttling
    
    Surely, there must be a reason why no vmail system user is being created in the tutorial.
     
  19. till

    till Super Moderator Staff Member ISPConfig Developer

    The vmail user is created by ispconfig. Just follow the ispconfig 3 perfect server tutorial to the letter and your setup will work.
     
  20. _sluimers_

    _sluimers_ New Member

    Okay thanks. Removing the vmail user solved it.
     

Share This Page