  | | | Milters | Milters 2006-12-30 - By Milan Keral?ger
Back On Thu, Dec 07, 2006 at 08:06:50AM -0500, Thom Paine wrote: > I'm getting an error trying to get the milter to start up. > > I successfully installed milter-greylist and milter-greylist-sysv. I > checked the /etc/mail/greylist.conf file and uncommented a couple of > lines like the timeout of 1 hour and 3days before it expires. > > I copy and pasted the contents of milans sendmail.mc file, and I > removed the cvgfilter and the spamassassin for now, so I just have the > milter-greylist in there along with the rest of the options. > > When I restart sendmail, I get an error about the local socketname missing: > > [root@(protected) run]# service MailScanner restart > Shutting down MailScanner daemons: > MailScanner: [ OK ] > incoming sendmail: [ OK ] > outgoing sendmail: [ OK ] > Starting MailScanner daemons: > incoming sendmail: WARNING: Xgreylist: local socket name > /var/lib/milter-greylist/run/milter-greylist.sock missing
$ /etc/init.d/milter-greylist start
You have to have "/var/lib/milter-greylist/run/milter-greylist.sock" or you have to edit /etc/sysconfig/milter-greylist file.
$ cat /etc/sysconfig/milter-greylist # This is a file with defaults for milter-greylist. # You may change them by uncommenting them here. # #GRUSER="grmilter" #GRSOCKET="/var/lib/milter-greylist/run/milter-greylist.sock" #GRPIDFILE="/var/run/milter-greylist.pid"
> [ OK ] > outgoing sendmail: [ OK ] > MailScanner: [ OK ] > > I checked the /var/lib/milter-greylist/run directory and there is no > .sock file in there after I try service milter-greylist start. > > Are there permissions that I need to set on this directory? > > Any clues as to where I can look to see why it's not starting?
-- Milan Kerslager http://www.pslib.cz/ke/ http://www.kai.tul.cz/~kerslage/
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |