Link to home
Start Free TrialLog in
Avatar of _sluimers_
_sluimers_Flag for Netherlands

asked on

Ispconfig 3: All my mail is going to /var/mail/vmail

I followed a tutorial on http://www.howtoforge.com/perfect-server-ubuntu-9.04-ispconfig-3 , and changed the mailbox base /var/vmail in ispconfig server config  to /kome/vmail.
I'm stuck with the fact that all ingoing mail is delivered to /var/mail/vmail instead of
home/vmail/mydomainname.com/user (or even /var/vmai/mydomainname.com/userl if I would change it back). Sending mail is no problem.

I don't understand why this is.  

I put a debugger on maildrop, hoping it would provide more info.
mail.info shows what happens when I send a mail from my gmail account to a virtual mail user made in ispconfig.
/etc/postfix/main.cf
# 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 = PATH=/bin:/usr/bin:/usr/local/bin; (ltrace -p $process_id 2>&1 | logger -p mail.info) & sleep 5
myhostname = [I]mydomainname.com[/I]
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = [I]otherdomainname[/I].nl.eu.org, localhost, localhost.localdomain
relayhost = 
mynetworks = 127.0.0.0/8
home_mailbox = Maildir/
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
html_directory = /usr/share/doc/postfix/html
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
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
smtpd_tls_security_level = may
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.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
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.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
 
/etc/postfix/master.cf
#
# 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 -v -D
  flags=R user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender} -v
#
# 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 - - - - 4 smtp
        -o smtp_data_done_timeout=1200
        -o smtp_send_xforward_command=yes
        -o disable_dns_lookups=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
 
