Search found 540 matches

by darky83
23 Jan 2013 20:38
Forum: Bugs
Topic: [0.3] Error training SA from Quarantine after hostname chg
Replies: 7
Views: 7914

Re: [0.3] Error training SA from Quarantine

Ah I found the solution. RabbitMQ uses the hostname as some sort of 'domain' so if you change the hostname all the settings are gone (baruwa user /pass and permissions are set to default) The following will add the settings to rabbitMQ again: PASSWD="`cat /etc/baruwa/settings.py | grep "BR...
by darky83
22 Jan 2013 06:49
Forum: Bugs
Topic: [0.3] Error training SA from Quarantine after hostname chg
Replies: 7
Views: 7914

Re: [0.3] Error training SA from Quarantine

Ah I see just got the same thing after changing the hostname. Weird thing is that baruwa does not seem to have any setting that uses the hostname (it uses the python function socket.gethostname() and that seems to work fine) I'm guessing that rabbit MQ is blocking access after the Hostname change, b...
by darky83
21 Jan 2013 13:58
Forum: Bugs
Topic: [0.3] Error training SA from Quarantine after hostname chg
Replies: 7
Views: 7914

Re: [0.3] Error training SA from Quarantine

Hi David, Just did a check and seems to be working fine on my systems. Can you look at the logfile: /var/log/baruwa/celeryd.log ? Best thing to do is login on your machine and tail the log, then try to SA learn a message and look what happends in the log file.. cd /var/log/baruwa tail -f celeryd.log...
by darky83
20 Jan 2013 19:16
Forum: Announcements
Topic: EFA 0.3 update released!
Replies: 0
Views: 5549

EFA 0.3 update released!

The upgrade to EFA 0.3 is available: Baruwa upgraded to 1.1.2. Postfix mydestination was not updated during configuration. EFA-Update in 0.2 was the wrong version, correct version added to 0.3 (Manual update will be needed from 0.2 to 0.3) EFA-Configure is moved to EFA-Init (to be run once for initi...
by darky83
13 Jan 2013 15:32
Forum: Discussion
Topic: baruwa 2.0?
Replies: 7
Views: 8845

Re: baruwa 2.0?

Baruwa 2.0 is not available in debian packages.. From the site: Packaged versions of Baruwa 2.0 for Debian/Ubuntu are only available to subscribers of Baruwa Enterprise Edition. For more information on Baruwa Enterprise Edition or to subscribe please visit baruwa.com Upgrade to 1.1.2 will be done fi...
by darky83
04 Jan 2013 08:00
Forum: Discussion
Topic: baruwa 2.0?
Replies: 7
Views: 8845

Re: baruwa 2.0?

2.0 is currently in RC status and no Debian packages are available so it is not released yet, the latest stable is 1.1.2. The idea about EFA is to combine existing packages based on Debian. so as long as there are no Debian packages available for 2.0 it won't be in EFA, also only exim is supported i...
by darky83
03 Jan 2013 12:01
Forum: Discussion
Topic: baruwa 2.0?
Replies: 7
Views: 8845

Re: baruwa 2.0?

2.0 is not the current version 1.1.2 is see: http://www.baruwa.org/download/

1.1.1 is the current available version for debian
1.1.2 (current stable) will be available soon in debian packages (not yet available) when its available EFA will be updated to 1.1.2
by darky83
02 Jan 2013 13:33
Forum: Discussion
Topic: EFA as outgoing relay / smarthost
Replies: 10
Views: 13682

Re: EFA as outgoing relay / smarthost

Alex wrote:Thanky,
and automatic smime signing?

is this feature working?
I have encryption (ssl, S/MIME) on the roadmap for a later release so no not yet functional.
by darky83
31 Dec 2012 22:09
Forum: How-to
Topic: Export blacklist and whitelist from ESVA and import to EFA
Replies: 0
Views: 5153

Export blacklist and whitelist from ESVA and import to EFA

If you are migrating from ESVA to EFA you can export and import the black/whitelist with a simple script. note: This script doesn’t check for double entry’s. ssh to your ESVA server wget http://dl.efa-project.org/exportlists.sh chmod +x exportlists.sh ./exportlists.sh There should be a output.sql fi...
by darky83
30 Dec 2012 17:49
Forum: How-to
Topic: Customising quarantine email URLs
Replies: 3
Views: 6492

Re: Customising quarantine email URLs

Just added this to the EFA-Configure script..

You can try it out by downloading the development version:

Code: Select all

cd /tmp
wget https://raw.github.com/darky83/EFA/master/Build/0.3/usr/local/sbin/EFA-Configure.bash
chmod 700 EFA-Configure.bash
./EFA-Configure.bash
by darky83
30 Dec 2012 16:03
Forum: How-to
Topic: Customising quarantine email URLs
Replies: 3
Views: 6492

Re: Customising quarantine email URLs

I was planning to add this as an option to efa-configure in efa-configure I will use the following command to change the line: sed -i "/^QUARANTINE_REPORT_HOSTURL = / c\QUARANTINE_REPORT_HOSTURL = 'http://1.1.1.1' " /etc/baruwa/settings.py So I search for ^QUARANTINE_REPORT_HOSTURL = and c...
by darky83
30 Dec 2012 15:55
Forum: How-to
Topic: How to disable {Disarmed} feature
Replies: 1
Views: 3049

Re: How to disable {Disarmed} feature

See this post : http://forum.efa-project.org/viewtopic.php?f=4&t=56

in 0.3 this will be disabled by default, this is not possible to configure in baruwa.
by darky83
30 Dec 2012 15:52
Forum: Discussion
Topic: Why relay access denied?
Replies: 7
Views: 12253

Re: Why relay access denied?

Well see this post: http://forum.efa-project.org/viewtopic.php?f=5&t=219

I explained there how you can configure relaying for some hosts you should use that to allow your 192.168.1.0/24 range to relay through the system.
by darky83
30 Dec 2012 15:50
Forum: Discussion
Topic: EFA as outgoing relay / smarthost
Replies: 10
Views: 13682

Re: EFA as outgoing relay / smarthost

Expect this to be working in 0.3. You can already use it but you will need to do a few manual steps until 0.3 is released: as root do the following: First configure postfix: postconf -e smtpd_recipient_restrictions="permit_sasl_authenticated, permit_mynetworks, reject_unknown_recipient_domain, ...
by darky83
28 Dec 2012 22:31
Forum: Discussion
Topic: Why relay access denied?
Replies: 7
Views: 12253

Re: Why relay access denied?

I just added this feature to the 0.3 configure script so you can enable internal networks for mail relaying through EFA when 0.3 is released.
by darky83
28 Dec 2012 08:20
Forum: Discussion
Topic: how are people supposed to know they received spam?
Replies: 3
Views: 6034

Re: how are people supposed to know they received spam?

I have not yet tried this but the option to notify is already build in MailScanner. See /etc/MailScanner/Mailscanner.conf and search for the option 'notify'. But I have no idea if this works correctly with baruwa so you could try and see if it works :) I'll add this to the 'todo' list to make it con...
by darky83
28 Dec 2012 08:09
Forum: Discussion
Topic: Why relay access denied?
Replies: 7
Views: 12253

