Odd email problem
Travis Roy
travis at scootz.net
Fri Dec 2 15:31:02 EST 2005
> This looks like he is using your mail server as an SMTP server in his
> Outlook configuration? If so you need to either configure SMTP Auth on
> your end, or have him use his local ISP's SMTP. If this is what's
> happening and he **needs** your smtp service you have a couple of other
> options too. Explore "smtp after pop3", SMTP Auth or if he has a
> dedicated IP address, allow his IP alone in your /etc/mail/access. I
> have entries like this
Let me add one one thing. This did work prior to me removing sendmail
and re-installing. Also smtp after auth, or "popauth" is how I did
things before. It's a bit of a kluge, not as secure as smtp auth, and
basically more of a pain to setup then real smtp auth.
I use smtp auth for all my other users and they have been all set, but
none of them use outlook. I'm guessing there's something I need to put
in my sendmail.mc file to make smtp auth more outlook friendly, but I
just can't figure out what it is.
He does not have a static IP.
>
> 64.222.187.34 RELAY
>
> Does that answer?
>
> Jason Kern
>
> KernBuilt.com
> 603.823.5150
>
>
>
>>-----Original Message-----
>>From: gnhlug-discuss-admin at mail.gnhlug.org [mailto:gnhlug-discuss-
>>admin at mail.gnhlug.org] On Behalf Of Travis Roy
>>Sent: Friday, December 02, 2005 3:02 PM
>>To: GNHLUG mailing list
>>Subject: Odd email problem
>>
>>Okay, I don't want this to be a sendmail vs. "another email server"
>>debate. But.. I have a problem, and it's with sendmail.
>>
>>I was messing with a webhosting package and it required postfix. Well,
>
> I
>
>>-though- I was on my dev box when I did yum remove sendmail, but I
>>wasn't (woops!)
>>
>>I removed postfix and re-installed sendmail and I thought I had
>>everything squared away, but one of my users (my brother) is getting
>
> this:
>
>> From maillog:
>>
>>Dec 1 11:28:07 scootz sendmail[10348]: jB1GS7VV010348:
>>ruleset=check_rcpt, arg1=<tina.roy at s******.com>,
>>relay=c-65-96-41-67.hsd1.ma.comcast.net [65.96.41.67], reject=550
>
> 5.7.1
>
>><tina.roy@*******.com>... Relaying denied. Proper authentication
>
> required.
>
>>Dec 1 11:28:10 scootz sendmail[10348]: jB1GS7VV010348:
>>from=<ajroy@******.com>, size=0, class=0, nrcpts=0, proto=ESMTP,
>>daemon=MTA, relay=c-65-96-41-67.hsd1.ma.comcast.net [65.96.41.67]
>>
>>He gets this in his email:
>>
>>From: System Administrator
>>Sent: Thursday, December 01, 2005 11:16 AM
>>To: 'dlongshore@*******.com'
>>Subject: Undeliverable: Favor?
>>
>>Your message did not reach some or all of the intended recipients.
>>
>> Subject: Favor?
>> Sent: 12/1/2005 11:16 AM
>>
>>The following recipient(s) could not be reached:
>>
>> 'dlongshore at centexconstruction.com' on 12/1/2005 11:16 AM
>> 550 5.7.1 <dlongshore@*******.com>... Relaying
>>denied. Proper authentication required.
>>
>>He can send stuff to me without a problem, it's just if it's on a
>
> domain
>
>>outside what I host he gets the above.
>>
>>Below is my sendmail.mc file. He is using outlook, I'm using
>>thunderbird, I do not have an issue. (he's very VERY attached to his
>>outlook, I don't need a client debate either).
>>
>>divert(-1)dnl
>>include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
>>VERSIONID(`setup for Red Hat Linux')dnl
>>OSTYPE(`linux')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(`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
>>define(`confAUTH_OPTIONS', `A p')dnl
>>TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
>>define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5
>
> LOGIN
>
>>PLAIN')dnl
>>define(`confCACERT_PATH',`/usr/share/ssl/certs')
>>define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt')
>>define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem')
>>define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem')
>>define(`confTO_IDENT', `0')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
>>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
>>FEATURE(`accept_unresolvable_domains')dnl
>>LOCAL_DOMAIN(`localhost.localdomain')dnl
>>MAILER(smtp)dnl
>>MAILER(procmail)dnl
>>_______________________________________________
>>gnhlug-discuss mailing list
>>gnhlug-discuss at mail.gnhlug.org
>>http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss
>>
>>
>>--
>>No virus found in this incoming message.
>>Checked by AVG Free Edition.
>>Version: 7.1.362 / Virus Database: 267.13.10/190 - Release Date:
>
> 12/1/2005
>
More information about the gnhlug-discuss
mailing list