Sponsored Content
Top Forums UNIX for Advanced & Expert Users Some mails not scanned by SpamAssassin 3.4.1 w sendmail/procmail on Fedora 21 Post 302979271 by Don Cragun on Thursday 11th of August 2016 10:11:00 PM
Old 08-11-2016
Thank you for letting us know what you found.
 

10 More Discussions You Might Find Interesting

1. Solaris

sendmail + procmail + spamassassin

Hello, I'm triying to install senmail + procmail + spamassassin, but i've been having trouble with the first part, i cant install procmail... im using solaris 9, i have already installed sendmail, then i tried to install procmail and everything goes right, , then edit the /etc/mail/sendmail.cf... (1 Reply)
Discussion started by: sx3v1l_1n51de
1 Replies

2. UNIX for Dummies Questions & Answers

Steps to configure sendmail to receive e-mails

Hi Unix Gurus, Please help me out here. Please tell me the steps to conigure sendmail to receive emails (same way we configure outlook client in windows)? Thanks in advance. -Dejavu (1 Reply)
Discussion started by: DejaVu
1 Replies

3. UNIX for Advanced & Expert Users

Problem with sendmail procmail spamassasin & relay

I have been working on setting up a mail relay. I have just about everything working except for the procmail part. The configuration is as follows: Internet -> mailrelay -> mail server | spamassassin server I have spamassassin running on a seperate... (3 Replies)
Discussion started by: hardesty
3 Replies

4. UNIX for Dummies Questions & Answers

Procmail or Spamassassin?

Hello, this is my first visit to your forum and I've searched previous threads for my answer but have not been able to find one. Apologies if there is one that I didn't discover. Is there a way of bouncing or deleting spam that contains non-existent addresses in TO: field but is delivered due... (1 Reply)
Discussion started by: WendyTinley
1 Replies

5. UNIX for Dummies Questions & Answers

Can't configure sendmail to send mails to external SMTP Server

Hi all,I know, that this is very common issue, but I can't find where is the problem... I have Solaris 10 installed.I want to send mail to external SMTP server, like:echo "letter body"| mailx -s "subject" test@test.comBut I donno what kind of changes I have to do in /etc/hosts and sendmail.cf or... (5 Replies)
Discussion started by: nypreH
5 Replies

6. Shell Programming and Scripting

Problem with saving mails (fetchmail + procmail + uudeview)

Hello! I try to save attachments from mails (pop3/imap) to folders. I have 2 emails, which i want to scan: user1@host_address user2@host_address I use next .fetchmailrc configuration #defaults protocol pop3 poll "user2@host_address", protocol imap, user "user1", password "1"... (3 Replies)
Discussion started by: optik77
3 Replies

7. UNIX for Advanced & Expert Users

Sendmail Script don't deliver mails

Hi, i've got a problem with a sendmail script, which sends HTML mails. Some mail will rejected by the mail server, because the fqdn doesn't exist. Where can i set the sender-domainname by sendmail? My mail server say: "Sender address rejected: Domain not found;", which is correct... (3 Replies)
Discussion started by: rainbowwarrior
3 Replies

8. Solaris

Sendmail delaying mails for 45 mins

Hi, I'm trying to send out mails from my server using mailx, however everytime I send one, it appears to be held in the /var/spool/mqueue for 44 mins before being sent. I'm quite new to sendmail, so don't really know where to start with this /var/log/syslog displays the following: Dec 16... (4 Replies)
Discussion started by: badoshi
4 Replies

9. UNIX for Dummies Questions & Answers

Help with SendMail Procmail filtering

Hi All, I am very new to Unix. I have a test server running FreeBSD 10.1 and SendMail 8.14.9. I need to filter incoming emails based on the sender's email address or domain and forward them to another address on a different domain as well as to the original recipient. Can I achieve this with... (1 Reply)
Discussion started by: simplemind
1 Replies

10. Solaris

Solaris - Sendmail - Adding .com.gr in external senders e-mails

Hello Everybody ! I'm Harry from Athens Greece and i have a problem with my Sendmail 8.13.3 installed on Solaris SunOS ultra 5.10. The problem is that when someone sends to us an e-mail and his e-mail address is like : xxxx@xxxx.com, our e-mail server adds up in the senders address a .com.gr... (2 Replies)
Discussion started by: Mcasim
2 Replies
SPAMASS_MILTER(8)					    BSD System Manager's Manual 					 SPAMASS_MILTER(8)

