Hi all!
OK, here's an update:
I can send to in-house (cbsd.com) email addresses, but when I attempt to
send to outside email addresses, aix generates this response (I am sending
220 cbsd.com ESMTP MDaemon 4.0.0; Tue, 28 Aug 2001 10:08:23 -0500
Quote:>>> EHLO cbsd.com
250-cbsd.com Hello cbsd.com, pleased to meet you
250-ETRN
250-AUTH LOGIN CRAM-MD5
250-8BITMIME
250 SIZE 0
mailhost config error: mail loops back to me (MX problem?)
Quote:>>> QUIT
The aix machine is on the cbsd.com domain, as is the mail server. I read in
a FAQ about the MX setting in the sendmail.cf file for this exact error, but
it was a bit vague. I added this line and it still didn't work:
# fallback MX host
O FallbackMXhost=cbsd.com
In the FAQ the example had 2 domains in-house, but in my case I only have 1.
I had to use this line in order to get the domain of the aix machine to show
up as cbsd.com:
Djcbsd.com
Without it the mail server would think I was from an outside domain and
wouldn't let me send any mail at all.
Does anyone have any idea how to get aix to allow these outbound emails to
be sent out of the PC mailserver correctly without this MX error?
Maybe someone can suggest a program other than sendmail that I can use
(pine?) that will be easier to get going...?
Thanks again!
-Greg
> Set the value, I believe it's DR, in the sendmail.cf file to the PC's
> address. It should have a comment about stmp smart relay. Uncomment and
> add the value. Refresh -s sendmail. Test and wait for results. This
> depends on the value that you have set for polling. Normally 15-30
minutes
> as default.
> JB
> > Hi all!
> > I've been searching high-and-low for this info, but I haven't quite
gotten
> a
> > handle on this....
> > I have an RS/6000 system running AIX, and it's on the same network as my
> > Win98 system which is running a mail-server program called Mdaemon.
> > All the outgoing mail from our PC's (Outlook Express) gets sent to this
PC
> > running mdaemon, and it goes out onto the internet from there (DSL)
> > What I need to do is figure out how to tell aix to send outgoing mail to
> > this same PC when using the unix 'mail' command.
> > I've been looking through the sendmail.cf file, and I can honestly say
I'm
> a
> > bit confused.
> > Does anyone know how to set up sendmail to send all SMTP outgoing mail
to
> a
> > particular machine at a particular address? I know it's got to be one of
> > these paramaters :)
> > I don't use aix for any other mail functions, but I just need a way to
> send
> > email messages indicating certain events that occur in aix (when I
detect
> a
> > new file has been uploaded into a certain dir, etc.)
> > Thanks much!
> > -Greg