Few questions

General eFa discussion
Post Reply
mul
Posts: 4
Joined: 14 Nov 2012 08:14

Few questions

Post by mul »

Hello and sorry for my English, i am breton

Thanks for this project and the VHD (hyper-V) support.

What is the version of mailscanner use in EFA ?
The version of postfix and spamassassin ?

I had mailscanner/mailwatch use in my network as Gateway for my exchange 2010. Is it possible to use EFA like this ?

what port it need to open for DCC and pyzor ?

thanks ;)
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Few questions

Post by darky83 »

Mailscanner:

Code: Select all

dpkg -l | grep mailscanner
ii  mailscanner                        4.84.5-4~squeeze             email gateway for virus scanning, spam and phishing detection
Postfix:

Code: Select all

~# dpkg -l | grep postfix
ii  postfix                            2.7.1-1+squeeze1             High-performance mail transport agent
Spamassassin:

Code: Select all

dpkg -l | grep spamassassin
ii  spamassassin                       3.3.1-1                      Perl-based spam filter using text analysis
Firewall ports needed

Code: Select all

TCP 25 out (mail)
UDP 24441 out (pyzor)
UDP 6277 out (DCC)
TCP 2703 out (Razor)
You mean as a outgoing gateway I guess? Yes that is possible I will write a howto soon as mail is rejected by default.

d.
Version eFa 4.x now available!
mul
Posts: 4
Joined: 14 Nov 2012 08:14

Re: Few questions

Post by mul »

You mean as a outgoing gateway I guess? Yes that is possible I will write a howto soon as mail is rejected by default.
Maybe, i have to copy the mailscanner and postfix configuration i have....

Why not install webmin for example, webmin is a good application to manage and configure postfix and antispam
mul
Posts: 4
Joined: 14 Nov 2012 08:14

Re: Few questions

Post by mul »

there is also a webmin module to configure mailscanner : http://sourceforge.net/projects/msfront ... %20Module/

veryb useful
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

Re: Few questions

Post by darky83 »

Webmin won't be part of E.F.A, it is an extra tool that requires you to keep the system configured the way 'they'(webmin) wants it.

So not something I am going to include in E.F.A.
Version eFa 4.x now available!
Post Reply