Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread mouss
Le 12/12/2010 21:51, Philip A Colvin a écrit : r...@ubuntu:~# ls -l /var/spool/MIMEDefang total 8 -rw-r- 1 defang defang 5 2010-12-12 12:30 mimedefang-multiplexor.pid srw--- 1 defang defang 0 2010-12-12 12:30 mimedefang-multiplexor.sock -rw-r- 1 defang defang 5 2010-12-12 12:30 mimed

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread Victor Duchovni
On Sun, Dec 12, 2010 at 03:51:00PM -0500, Philip A Colvin wrote: > r...@ubuntu:~# ls -l /var/spool/MIMEDefang >>> total 8 >>> -rw-r- 1 defang defang 5 2010-12-12 12:30 mimedefang-multiplexor.pid >>> srw--- 1 defang defang 0 2010-12-12 12:30 mimedefang-multiplexor.sock >>> -rw-r- 1 defa

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread Philip A Colvin
r...@ubuntu:~# ls -l /var/spool/MIMEDefang total 8 -rw-r- 1 defang defang 5 2010-12-12 12:30 mimedefang-multiplexor.pid srw--- 1 defang defang 0 2010-12-12 12:30 mimedefang-multiplexor.sock -rw-r- 1 defang defang 5 2010-12-12 12:30 mimedefang.pid srwxr-x--- 1 defang defang 0 2010-12

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread mouss
Le 12/12/2010 18:46, Philip A Colvin a écrit : I was able to get some time to get the answers to the questions below... On 12/11/10 4:24 AM, mouss wrote: Is the socket there? # ls -l /var/spool/MIMEDefang/mimedefang.sock # file /var/spool/MIMEDefang/mimedefang.sock Yes, the socket is there...

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread Philip A Colvin
I was able to get some time to get the answers to the questions below... On 12/11/10 4:24 AM, mouss wrote: Is the socket there? # ls -l /var/spool/MIMEDefang/mimedefang.sock # file /var/spool/MIMEDefang/mimedefang.sock Yes, the socket is there... r...@ubuntu:~# ls -l /var/spool/MIMEDefang tota

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread mouss
Le 12/12/2010 15:25, Philip A Colvin a écrit : On 12/11/10 4:24 AM, mouss wrote: Le 11/12/2010 05:02, Philip A Colvin a écrit : I think I may be getting closer, but ran into a bit of problem. I have put smtpd_milters = unix:/var/spool/MIMEDefang/mimedefang.sock in the main.cf. Now I get this i

Re: Need Help with Postfix - MIMEDefang Config

2010-12-12 Thread Philip A Colvin
On 12/11/10 4:24 AM, mouss wrote: Le 11/12/2010 05:02, Philip A Colvin a écrit : I think I may be getting closer, but ran into a bit of problem. I have put smtpd_milters = unix:/var/spool/MIMEDefang/mimedefang.sock in the main.cf. Now I get this in the log and no mail goes through: postfix/smt

Re: Need Help with Postfix - MIMEDefang Config

2010-12-11 Thread mouss
Le 11/12/2010 05:02, Philip A Colvin a écrit : I think I may be getting closer, but ran into a bit of problem. I have put smtpd_milters = unix:/var/spool/MIMEDefang/mimedefang.sock in the main.cf. Now I get this in the log and no mail goes through: postfix/smtpd[2075]: warning: connect to Milte

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Philip A Colvin
On 12/10/10 6:36 PM, Bill Cole wrote: Philip A Colvin wrote, On 12/10/10 5:13 PM: [...] Now things are getting a bit clearer. Thank you for the information. I'll dig through the MIMEDefang config and set the port and then match it in the main.cf. Are there any ports that should be avoided? I

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Bill Cole
Philip A Colvin wrote, On 12/10/10 5:13 PM: [...] Now things are getting a bit clearer. Thank you for the information. I'll dig through the MIMEDefang config and set the port and then match it in the main.cf. Are there any ports that should be avoided? I did see a commented setting in MIMEDefang

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Noel Jones
On 12/10/2010 4:13 PM, Philip A Colvin wrote: Are there any ports that should be avoided? I did see a commented setting in MIMEDefang using port 4567. I'm guessing that is just an example. Thanks again for the help. Phil Colvin As a general rule, pick any unused port in the range 1000..655

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Philip A Colvin
On 12/10/10 4:34 PM, Noel Jones wrote: On 12/10/2010 3:20 PM, Philip A Colvin wrote: Mr Jones, Thanks for the quick reply. I have read the MILTER_README, but it's just not clicking yet for me. I have tried putting smtpd_milters = inet:localhost:10025 in the main.cf file but in the logs I the

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Noel Jones
On 12/10/2010 3:20 PM, Philip A Colvin wrote: Mr Jones, Thanks for the quick reply. I have read the MILTER_README, but it's just not clicking yet for me. I have tried putting smtpd_milters = inet:localhost:10025 in the main.cf file but in the logs I then get a connection refused for the port.

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Victor Duchovni
On Fri, Dec 10, 2010 at 04:20:49PM -0500, Philip A Colvin wrote: > Mr Jones, > > Thanks for the quick reply. I have read the MILTER_README, but it's just > not clicking yet for me. > > I have tried putting smtpd_milters = inet:localhost:10025 in the main.cf > file but in the logs I then get a c

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Philip A Colvin
Mr Jones, Thanks for the quick reply. I have read the MILTER_README, but it's just not clicking yet for me. I have tried putting smtpd_milters = inet:localhost:10025 in the main.cf file but in the logs I then get a connection refused for the port. From what I have read from other content f

Re: Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Noel Jones
On 12/10/2010 2:39 PM, Philip A Colvin wrote: -- I could really use some help with getting MIMEDefang working with Postfix. I know from reading many, many posts and web site How To's it can be done. I have read through the Postfix guides

Need Help with Postfix - MIMEDefang Config

2010-12-10 Thread Philip A Colvin
I could really use some help with getting MIMEDefang working with Postfix. I know from reading many, many posts and web site How To's it can be done. I have read through the Postfix guides on implementing milters, but just can't seem to figure out what needs to be done.