Displaying 20 results from an estimated 1000 matches similar to: "NOOBE help"
2005 Nov 02
1
getting pagination to work on joined tables
As soon as I use Model.find(:all, :include => [...], :limit => 3) I
loose associations and can''t do :conditions on joined tables. I''m not
able to do pagination in such association.
Only solution I came up with is this beast:
# I set up a paginator:
@reos_pages = Paginator.new self,
Reo.count(conds.join('' AND ''),
2008 Jul 18
2
Spamassassin as root and pyzor
I've just set up a new mailserver using Centos5.2
(sendmail+clamav-milter+spamass-milter).
I'm using the spamass-milter package from rpmforge
(spamass-milter-0.3.1-1.el5.rf).
I notice that the default setup is to run it as root. I set up my
previous mailserver on Centos4, and I can't remember if I did anything
special, but on that machine it runs as user "sa-milt".
Is
2008 Mar 04
1
Rejecting spam
Sorry, not a direct CentOS question, but I know there's a lot of
experienced users on this list...I'm using CentOS with sendmail and
spamassassin. I've got it configured with spamass-milter and it is
working correctly. However, I was expecting to be able to reject mail
that is marked as spam, not just deliver it as usual. Anyone know if it
can be done and how? I know a milter
2017 Mar 08
0
Up to date guide/information Sendmail SMTP Auth
On Wed, 8 Mar 2017, Mark Weaver wrote:
> Hello all,
>
> I've been googling my brains out since yesterday looking for up-to-date
> information on this matter, and have found information that is anywhere from
> 15 to 5 years old. I'd really like some information that much more up to date
> on the subject. Specifically configuring Sendmail SMTP authentication (_no
>
2008 Dec 28
3
Sendmail problem
I wish to add options to sendmail
INPUT_MAIL_FILTER(`spamassassin',
`S=local:/var/run/spamass-milter/spamass-milter.sock, F=T,
T=C:5m;S:4m;R:4m;E:5m')dnl
dnl MAILER(cyrusv2)dnl
INPUT_MAIL_FILTER(`greylist',
`S=local:/var/run/milter-greylist/milter-greylist.sock')
define(`confMILTER_MACROS_CONNECT', `j, {if_addr}')
define(`confMILTER_MACROS_HELO', `{verify},
2014 Jul 17
2
dovecot + pigeonhole on CentOS-7
I've everything running fine under CentOS-7, as far as I can tell,
except that spam is not being diverted to my spam folder
~/Maildir/.Spam .
I'm running postfix + spamass-milter + spamass-milter-postfix + dovecot
(+ spamassassin), and spam is being duly marked
before ending in my inbox .
As far as I can see, the current advice is to leave filtering
to dovecot, using the
2015 Feb 09
0
Postfix , Dovecot & the Spam fight
Am 09.02.2015 um 22:29 schrieb Leander Sch?fer:
> I'm currently busy with a substiution of my current mail server. I'm
> currently using
>
> * Clam-SMTP and
> * SpamAssassin
>
> to fight Spam. I wonder if it is worth implementing AmaViS with
> SpamAssassin backend instead and also using AmaViS to speak to clamd
> directly. But I more and more wonder wether
2019 Sep 23
0
Replacing sendmail with postfix
On Sat, 21 Sep 2019, Kenneth Porter wrote:
> I've been doing sendmail -> MIMEDefang -> SpamAssassin/clamd and
> then sendmail -> procmail -> SpamAssassin. Yeah, SA gets run twice,
> once to reject scores > 10 by the milter and then again by each user
> to incorporate their Bayes scores. I'd love to run it only once but
> haven't invested time in
2009 May 11
2
Disabling Spamassassin on outbound email
Does anybody have a good method for disabling SA checks on outbound
email under sendmail running the spamass milter? Some of our Vhost
accounts are getting flagged as spam on the way out due to being on a
dirty ISP network.
John Hinton
2004 Nov 09
3
noob - Outlook Duplicate Problem Question
Hi,
I use dovecot 0.99-11 with sendmail latest, and clamav-milter, and
spamass-milter. Whole setup works great. We only use dovecot for pop3,
no imap. We use primarily Outlook 2000-2003 for a client. I have a
couple of users who prefer to leave a copy of each message on the
server.
I read the archives about the Outlook Duplicate Message problem
regarding the setting 'Leave a copy on
2014 Aug 25
1
Postfix setup
I'm trying to clarify the various ways in which I could set up
Postfix + Dovecot + SpamAssassin under CentOS-7,
and I'd welcome any comments on the following remarks.
As far as I can see there are 3 standard ways of setting this up:
1. Use amavisd
2. Use dovecot + pigeonhole/sieve
3. Use spamass-milter
At present I'm following (2), but am thinking of going over to (1),
since
2007 Sep 03
1
Mail Restrictions with sendmail and mimedefang
On 9/3/07, Feizhou <feizhou at graffiti.net> wrote:
>
> > Now, I can find some files @ /etc/mail
> >
> > below are files.
> >
> > mimedefang-filter
> > sa-mimedefang.cf <http://sa-mimedefang.cf>
> > sa-mimedefang.cf.example
> >
> > I first want to block Bcc and limit Cc to about 5 users. I googled a
> > lot. But, I am still
2008 Mar 22
1
couple of problems
Hello all,
I finally got spamass-milter and clamav-milter running, but have one
error I've not been able to determine what is happening. From the log
entry I see this line:
SYSERR(sa-milt): hash map "Alias0": unsafe map file /etc/aliases.db: Permission denied: 39 Time(s)
any pointers here?
The 2nd item is with yum. I attempted to update, and wound up getting a fail on a
2009 May 22
2
Fixing to bite the dust?
I've been getting LOTS of messages like the below in the daily log, and
from all indications, it appears to all be related to the cpu;
the machine is just over a year old, and was the old vortex.wa4phy;net
server from the downtown co-lo site. Aside from huge log files, and
lots of other fluff, numerous problems of other nature have started
cropping up. Anyone have any suggestions as to
2012 Jul 25
4
Manual OOM killing?
Hey guys and gals,
Yesterday I had one of my scientists kill one of my servers when his
program ran amok and gobbled up all the memory, or forked too many
processes, or I'm just not exactly sure what to be honest.
Is there something I can run manually in cron to look for rampant
programs and kill them? I know that may be hard to discern but I
could also include a list if "known
2018 Jan 13
2
65534 rows & c.
I have a samba file server that I created about 20 years ago and in the
time I have done the little updates needes to new server (when I move to a
new server I copy config and adapt if needed).
It only do public file sharing.
Some week ago a client stopped to connect to the share.
Only this client (Win 10 updated to 1703 or 1709).
It can connect to other windows shares or linux samba shares,
2020 Sep 03
3
Moving Spam to Junk Folder
I am following this tutorial:
https://www.linuxbabe.com/redhat/spamassassin-centos-rhel-block-email-spam.
I followed the steps in "Move Spam into the Junk Folder". When I send an
email from a blacklisted e-mail address, I get a bounce e-mail from my
e-mail server. Here is what is in my spamass-milter file:
EXTRA_FLAGS="-m -r 8 -R NO_SPAM -i 127.0.0.1 -g sa-milt --
2014 Aug 28
2
Postfix + dovecot setup
I'm trying to clarify the various ways in which I could set up
Postfix + Dovecot + SpamAssassin under CentOS-7,
and I'd welcome any comments on the following remarks.
As far as I can see there are 3 standard ways of setting this up:
1. Use amavisd
2. Use dovecot + pigeonhole/sieve
3. Use spamass-milter
At present I'm following (2), but am thinking of going over to (1),
since
2008 May 06
0
SELinux, postfix and milters
Hi all,
I'm trying to add some milters (particularly spamass-milter and
clamav-milter, which I acquired through rpmforge) to my postfix
configuration on Centos5 with the targeted SELinux policy..
I'm running into difficulty getting postfix to communicate through the
unix domain sockets created by the milters, because selinux keeps
blocking them. I've attempted to use audit2allow
2005 Nov 08
1
mondo Centos4
I had asked a few months ago if anyone knew if mondo is compatible
with CentOS4. One person said it was still working, but never mentioed
if he had done a restore. I had the stable version installed and
whenever I ran it there were a few messages about command not found.
Well, I had a HD go out and tried booting from the CD and it failed.
It was just my desktop PC and my home dir was backed up a