Search found 3651 matches

by shawniverson
24 Apr 2014 00:07
Forum: Discussion
Topic: permssions issue with freshclam and updates
Replies: 23
Views: 14615

Re: permssions issue with freshclam and updates

Buzzo,

Do you have notes on what you did to get to ClamAV 0.98.1 using RPM?

I would be interested in adding this as an official update (without the freshclam issue, of course...)
by shawniverson
21 Apr 2014 10:11
Forum: 3.x Bugs
Topic: Some mails do not get delivered
Replies: 6
Views: 6453

Re: Some mails do not get delivered

I wonder why the matching rule "not cached" is being triggered on this mail?
by shawniverson
21 Apr 2014 10:09
Forum: Discussion
Topic: permssions issue with freshclam and updates
Replies: 23
Views: 14615

Re: permssions issue with freshclam and updates

umm...I see a potential problem.

EFA was built with a compiled version of ClamAV....0.98

You are using RPM version of ClamAV 0.98.1?
by shawniverson
18 Apr 2014 19:59
Forum: How-to
Topic: How can I stop releasing being limited to once?
Replies: 1
Views: 2691

Re: How can I stop releasing being limited to once?

This can be done, but I say it with caution as it would require rewriting the code and extending it to allow this...(definitely will consider this, especially if it helps others) The system is designed to allow a single release of the message. This is to prevent the public from clicking on release m...
by shawniverson
18 Apr 2014 19:55
Forum: 3.x Bugs
Topic: Some mails do not get delivered
Replies: 6
Views: 6453

Re: Some mails do not get delivered

Can you share any details of the message in MailWatch or a screenshot? (feel free to strip out watermark or other identifying or sensititive info)
by shawniverson
18 Apr 2014 19:53
Forum: 3.x Bugs
Topic: EFA webgui (MailWatch) change to HTTPS
Replies: 5
Views: 5747

Re: EFA webgui (MailWatch) change to HTTPS

That looks good. It should work.

Wouldn't need to rewrite the URL with that prerouting directive...
by shawniverson
18 Apr 2014 19:51
Forum: How-to
Topic: EFA-configure system time wrong
Replies: 10
Views: 7493

Re: EFA-configure system time wrong

Change UTC=false

to

UTC=true

Restart EFA and see what happens.
by shawniverson
18 Apr 2014 19:50
Forum: How-to
Topic: Email Daily Reports
Replies: 7
Views: 5962

Re: Email Daily Reports

Great find! May want to roll this one into EFA... :dance:
by shawniverson
18 Apr 2014 19:49
Forum: Discussion
Topic: Poslible to Install on a linux virtual server
Replies: 5
Views: 8623

Re: Poslible to Install on a linux virtual server

Yes.

Mimic the settings in the ks.cfg file manually (storage, packages, etc., default EFA password, etc.)

Then launch the build script as shown at the end of ks.cfg ;)
by shawniverson
18 Apr 2014 19:47
Forum: Discussion
Topic: Can't login to Mailscanner after initial OVF install
Replies: 1
Views: 2734

Re: Can't login to Mailscanner after initial OVF install

Should be the same as your "normal" EFA user. But if that doesn't work... look in /etc/EFA-Config for MYSQLROOTPW /usr/bin/mysql -u root -pMYSQLROOTPW mailscanner -e "INSERT INTO users SET username = 'MYADMINUSER', password = md5('MYPASSWORD'), fullname = 'MYADMINUSER', type ='A'"...
by shawniverson
18 Apr 2014 19:44
Forum: Discussion
Topic: permssions issue with freshclam and updates
Replies: 23
Views: 14615

Re: permssions issue with freshclam and updates

Interesting....

I am not seeing this on my system, just ran a freshclam update.

Nothing else should be trying to update clamav except /etc/cron.daily/freshclam

Are you using ClamAV 0.98 or 0.98.1?
by shawniverson
16 Apr 2014 09:41
Forum: 3.x Bugs
Topic: Some mails do not get delivered
Replies: 6
Views: 6453

Re: Some mails do not get delivered

Was it a virus infected email? I know those won't get stored on the system by default...
by shawniverson
16 Apr 2014 09:38
Forum: How-to
Topic: EFA-configure system time wrong
Replies: 10
Views: 7493

