Re: Re: maildrop and mysql, temporary failure. Command output: maildrop: signal 0x0B

From: Babar Shafiq (babarnazmi_at_yahoo.com)
Date: 10/30/05

  • Next message: Edwin Cronje: "Re: Silicom Ethernet adapter ?"
    Date: Sun, 30 Oct 2005 02:41:52 -0800 (PST)
    To: debian-user@lists.debian.org
    
    

    Hi,

    SIGSEGV on most systems. Software error, hardware error

    Same problem I faced last night so the fix is, check the maildropmysql.config it must be at
    correct location you set in ./configure command when installing maildrop.

    /etc/maildropmysql.config
    OR
    /usr/local/courier/etc/maildropmysql.config

    and with correct permissions and mysql config...

    [maildropmysql.config]
    hostname localhost
    port 3306
    socket /tmp/mysql.sock
    database mail
    dbuser A_USER_NAME
    dbpw A_PASSWORD
    dbtable maildrop
    default_uidnumber 5000 #this must be same as your vmail uid
    default_gidnumber 5000 #this must be same as your vmail gid
    uid_field username
    uidnumber_field uid
    gidnumber_field gid
    maildir_field maildir
    homedirectory_field homedir
    quota_field quota
    mailstatus_field postfix
    where_clause "AND postfix = 'y'"

    God is a great Programmer

                    
    __________________________________
    Yahoo! FareChase: Search multiple travel sites in one click.
    http://farechase.yahoo.com

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Edwin Cronje: "Re: Silicom Ethernet adapter ?"