Need valgrind output or gdb backtrace.
Jonathan
On Oct 20, 2005, at 1:34 PM, Pedro Inacio wrote:
> Hello,
>
> I need some help here.
>
> I'm running Postfix and want to add dspam to it.
> So basically what I have done was:
>
> - dspam was compiled with:
>
> ./configure --prefix=/usr/local/dspam --enable-spam-delivery --
> enable-delivery-to-stdout --enable-homedir - in /etc/postfix/
> main.cf I have had:
>
> mailbox_command = /usr/local/dspam/bin/dspam --deliver=innocent --
> user $USER
>
>
> - in dspam.conf I have had:
>
> TrustedDeliveryAgent "/usr/bin/procmail -d %u
> UntrustedDeliveryAgent "/usr/bin/procmail"
>
>
> BUT...in the logs when Postfix delivers an email to dspam the
> message is:
>
> Oct 20 18:20:05 myhost postfix/local[23596]: [ID 197553 mail.info]
> 22BE914B64: to=<myuser@my.domain.net>, relay=local, delay=1554,
> status=bounced (Command died with status 138: "/usr/local/dspam/bin/
> dspam --deliver=innocent --user $USER". Command output: Bus Error )
>
>
> Anyone??? :(
>
> trying some debug, I have done:
>
> echo "teste" | /usr/local/dspam/bin/dspam --deliver=innocent --user
> someuser
>
> and it seems to work, delivering the string to the users mailbox.
>
>
> Thanks in advance.
>
>
>
>
Received on Thu Oct 20 13:41:30 2005
This archive was generated by hypermail 2.1.8 : Fri Oct 21 2005 - 00:00:01 EDT