NAME
spamass-milter -- sendmail milter for passing emails through SpamAssassin SYNOPSIS
spamass-milter -p socket [-b|-B spamaddress] [-d debugflags] [-D host] [-e defaultdomain] [-f] [-i networks] [-I] [-m] [-M] [-P pidfile] [-r nn] [-u defaultuser] [-x] [-- spamc flags ...] DESCRIPTION
The spamass-milter utility is a sendmail milter that checks and modifies incoming email messages with SpamAssassin. The following options are available: -p socket Specifies the pathname of a socket to create for communication with sendmail. If it is removed, sendmail will not be able to access the milter. This may cause messages to bounce, queue, or be passed through unmiltered, depending on the parameters in sendmail's .cf file. -b spamaddress Redirects tagged spam to the specified email address. All envelope recipients are removed, and inserted into the message as 'X-Spam-Orig-To:' headers. -B spamaddress Same as -b, except the original recipients are retained. Only one of -b and -B may be used. -d debugflags Enables logging. debugflags is a comma-separated list of tokens: func Entry and exit of internal functions. misc Other non-verbose logging. net Lookups of the ignored netblocks list. poll Low-level I/O to the child spamc process. rcpt Recipient processing. spamc High-level I/O to the child spamc process. str Calls to field lookup and string comparison functions. uori Calls to the update_or_insert function. 1 (historical) Same as func,misc. 2 (historical) Same as func,misc,poll. 3 (historical) Same as func,misc,poll,str,uori. -D host Connects to a remote spamd server on host, instead of using one on localhost. This option is deprecated; use -- -d host instead. -e defaultdomain Pass the full user@domain address to spamc. The default is to pass only the username part on the assumption that all users are local. This flag is useful if you are using an SQL (or other username) backend with spamassassin and have listed the full address there. If the recipient name has no domain part (if the recipient is on the local machine for example), defaultdomain is added. Requires the -u flag. -f Causes spamass-milter to fork into the background. -i networks Ignores messages if the originating IP is in the network(s) listed. The message will be passed through without calling SpamAssassin at all. networks is a comma-separated list, where each element can be either an IP address (nnn.nnn.nnn.nnn), a CIDR network (nnn.nnn.nnn.nnn/nn), or a network/netmask pair (nnn.nnn.nnn.nnn/nnn.nnn.nnn.nnn). Multiple -i flags will append to the list. For example, if you list all your internal networks, no outgoing emails will be filtered. -I Ignores messages if the sender has authenticated via SMTP AUTH. -m Disables modification of the 'Subject:' and 'Content-Type:' headers and message body. This is useful when SpamAssassin is configured with 'defang_mime 0' and 'report_header 1', or when SA is simply used to add headers for postprocessing later. Updating the body through the milter interface can be slow for large messages. -M Like -m, but also disables creation of any SpamAssassin 'X-Spam-*' headers as well. Both tagged and untagged mail gets passed through unchanged. To be useful, this option should be used with the -r, -b, or -B flags. If -b is used, the 'X-Spam-Orig-To:' headers will still be added. -P pidfile Create the file pidfile, containing the processid of the milter. -r nn Reject scanned email if it greater than or equal to nn. If -1, reject scanned email if SpamAssassin tags it as spam (useful if you are also using the -u flag, and users have changed their required_hits value). For example, if you usually use procmail to redirect tagged email into a separate folder just in case of false positives, you can use -r 15 and reject flagrant spam outright while still receiving low-scoring messages. -u defaultuser Pass the username part of the first recipient to spamc with the -u flag. This allows user preferences files to be used. If the mes- sage is addressed to multiple recipients, the username defaultuser is passed instead. Note that spamass-milter does not know whether an email is incoming or outgoing, so a message from <user1@localdomain.com> to <user2@yahoo.com> will make spamass-milter pass -u user2 to spamc. -x Pass the recipient address through sendmail -bv, which will perform virtusertable and alias expansion. The resulting username is then passed to spamc. Requires the -u flag. -- spamc flags ... Pass all remaining options to spamc. This allows you to connect to a remote spamd with -d or -p. FILES
/usr/bin/spamc client interface to SpamAssassin SEE ALSO
spamassassin(1), spamd(1) AUTHORS
Georg C. F. Greve <greve@gnu.org> Dan Nelson <dnelson@allantgroup.com> BSD
July 25, 2001 BSD
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy