You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/02/20 21:12:16 UTC

[Bug 3072] spamd unix syslog socket error on solaris 8

http://bugzilla.spamassassin.org/show_bug.cgi?id=3072

iqbala@qwestip.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From iqbala@qwestip.net  2004-02-20 12:12 -------
Workaround:

Change line 232

From

my $log_socket   = $opt{'syslog-socket'} || 'unix';

To

my $log_socket = 'inet' ;

Then you can start spamd and it will work just fine



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.