/var/log/mail.info
May 24 01:35:12 mydomainname postfix/master[3224]: reload configuration /etc/postfix
May 24 01:40:14 mydomainname postfix/smtpd[17028]: connect from localhost.localdomain[127.0.0.1]
May 24 01:40:14 mydomainname postfix/smtpd[17028]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
May 24 01:40:14 mydomainname postfix/smtpd[17028]: disconnect from localhost.localdomain[127.0.0.1]
May 24 01:43:03 mydomainname postfix/smtpd[17254]: connect from mail-ew0-f162.google.com[209.85.219.162]
May 24 01:43:03 mydomainname postfix/smtpd[17254]: 5AED45629C: client=mail-ew0-f162.google.com[209.85.219.162]
May 24 01:43:03 mydomainname postfix/cleanup[17275]: 5AED45629C: message-id=<4A188A03.601@gmail.com>
May 24 01:43:03 mydomainname postfix/qmgr[16750]: 5AED45629C: from=<anonymous@gmail.com>, size=2182, nrcpt=1 (queue active)
May 24 01:43:15 mydomainname postfix/smtpd[17300]: connect from localhost.localdomain[127.0.0.1]
May 24 01:43:15 mydomainname postfix/smtpd[17300]: 07039562A4: client=localhost.localdomain[127.0.0.1]
May 24 01:43:15 mydomainname postfix/cleanup[17275]: 07039562A4: message-id=<4A188A03.601@gmail.com>
May 24 01:43:15 mydomainname postfix/qmgr[16750]: 07039562A4: from=<anonymous@gmail.com>, size=2821, nrcpt=1 (queue active)
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  mail
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  ipv4
May 24 01:43:15 mydomainname postfix/pipe[17301]: name_mask: ipv4
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  mydomainname.com
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  com
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  Postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  postdrop
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  otherdomainname.nl.eu.org, localhost, localhost.localdomain
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  /etc/mailname
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  /usr/lib/postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  /var/lib/postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  /usr/sbin
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  /var/spool/postfix
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  pid
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  all
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  double-bounce
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  nobody
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  hash:/etc/aliases
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  20080902
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  2.5.5
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  hash
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  deferred, defer
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  +
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  mysql:/etc/postfix/mysql-virtual_relaydomains.cf
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: expand $relay_domains -> mysql:/etc/postfix/mysql-virtual_relaydomains.cf
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  TZ MAIL_CONFIG LANG
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY LANG=C
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  subnet
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  +=
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  -=+
May 24 01:43:15 mydomainname 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 mydomainname postfix/pipe[17301]: dict_eval: const  
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  bounce
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  cleanup
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  defer
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  pickup
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  qmgr
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  rewrite
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  showq
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  error
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  flush
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  verify
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  trace
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  0
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  100s
May 24 01:43:15 mydomainname last message repeated 3 times
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  3600s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  3600s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  5s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  5s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  10s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  10s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1s
May 24 01:43:15 mydomainname last message repeated 3 times
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  500s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  500s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  18000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  18000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  127.0.0.0/8
May 24 01:43:15 mydomainname postfix/pipe[17301]: inet_addr_local: configured 2 IPv4 addresses
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: dict_eval: const  1000s
May 24 01:43:15 mydomainname postfix/pipe[17301]: process generation: 1261 (1261)
May 24 01:43:15 mydomainname 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 mydomainname 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 mydomainname postfix/smtpd[17300]: disconnect from localhost.localdomain[127.0.0.1]
May 24 01:43:15 mydomainname amavis[2885]: (02885-05) Passed CLEAN, [209.85.219.162] [84.82.8.243] <anonymous@gmail.com> -> <user@mydomainname.com>, Message-ID: <4A188A03.601@gmail.com>, mail_id: 9aU0U0YLr3y0, Hits: -0.001, size: 2182, queued_as: 07039562A4, dkim_id=@gmail.com,anonymous@gmail.com, 12832 ms
May 24 01:43:15 mydomainname postfix/smtp[17297]: 5AED45629C: to=<user@mydomainname.com>, 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 mydomainname postfix/qmgr[16750]: 5AED45629C: removed
May 24 01:43:20 mydomainname postfix/pipe[17301]: match_string: fast_flush_domains ~? debug_peer_list
May 24 01:43:20 mydomainname postfix/pipe[17301]: match_string: fast_flush_domains ~? fast_flush_domains
May 24 01:43:20 mydomainname logger: --- SIGCHLD (Child exited) ---
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: user = ispconfig
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: password = d3f674c2faa297822d02b624001c4ab1
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: dbname = dbispconfig
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: result_format = %s
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_int: /etc/postfix/mysql-virtual_relaydomains.cf: expansion_limit = 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: query = <NULL>
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: table = mail_transport
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: select_field = domain
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: where_field = domain
May 24 01:43:20 mydomainname 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 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: domain = 
May 24 01:43:20 mydomainname postfix/pipe[17301]: cfg_get_str: /etc/postfix/mysql-virtual_relaydomains.cf: hosts = 127.0.0.1
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_open: mysql:/etc/postfix/mysql-virtual_relaydomains.cf
May 24 01:43:20 mydomainname postfix/pipe[17301]: set_eugid: euid 114 egid 124
May 24 01:43:20 mydomainname postfix/pipe[17301]: connection established
May 24 01:43:20 mydomainname postfix/pipe[17301]: master_notify: status 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: deliver_request_initial: send initial status
May 24 01:43:20 mydomainname postfix/pipe[17301]: send attr status = 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 3
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: queue_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: queue_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: active
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: queue_id
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: queue_id
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 07039562A4
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: offset
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: offset
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 630
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: size
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: size
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 2821
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: nexthop
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: nexthop
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: encoding
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: encoding
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 7bit
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: sender
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: sender
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: anonymous@gmail.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: envelope_id
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: envelope_id
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: ret_flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: ret_flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: time
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: time
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: E4oYSvxeAAATihhKZ6sMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: log_client_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: localhost.localdomain
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_address
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: log_client_address
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 127.0.0.1
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: log_client_port
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: log_client_port
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 41382
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: log_protocol_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: log_protocol_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: ESMTP
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: log_helo_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: log_helo_name
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: localhost
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_method
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: sasl_method
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_username
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: sasl_username
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: sasl_sender
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: sasl_sender
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: rewrite_context
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: rewrite_context
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: local
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: recipient_count
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: recipient_count
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 1
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: (list terminator)
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: original_recipient
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: original_recipient
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: user@mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: recipient
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: recipient
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: user@mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: offset
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: offset
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 608
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: dsn_orig_rcpt
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: dsn_orig_rcpt
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: rfc822;user@mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: notify_flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: notify_flags
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute value: 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: maildrop socket: wanted attribute: (list terminator)
May 24 01:43:20 mydomainname postfix/pipe[17301]: input attribute name: (end)
May 24 01:43:20 mydomainname postfix/pipe[17301]: deliver_request_get: file active/07039562A4
May 24 01:43:20 mydomainname postfix/pipe[17301]: deliver_message: from <anonymous@gmail.com>
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: const  1000s
May 24 01:43:20 mydomainname postfix/pipe[17301]: get_service_params: time_limit 1000
May 24 01:43:20 mydomainname postfix/pipe[17301]: get_service_attr: uid 5000, gid 5000, flags 16, size 0
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: const  /usr/bin/maildrop
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: const  -d
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: const  vmail
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: expand ${extension} -> 
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: expand ${recipient} -> user@mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: expand ${user} -> ours
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: expand ${nexthop} -> mydomainname.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: expand ${sender} -> anonymous@gmail.com
May 24 01:43:20 mydomainname postfix/pipe[17301]: dict_eval: const  -v
May 24 01:43:24 mydomainname logger: --- SIGCHLD (Child exited) ---
May 24 01:43:24 mydomainname postfix/pipe[17301]: 07039562A4: to=<user@mydomainname.com>, 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 mydomainname postfix/pipe[17301]: deliver_request_final: send: "" 0
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr status = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr diag_type = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr diag_text = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr mta_type = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr mta_mname = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr action = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr reason = 
May 24 01:43:24 mydomainname postfix/pipe[17301]: send attr status = 0
May 24 01:43:24 mydomainname postfix/qmgr[16750]: 07039562A4: removed
May 24 01:43:24 mydomainname postfix/pipe[17301]: master_notify: status 1
May 24 01:43:24 mydomainname postfix/pipe[17301]: connection closed
May 24 01:43:33 mydomainname postfix/smtpd[17254]: disconnect from mail-ew0-f162.google.com[209.85.219.162]
May 24 01:45:03 mydomainname postfix/smtpd[17254]: connect from localhost.localdomain[127.0.0.1]
May 24 01:45:03 mydomainname postfix/smtpd[17254]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
May 24 01:45:03 mydomainname postfix/smtpd[17254]: disconnect from localhost.localdomain[127.0.0.1]
May 24 01:45:10 mydomainname postfix/pipe[17301]: idle timeout -- exiting
May 24 01:45:10 mydomainname logger: +++ exited (status 0) +++
May 24 01:48:23 mydomainname 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 mydomainname 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 mydomainname postfix/anvil[17266]: statistics: max cache size 1 at May 24 01:43:02

Open in new window

Avatar of torimar
torimar
Flag of Germany image

Hi sluimers,

did you know that the people over at HowtoForge are the developers of ISPConfig?
So if you post your problem in the "HowTo Related Questions" section of their forum (http://www.howtoforge.com/forums/forumdisplay.php?f=2), you will be in direct contact with a) the writer of the HowTo (who is a staff member there and checks the forums frequently), and b) the people who develop and maintain ISPConfig.

I know this is a somewhat unusual suggestion, but I'm sure it also is the best way to get a fast response by people who are naturally more competent on the issue than anybody else.
Avatar of _sluimers_

ASKER

No that is not an unusual solution. In fact, I have been redirected there a week earlier and have a thread on http://www.howtoforge.com/forums/showthread.php?t=35205&page=2 . I'm getting desperate here. I think I subscribe and offer money. I JUST CAN'T TAKE IT ANYMORE!!! Need fix! Now!
ASKER CERTIFIED SOLUTION
Avatar of torimar
torimar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial