Problems after upgrading ISPconfig from 3.0.1.6 to 3.0.2.1

Discussion in 'Installation/Configuration' started by sheshes, Apr 12, 2010.

  1. sheshes

    sheshes Member

    I have run the update script and chose stable and reconfigure services.

    I had inserted awstats module before update and reconfiguring services found an error and stopped without giving the update succesful message.

    Now ISPconfig says is running on version 3.0.2.1 so I cannot rerun the update but I find 2 problems.

    The monitor logs in the ISPconfig 3 control panel don't update (in the logs in /var/log/mail.log the current logging is there) but in the monitor panel it updates every other day.

    Also the most important are the emails. The ip is not blacklisted and the port scanner shows all necessary ports are open.

    I can receive emails but when sending it always says connection timed out and nothing is sent.

    This is my mail.cf
    header_checks mime_header_checks mysql-virtual_email2email.cf~ mysql-virtual_recipient.cf~ mysql-virtual_sender.cf~ post-install
    main.cf mysql-virtual_client.cf mysql-virtual_forwardings.cf mysql-virtual_relaydomains.cf mysql-virtual_transports.cf sasl/
    main.cf~ mysql-virtual_client.cf~ mysql-virtual_forwardings.cf~ mysql-virtual_relaydomains.cf~ mysql-virtual_transports.cf~ smtpd.cert
    main.cf~2 mysql-virtual_domains.cf mysql-virtual_mailboxes.cf mysql-virtual_relayrecipientmaps.cf nested_header_checks smtpd.key
    root@server:/home/administrator# nano /etc/postfix/
    body_checks master.cf mysql-virtual_domains.cf~ mysql-virtual_mailboxes.cf~ mysql-virtual_relayrecipientmaps.cf~ postfix-files
    dynamicmaps.cf master.cf~ mysql-virtual_email2email.cf mysql-virtual_recipient.cf mysql-virtual_sender.cf postfix-script
    header_checks mime_header_checks mysql-virtual_email2email.cf~ mysql-virtual_recipient.cf~ mysql-virtual_sender.cf~ post-install
    main.cf mysql-virtual_client.cf mysql-virtual_forwardings.cf mysql-virtual_relaydomains.cf mysql-virtual_transports.cf sasl/
    main.cf~ mysql-virtual_client.cf~ mysql-virtual_forwardings.cf~ mysql-virtual_relaydomains.cf~ mysql-virtual_transports.cf~ smtpd.cert
    main.cf~2 mysql-virtual_domains.cf mysql-virtual_mailboxes.cf mysql-virtual_relayrecipientmaps.cf nested_header_checks smtpd.key

    root@server:/home/administrator# netstat -tap
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 localhost.localdo:10024 *:* LISTEN 2285/amavisd (maste
    tcp 0 0 localhost.localdo:10025 *:* LISTEN 3346/master
    tcp 0 0 *:mysql *:* LISTEN 2360/mysqld
    tcp 0 0 localhost.localdo:spamd *:* LISTEN 2423/spamd.pid
    tcp 0 0 *:http-alt *:* LISTEN 3509/apache2
    tcp 0 0 *:www *:* LISTEN 3509/apache2
    tcp 0 0 *:tproxy *:* LISTEN 3509/apache2
    tcp 0 0 *:ftp *:* LISTEN 3360/pure-ftpd (SER
    tcp 0 0 server.xxxxx:domain *:* LISTEN 3273/mydns
    tcp 0 0 localhost.locald:domain *:* LISTEN 3273/mydns
    tcp 0 0 *:ssh *:* LISTEN 16887/sshd
    tcp 0 0 *:smtp *:* LISTEN 3346/master
    tcp 0 0 *:https *:* LISTEN 3509/apache2
    tcp 0 0 localhost.localdo:mysql localhost.localdo:37355 ESTABLISHED 2360/mysqld
    tcp 0 0 localhost.localdo:mysql localhost.localdo:43918 ESTABLISHED 2360/mysqld
    tcp 0 0 localhost.localdo:43918 localhost.localdo:mysql ESTABLISHED 3552/amavisd (ch4-a
    tcp 0 0 localhost.localdo:mysql localhost.localdo:43933 ESTABLISHED 2360/mysqld
    tcp 0 0 localhost.localdo:43933 localhost.localdo:mysql ESTABLISHED 3553/amavisd (ch3-a
    tcp 0 288 server.xxxxxxx:ssh 93-114-234.netrun:60867 ESTABLISHED 29338/sshd: adminis
    tcp 0 0 localhost.localdo:37355 localhost.localdo:mysql ESTABLISHED 30681/smtp
    tcp6 0 0 [::]:imaps [::]:* LISTEN 3212/couriertcpd
    tcp6 0 0 [::]:pop3s [::]:* LISTEN 3250/couriertcpd
    tcp6 0 0 [::]:pop3 [::]:* LISTEN 3228/couriertcpd
    tcp6 0 0 [::]:imap2 [::]:* LISTEN 3190/couriertcpd
    tcp6 0 0 [::]:ftp [::]:* LISTEN 3360/pure-ftpd (SER
    tcp6 0 0 localhost:domain [::]:* LISTEN 3273/mydns
    tcp6 0 0 [::]:ssh [::]:* LISTEN 16887/sshd

    root@server:/home/administrator# nano /etc/postfix/main.cf

    GNU nano 2.0.9 File: /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 (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.

    myhostname = server.sheshes-world.com
    alias_maps = hash:/etc/aliases
    alias_database = hash:/etc/aliases
    myorigin = /etc/mailname
    mydestination = server.sheshes-world.com, localhost, localhost.localdomain
    relayhost =
    mynetworks = 127.0.0.0/8 [::1]/128
    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 = /var/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_$
    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
    relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf

    And my 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
    flags=R user=vmail argv=/usr/bin/maildrop -d vmail ${extension} ${recipient} ${user} ${nexthop} ${sender}
    # flags=R user=vmail argv=/usr/bin/maildrop -d ${recipient} ${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


    Any help appreciated
     
    Last edited: Apr 12, 2010
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Have you added or modified any databse tables within the ispconfig database as you installed this awstats thing? If yes, then this caused the problem. You have to undo these modifications and then rerun the update by following the manual update instructions from the release notes.

    2) Post the errors form the mail log file.
     
  3. sheshes

    sheshes Member

    Apr 13 09:40:48 server pop3d: TIMEOUT, [email protected], ip=[::ffff:87.228.193.251], port=[9254], top=0, retr=0, rcvd=6, sent=25, time=301
    Apr 13 09:40:48 server pop3d: TIMEOUT, [email protected], ip=[::ffff:87.228.193.251], port=[60515], top=0, retr=0, rcvd=6, sent=25, time=300
    Apr 13 09:40:48 server pop3d: TIMEOUT, [email protected], ip=[::ffff:87.228.193.251], port=[34837], top=0, retr=0, rcvd=12, sent=366, time=301
    Apr 13 09:40:49 server pop3d: TIMEOUT, [email protected], ip=[::ffff:87.228.193.251], port=[22321], top=0, retr=0, rcvd=12, sent=55, time=301
    Apr 13 09:40:49 server pop3d: TIMEOUT, [email protected], ip=[::ffff:87.228.193.251], port=[45946], top=0, retr=0, rcvd=12, sent=98, time=301
    Apr 13 09:41:09 server postfix/smtp[13495]: connect to smtp.secureserver.net[72.167.238.201]:25: Connection timed out
    Apr 13 09:41:09 server postfix/smtp[13493]: connect to aspmx.l.google.com[209.85.229.27]:25: Connection timed out
    Apr 13 09:41:09 server postfix/smtp[13494]: connect to aspmx.l.google.com[209.85.229.27]:25: Connection timed out
    Apr 13 09:41:39 server postfix/smtp[13494]: connect to alt2.aspmx.l.google.com[209.85.135.114]:25: Connection timed out
    Apr 13 09:41:39 server postfix/smtp[13493]: connect to alt2.aspmx.l.google.com[209.85.135.114]:25: Connection timed out
    Apr 13 09:41:39 server postfix/smtp[13495]: connect to mailstore1.secureserver.net[72.167.238.201]:25: Connection timed out
    Apr 13 09:41:39 server postfix/smtp[13495]: 5FCC612240B3: to=<[email protected]>, relay=none, delay=212193, delays=212133/0.02/60/0, dsn=4.4.1, status=deferred (connect to mailstore1.secureserver.net[72.167.238.201]:25: Connec$
    Apr 13 09:42:09 server postfix/smtp[13494]: connect to alt1.aspmx.l.google.com[209.85.219.50]:25: Connection timed out
    Apr 13 09:42:09 server postfix/smtp[13493]: connect to alt1.aspmx.l.google.com[209.85.219.50]:25: Connection timed out
    Apr 13 09:42:39 server postfix/smtp[13493]: connect to aspmx3.googlemail.com[209.85.222.7]:25: Connection timed out
    Apr 13 09:42:39 server postfix/smtp[13494]: connect to aspmx3.googlemail.com[209.85.222.8]:25: Connection timed out
    Apr 13 09:43:09 server postfix/smtp[13493]: connect to aspmx3.googlemail.com[209.85.222.4]:25: Connection timed out
    Apr 13 09:43:09 server postfix/smtp[13494]: connect to aspmx2.googlemail.com[209.85.135.27]:25: Connection timed out
    Apr 13 09:43:09 server postfix/smtp[13494]: 2CAD812240B4: to=<[email protected]>, relay=none, delay=212186, delays=212036/0.02/150/0, dsn=4.4.1, status=deferred (connect to aspmx2.googlemail.com[209.85.135.27]:25: Connection timed ou$
    Apr 13 09:43:09 server postfix/smtp[13493]: AA90312240B5: to=<[email protected]>, relay=none, delay=211765, delays=211614/0.03/150/0, dsn=4.4.1, status=deferred (connect to aspmx3.googlemail.com[209.85.222.4]:25: Connection timed out)
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The locals setup seems to be ok but the internet connection of your server seems to be broken as your server is not able to connect to any external mailserver.
     
  5. sheshes

    sheshes Member

    1. Nothing has been altered from the databases

    2. My ISP is not blocking anything. I have confirmed with them. It was working for a good 6 month period

    Is it possible that the update have not reconfigured the services as it threw an error because of awstats. Is there a way to redo the update? because now if i try to update it says that it is already the latest version.

    Also is there anything else i can check regarding the connection timeout problem. Please not that sending email to a different user on the same domain is also impossible.

    Thanks again
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    awstats is not supported by ispconfig. So if you altered something to use it, these changes had been removed by the update and you have to redo them.

    Regarding the connection timeout, check your internet connection. You can e.g. try to connect to an external mailserver with telnet to see if the internet connection works again.
     
  7. sheshes

    sheshes Member

    I have tried telneting to smtp.gmail.com 465 from the ispconfig server and it works fine

    I am really confused
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Restart postfix and check the log again. It might have been a temporary connection problem.
     
  9. sheshes

    sheshes Member

    still nothing....
     
  10. yalex2000

    yalex2000 New Member

    Hello
    After the upgrade from 3.0.1.6 to version 3.0.2.1 ispсonfig I'm having problems.
    When mail delivery to local addresses out error:
    Code:
    temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop: Unable to open mailbox. 
    But other critical changes, I did not notice.
    What? I died all local domains.

    That's all that in mail.log

    Code:
    Apr 8 07:17:37 server postfix/pipe[18072]: ED69D14A07D: to=<[email protected]>, relay=maildrop, delay=46551, delays=46550/0.42/0/0.07, dsn=4.3.0, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop: Unable to open mailbox. )
    The name of the host - all in order
    Code:
    root@server:/# hostname
    server.localdomain.ru
    The system has not been updated, only updated ISPConfig.
    Amavis working-mail to internal mail server goes, antispam mail filtering.

    The only thing I did, it was confirmed in updating ispсonfig request to update configuration files.
    Maybe that changed in the database?

    Weácan least in what direction dribble.

    Here are a few tests.

    Code:
    maildrop -v
    maildrop 2.0.4 Copyright 1998-2005 Double Precision, Inc.
    GDBM extensions enabled.
    Courier Authentication Library extension enabled.
    Maildir quota extension enabled.
    This program is distributed under the terms of the GNU General Public
    License. See COPYING for additional information.
    Code:
    authtest [email protected] user
    Authentication succeeded.
    Code:
    maildrop -V 9 -d [email protected]
    
    Code:
    echo "test" | authtest [email protected]
    Code:
    .mailfilter(5): LOGNAME=""
    .mailfilter(6): EXTENSION=""
    .mailfilter(7): RECIPIENT=""
    .mailfilter(8): USER=""
    .mailfilter(9): HOST=""
    .mailfilter(10): SENDER=""
    .mailfilter(11): DEFAULT="/var/vmail///."
    .mailfilter(15): Evaluating IF condition.
    .mailfilter(15): Operation on:  - logical not.
    .mailfilter(15): Operation: logical not=1
    .mailfilter(15): IF evaluated, result=1
    .mailfilter(17): USER=""
    .mailfilter(19): Evaluating IF condition.
    .mailfilter(19): Operation on:  - logical not.
    .mailfilter(19): Operation: logical not=1
    .mailfilter(19): IF evaluated, result=1
    .mailfilter(21): HOST=""
    .mailfilter(24): Evaluating IF condition.
    .mailfilter(24): Operation on:  and  - string not equal, result is 0
    .mailfilter(24): IF evaluated, result=0
    .mailfilter(29): Evaluating IF condition.
    .mailfilter(29): Operation on:  - logical not.
    .mailfilter(29): Operation: logical not=1
    .mailfilter(29): IF evaluated, result=1
    .mailfilter(31): SENDER="<>"
    maildrop: Filtering through `test -e /var/vmail/$HOST`
    .mailfilter(39): Evaluating IF condition.
    .mailfilter(39): Operation on: 0 and 0 - not equal, result is 0
    .mailfilter(39): IF evaluated, result=0
    maildrop: Filtering through `test -e /var/vmail/$HOST/$USER`
    .mailfilter(45): Evaluating IF condition.
    .mailfilter(45): Operation on: 0 and 0 - not equal, result is 0
    .mailfilter(45): IF evaluated, result=0
    maildrop: Filtering through `test -f /var/vmail/mailfilters/$HOST/$USER/.autoresponder`
    .mailfilter(54): Evaluating IF condition.
    .mailfilter(54): Operation on: 1 and 0 - equal, result is 0
    .mailfilter(54): IF evaluated, result=0
    maildrop: Filtering through `echo $SIZE >> /var/vmail/$HOST/$USER/ispconfig_mailsize`
    maildrop: Filtering through `test -f /var/vmail/mailfilters/$HOST/$USER/.mailfilter`
    .mailfilter(71): Evaluating IF condition.
    .mailfilter(71): Operation on: 1 and 0 - equal, result is 0
    .mailfilter(71): IF evaluated, result=0
    .mailfilter(77): Evaluating IF condition.
    .mailfilter(77): Operation on: /var/vmail///. and  - string not equal, result is 1
    .mailfilter(77): IF evaluated, result=1
    maildrop: Delivering to /var/vmail///.
    maildrop: Unable to open mailbox.
    configs checked Kompare - major changes were not found.

    p.s.
    Maybe someone here will answer ....
     
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    Please use the search function in the forum to search for your error message "s_connect() failed". This problem has been handled in several threads already.
     
  12. yalex2000

    yalex2000 New Member

    I know how to use search.
    Just the fact that there are on this site does not work, did everything.
    And reinstall maildrop.

    nothing does not help.
    And most importantly, the fact that the system worked without any problems on the old version isptsonfig and broken after the upgrade.

    I again ran update.php - but the result remained the same.


    What ?!?!? Weácan even where to look?

    Code:
    maildrop -V 4 -d [email protected]  < /home/xxxxx/logo.png 
    maildrop: authlib: groupid=5000
    maildrop: authlib: userid=5000
    maildrop: authlib: [email protected], home=/var/vmail, mail=/var/vmail/mailralf.ru/alex
    maildrop: Changing to /var/vmail
    Message start at 0 bytes, envelope [email protected]
    maildrop: Attempting .mailfilter
    .mailfilter(5): LOGNAME=""
    .mailfilter(6): EXTENSION=""
    .mailfilter(7): RECIPIENT=""
    .mailfilter(8): USER=""
    .mailfilter(9): HOST=""
    .mailfilter(10): SENDER=""
    .mailfilter(11): DEFAULT="/var/vmail///."
    .mailfilter(15): Evaluating IF condition.
    .mailfilter(15): IF evaluated, result=1
    .mailfilter(17): USER=""
    .mailfilter(19): Evaluating IF condition.
    .mailfilter(19): IF evaluated, result=1
    .mailfilter(21): HOST=""
    .mailfilter(24): Evaluating IF condition.
    .mailfilter(24): IF evaluated, result=0
    .mailfilter(29): Evaluating IF condition.
    .mailfilter(29): IF evaluated, result=1
    .mailfilter(31): SENDER="<>"
    maildrop: Filtering through `test -e /var/vmail/$HOST`
    .mailfilter(39): Evaluating IF condition.
    .mailfilter(39): IF evaluated, result=0
    maildrop: Filtering through `test -e /var/vmail/$HOST/$USER`
    .mailfilter(45): Evaluating IF condition.
    .mailfilter(45): IF evaluated, result=0
    maildrop: Filtering through `test -f /var/vmail/mailfilters/$HOST/$USER/.autoresponder`
    .mailfilter(54): Evaluating IF condition.
    .mailfilter(54): IF evaluated, result=0
    maildrop: Filtering through `echo $SIZE >> /var/vmail/$HOST/$USER/ispconfig_mailsize`
    maildrop: Filtering through `test -f /var/vmail/mailfilters/$HOST/$USER/.mailfilter`
    .mailfilter(71): Evaluating IF condition.
    .mailfilter(71): IF evaluated, result=0
    .mailfilter(77): Evaluating IF condition.
    .mailfilter(77): IF evaluated, result=1
    maildrop: Delivering to /var/vmail///.
    maildrop: Unable to open mailbox.
    
     
    Last edited: Apr 22, 2010

Share This Page