Advertisement

08.11.2006 at 11:58AM PDT, ID: 21951672
[x]
Attachment Details

Nonstandard SMTP line terminator

Asked by jkratzer in SendMail Email Server

Tags: line, smtp, nonstandard, terminator

Got a strange problem.  Not sure if it is in sendmail, procmail,spamassassin, or clamav.
I have users that send E-Mail to a several different domain names that recive an error.

Maillog Excerpt:

Aug  7 08:37:29 mail sendmail[22572]: k77DUfS2021856: to=<Email Protected>, ctladdr=<Email Protected> (557/12), delay=00:00:26, xdelay=00:00:04, mailer=esmtp, pri=134786, relay=Servername Protected. [<IP Protected>], dsn=5.0.0, stat=Service unavailable

I have a reject message from one of these examples:

   ----- The following addresses had permanent fatal errors ----- <Protected EMail Address>
    (reason: 550 Requested action not taken: Nonstandard SMTP line terminator.)

   ----- Transcript of session follows -----
... while talking to <Protected Recipient Server Name>.:
>>> DATA
<<< 550 Requested action not taken: Nonstandard SMTP line terminator. 554 5.0.0 Service unavailable


I am noting this with several domain names that we send to.

We are using Sendmail with Procmail, dovecot for POP/IMAP, spamassassin with Razor, Pyzor, and DCC, and ClamAV.

Config files are:

Sendmail.mc
divert(-1)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`setup for Red Hat Linux')dnl
OSTYPE(`linux')dnl
define(`confLOG_LEVEL', `20')dnl
define(`confDEF_USER_ID',``8:12'')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
define(`STATUS_FILE', `/var/log/mail/statistics')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A,p')dnl
define(`confTLS_SRV_OPTIONS',`V')
TRUST_AUTH_MECH(`PLAIN')dnl
define(`confAUTH_MECHANISMS', `PLAIN')dnl
define(`confCACERT_PATH',`/etc/pki/CA')
define(`confCACERT',`/etc/pki/CA/cacert.pem')
define(`confSERVER_CERT',`/etc/pki/tls/certs/mail-cert.pem')
define(`confSERVER_KEY',`/etc/pki/tls/certs/mail-key.pem')
define(`confCLIENT_CERT',`/etc/pki/tls/certs/mail-cert.pem')
define(`confCLIENT_KEY',`/etc/pki/tls/certs/mail-key.pem')
define(`confTO_IDENT', `0')dnlRFC822/SMTP,
FEATURE(`no_default_msa',`dnl')dnl22/X-Unix,
FEATURE(`smrsh',`/usr/sbin/smrsh')dnls -- note RFC733 heuristic to get innermost
FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnlwe MUST accept <
FEATURE(redirect)dnl
FEATURE(always_add_domain)dnl RFC 2554 section 4.
FEATURE(use_cw_file)dnl         T=DNS/RFC822/X-Unix,
FEATURE(use_ct_file)dnl         T=DNS/RFC822/SMTP,
define(`confMAX_DAEMON_CHILDREN', 15)dnls -- note RFC733 heuristic to get innerm
FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl
FEATURE(`access_db',`hash -T<TMPF> -o /etc/mail/access.db')dnlet innermost item
FEATURE(`blacklist_recipients')dnl <OK>                 we MUST accept <> (RFC 1
EXPOSED_USER(`root')dnl RFC 2554 section 4.
FEATURE(`access_db')dnl T=DNS/RFC822/SMTP,
FEATURE(`dnsbl', `sbl-xbl.spamhaus.org', `Rejected - see http://www.spamhaus.org')dnl
FEATURE(`dnsbl', `relays.ordb.org', `Rejected - see http://ordb.org/')dnl
DAEMON_OPTIONS(`Addr=209.198.133.131, Port=smtp, Name=<Protected Server Name>')
DAEMON_OPTIONS(`Addr=127.0.0.1, Port=smtp, Name=MTA')dnl
DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl
LOCAL_DOMAIN(`<Protected Domain Name>')dnl
define(`confDOMAIN_NAME', `$w.<Protected Domain Name>')
MASQUERADE_AS(`<Protected Domain Name>')dnl
FEATURE(masquerade_envelope)dnl
FEATURE(masquerade_entire_domain)dnl
MASQUERADE_DOMAIN(localhost)dnl
MASQUERADE_DOMAIN(localhost.localdomain)dnl
MASQUERADE_DOMAIN(<Protected Domain Name>)dnl
MASQUERADE_DOMAIN(<Protected Domain Name>)dnl
MAILER(local)dnl
MAILER(smtp)dnl
MAILER(procmail)dnl
dnl MAILER(pop)dnl
dnl MAILER(imap)dnl
dnl MAILER(cyrusv2)dnl
define(`confSMTP_LOGIN_MSG', `Our Mailerver is ready at $b')dnl
define(`confMAX_MESSAGE_SIZE',`14000000')dnl
INPUT_MAIL_FILTER(`clamav-milter', `S=local:/var/run/clamav/clamav-milter.sock,F
=, T=S:4m;R:4m')dnl
INPUT_MAIL_FILTER(`spamassassin', `S=local:/var/run/spamass-milter/spamass-milte
r.sock, F=, T=C:15m;S:4m;R:4m;E:10m')dnl
define(`confINPUT_MAIL_FILTERS', `spamassassin,clamav-milter')dnl

spamassassins local.cf
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
required_score 3
use_razor2              1
use_dcc                 1
use_pyzor               1
required_hits           3.5
razor_config /var/amavis/.razor/razor-agent.conf
bayes_path /var/amavis/.spamassassin/bayes
auto_whitelist_path /var/amavis/.spamassassin/auto-whitelist
pyzor_path /usr/bin/pyzor
lock_method flock
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_ tests=_TESTSSCORES(
,)_ _DCCR_ _PYZOR_ _RBL_ autolearn=_AUTOLEARN_ version=_VERSION_

RAZOR2_CF_RANGE_51_100=51
pyzor_max 5

Start Free Trial
[+][-]08.14.2006 at 09:42AM PDT, ID: 17311614

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.14.2006 at 09:47AM PDT, ID: 17311652

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.14.2006 at 10:44AM PDT, ID: 17312064

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.10.2006 at 02:53AM PDT, ID: 17488937

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]09.14.2006 at 05:18AM PDT, ID: 17519843

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: SendMail Email Server
Tags: line, smtp, nonstandard, terminator
Sign Up Now!
Solution Provided By: ee_ai_construct
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32