Re: Why relay access denied?

Hi Blason, By commenting out those lines you will have a pretty much ineffective spam filter :-) so I would recommend changing that back. I Guess you want to use the EFA system also as a outgoing relay, currently that is not implemented but that will be available in version 0.3 (expect it to be avai...
by darky83
26 Dec 2012 13:51
Forum: Discussion
Topic: Intialize error after setting up OVF file
Replies: 1
Views: 3649

Re: Intialize error after setting up OVF file

Hi Blason,

This can be ignored,

This feature is not yet available in the baruwa interface.
currently the setup has to be done using the command line tools, and this is already done in the E.F.A initial configuration script (done after you set the IP settings etc..)

d.
by darky83
20 Dec 2012 15:29
Forum: How-to
Topic: change the IP address of your EFA box
Replies: 5
Views: 8079

Re: change the IP address of your EFA box

Most is already working, due to the busy December month I have not had allot of time to spend on this as I would like to but it is pretty much working, I am currently adding extra functionality like the option to enable/disable greylisting. You can already test out by downloading the new configure s...
by darky83
20 Dec 2012 15:26
Forum: Discussion
Topic: Wishlist
Replies: 14
Views: 15176

Re: Wishlist

Webmin won't work correctly with postfix, as baruwa has his own custom DB schema's. Ofcourse this could custom writen in webmin but thats not the idea I have about EFA, I want to keep 'already existing packages' so that it is possible to upgrade without any hassle (as ESVA has because lots of items ...
by darky83
20 Dec 2012 12:42
Forum: Discussion
Topic: EFA - Hyper-V
Replies: 15
Views: 16602

Re: EFA - Hyper-V

Been testing but somehow I can't reproduce, Guess it has something todo with the physical hardware differences. My best guess is that in the ip configuration script I use I set eth0 as network interface. It might be that in your case the system has a eth1 nic for example, if you do a clean boot and ...
by darky83
17 Dec 2012 17:00
Forum: Discussion
Topic: Grey listing?
Replies: 3
Views: 5547

Re: Grey listing?

Hi Sven,

User m477 wrote a short howto for enabling greylisting in EFA, see: http://forum.efa-project.org/viewtopic.php?f=6&t=69

I have not had the time to test it out yet but if it all works OK i will try to get it in the next 0.3 release.

d.
by darky83
17 Dec 2012 16:58
Forum: Introduction
Topic: Hi there!
Replies: 1
Views: 3243

Re: Hi there!

Welcome Fellow dutch man :-)

Let us know your findings about improvements that you might want to see.

d.
by darky83
17 Dec 2012 16:56
Forum: Introduction
Topic: Intro
Replies: 2
Views: 4048

Re: Intro

Welcome Sven,

Hope that EFA works out for you, EFA started out a bit the same way you described, because ESVA was not regularly maintained and had outdated versions I created my own setup, I just shared the image and howto for others to use :)

d.
by darky83
13 Dec 2012 06:37
Forum: Bugs
Topic: Baruwa / Celery Broker err, broken..
Replies: 8
Views: 10914

Re: Baruwa / Celery Broker err, broken..

that was a quick fix :-),

Rabbitmq is generally pretty stable, so no idea what the issue could have been.
maybe it lost its settings somehow.