Re: EFA-configure system time wrong

What's the contents of the following file on your system?

/etc/sysconfig/clock
by shawniverson
16 Apr 2014 09:36
Forum: How-to
Topic: HeartBleed Vulnerability Guidance
Replies: 4
Views: 4646

Re: HeartBleed Vulnerability Guidance

There's another cert that is worth rotating...

Code: Select all

sudo cp /etc/postfix/ssl/smtpd.pem /etc/postfix/ssl/smtpd.pem.old
sudo  openssl req -new -x509 -nodes -out /etc/postfix/ssl/smtpd.pem -keyout /etc/postfix/ssl/smtpd.pem -days 3650 
by shawniverson
16 Apr 2014 09:33
Forum: How-to
Topic: Stop emails - {Spam not delivered}
Replies: 2
Views: 3515

Re: Stop emails - {Spam not delivered}

Code: Select all

sudo /usr/local/sbin/EFA-Configure
Head over to spam settings and change your spam delivery method.
by shawniverson
16 Apr 2014 09:30
Forum: How-to
Topic: Migrate from ESVA to EFA
Replies: 12
Views: 39169

Re: Migrate from ESVA to EFA

:text-bravo:
by shawniverson
16 Apr 2014 09:28
Forum: Discussion
Topic: Postfix - Hold and incoming
Replies: 4
Views: 5065

Re: Postfix - Hold and incoming

Code: Select all

sudo chown postfix:apache /var/spool/postfix/incoming
sudo chown postfix:apache /var/spool/postfix/hold
sudo chmod 740 /var/spool/postfix/incoming
sudo chmod 740 /var/spool/postfix/hold
by shawniverson
16 Apr 2014 09:24
Forum: How-to
Topic: HeartBleed Vulnerability Guidance
Replies: 4
Views: 4646

Re: HeartBleed Vulnerability Guidance

Correcting my instructions.
by shawniverson
15 Apr 2014 01:56
Forum: Introduction
Topic: Hello from Mississippi ('sippi)
Replies: 1
Views: 2382

Re: Hello from Mississippi ('sippi)

Why not join us anyway? ;)
by shawniverson
15 Apr 2014 01:55
Forum: 3.x Bugs
Topic: Blackilisting
Replies: 3
Views: 4086

Re: Blackilisting

From: domain
To: default

The word default is required in the to: field for this to work.

Also, restart mailscanner for the change to take effect immediately

Code: Select all

sudo service MailScanner restart
by shawniverson
15 Apr 2014 01:53
Forum: How-to
Topic: No from field.
Replies: 3
Views: 3545

Re: No from field.

yep.

Code: Select all

Treat Invalid Watermarks With No Sender as Spam = high-scoring spam
Be aware this is likely to also block sender receipts as I have observed many remote servers (such as Exchange) stripping the watermark from the header on response.
by shawniverson
15 Apr 2014 01:49
Forum: How-to
Topic: EFA-configure system time wrong
Replies: 10
Views: 7493

Re: EFA-configure system time wrong

Is your system set to use UTC or local time?
by shawniverson
13 Apr 2014 17:41
Forum: 3.x Bugs
Topic: Some issues
Replies: 12
Views: 9448

Re: Some issues

4.

If you chose to install open-vm-tools, then you are all set.

If not, you can install vmware-tools using VMware.

http://kb.vmware.com/selfservice/search ... Id=1018414
by shawniverson
12 Apr 2014 19:01
Forum: 3.x Bugs
Topic: EFA webgui (MailWatch) change to HTTPS
Replies: 5
Views: 5747

Re: EFA webgui (MailWatch) change to HTTPS

Found the bugs

The iptables-save command is writing to stdout instead of the config file

Edit /etc/sysconfig/iptables

Add the following after the port 80 line:
-A INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT

Code: Select all

sudo service iptables reload
by shawniverson
12 Apr 2014 18:39
Forum: 3.x Bugs
Topic: EFA webgui (MailWatch) change to HTTPS
Replies: 5
Views: 5747

Re: EFA webgui (MailWatch) change to HTTPS

What does the following reveal?

Code: Select all

sudo iptables -L
and the following

Code: Select all

sudo service httpd status