procmail configuration file check

Hi all !
Please, can you explain me if this procmail configuration is correct? I’m running Virtualmin GPL 4.15 on a Centos 5.11 server.
Thanks !!

LOGFILE=/var/log/procmail.log
TRAP=/etc/webmin/virtual-server/procmail-logger.pl
:0wi
VIRTUALMIN=|/etc/webmin/virtual-server/lookup-domain.pl --exitcode 73 $LOGNAME
EXITCODE=$?
:0

  • ?/usr/bin/test “$EXITCODE” = “73”
    /dev/null
    :0
  • ?/usr/bin/test “$VIRTUALMIN” != “”
    {
    INCLUDERC=/etc/webmin/virtual-server/procmail/$VIRTUALMIN
    }
    DEFAULT=/var/spool/mail/$LOGNAME
    ORGMAIL=/var/spool/mail/$LOGNAME
    DROPPRIVS=yes
    :0
    $DEFAULT
    :0
  • ^X-Spam-Status: Yes
    /dev/null

Howdy,

Are you experiencing problems of any kind?

The paths listed for DEFAULT and ORGMAIL are non-default paths… that would be using mbox, rather than the usual Maildir directories that are used.

However, if email delivery is working fine, that may just be how your server is configured.

-Eric

Thanks.

I’m using mbox files on this server in /var/spool/mail/.

I’m checking my server configuration because I’m experiencing some problems with Spamassassing and Autowhitelist files. I already open a thread about this here https://www.virtualmin.com/node/36599 but I don’t see any answer till now…

Do you think this configuration is correct using Virtualmin? I would like to upload my configurations but .jpg or .zip attach to this post don’t work.

Thanks again.