[SLUG] FaxMail with sendmail

From: Eric Jahn (eric@ejahn.net)
Date: Wed Feb 19 2003 - 02:05:45 EST


I keep getting all the faxes I send from Faxmail through sendmail
returned to me. Below (inline) is what the return emails say. It seems
like the fax server is spam-blocking me because I need a RCPT to field,
but I'm not sure how to specify this. attached is my sendmail.mc
(config) file. Thanks for any insight. -eric

The original message was received at Wed, 19 Feb 2003 00:27:29 -0500
from localhost.localdomain [127.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int>
    (reason: 550 5.7.1 <remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int>...
ACCESS DENIED to <ejahn@tamqfl1-ar10-4-4... by Osirusoft Spam Stopper
DNSBL
<http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=4.47.104.178>)

   ----- Transcript of session follows -----
... while talking to fax.eucleides.com.:
>>> DATA
<<< 550 5.7.1 <remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int>... ACCESS
DENIED to <ejahn@tamqfl1-ar10-4-47-104-178.tamqfl1.dsl-verizon.net> thru
tamqfl1-ar10-4-47-104-178.tamqfl1.dsl-verizon.net by Osirusoft Spam
Stopper DNSBL
<http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=4.47.104.178>
550 5.1.1 <remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int>... User unknown
<<< 503 5.0.0 Need RCPT (recipient)

Reporting-MTA: dns; tamqfl1-ar10-4-47-104-178.tamqfl1.dsl-verizon.net
Received-From-MTA: DNS; localhost.localdomain
Arrival-Date: Wed, 19 Feb 2003 00:27:29 -0500

Final-Recipient: RFC822; remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int
Action: failed
Status: 5.7.1
Remote-MTA: DNS; fax.eucleides.com
Diagnostic-Code: SMTP; 550 5.7.1
<remote-printer@3.6.7.2.7.6.6.6.6.8.1.tpc.int>... ACCESS DENIED to
<ejahn@tamqfl1-ar10-4-47-104-178.tamqfl1.dsl-verizon.net> thru
tamqfl1-ar10-4-47-104-178.tamqfl1.dsl-verizon.net by Osirusoft Spam
Stopper DNSBL
<http://relays.osirusoft.com/cgi-bin/rbcheck.cgi?addr=4.47.104.178>
Last-Attempt-Date: Wed, 19 Feb 2003 00:27:30 -0500

divert(-1)
dnl This is the sendmail macro config file. If you make changes to this file,
dnl you need the sendmail-cf rpm installed and then have to generate a
dnl new /etc/mail/sendmail.cf by running the following command:
dnl
dnl m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')
VERSIONID(`linux setup for Red Hat Linux')dnl
OSTYPE(`linux')
dnl Uncomment and edit the following line if your mail needs to be sent out
dnl through an external mail server:
define(`SMART_HOST',`smtp.luxsci.net')
define(`confDEF_USER_ID',``eric'')
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
dnl define(`confAUTO_REBUILD')dnl
define(`confTO_CONNECT', `1m')dnl
define(`confTRY_NULL_MX_LIST',true)dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
define(`ALIAS_FILE', `/etc/aliases')dnl
dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl
define(`UUCP_MAILER_MAX', `2000000')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confCACERT_PATH',`/usr/share/ssl/certs')
dnl define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt')
dnl define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem')
dnl define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem')
dnl define(`confTO_QUEUEWARN', `4h')dnl
dnl define(`confTO_QUEUERETURN', `5d')dnl
dnl define(`confQUEUE_LA', `12')dnl
dnl define(`confREFUSE_LA', `18')dnl
define(`confTO_IDENT', `0')dnl
dnl FEATURE(delay_checks)dnl
FEATURE(`no_default_msa',`dnl')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl
FEATURE(use_cw_file)dnl
FEATURE(use_ct_file)dnl
dnl The '-t' option will retry delivery if e.g. the user runs over his quota.
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnl
FEATURE(`blacklist_recipients')dnl
EXPOSED_USER(`root')dnl
dnl This changes sendmail to only listen on the loopback device 127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
dnl NOTE: binding both IPv4 and IPv6 daemon to the same port requires
dnl a kernel patch
dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')
dnl We strongly recommend to comment this one out if you want to protect
dnl yourself from spam. However, the laptop and users on computers that do
dnl not have 24x7 DNS do need this.
FEATURE(`accept_unresolvable_domains')dnl
dnl FEATURE(`relay_based_on_MX')dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
Cwlocalhost.localdomain
MASQUERADE_AS(`luxsci.net')



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 15:31:20 EDT