Re: [gentoo-user] OT - Need sendmail help

2005-03-03 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael Sullivan wrote:
| I actually asked the local public library to order that for me through
| inter-library loan last Sunday.  They haven't gotten back to me yet on
| whether or not they can get it...
|
Go to the www.oreilly.com and you can order it from them directly.
Their Sendmail book is excellent as well,  Ok all of their books
are excellent.
Mike
- --
Mike Noble
Email: [EMAIL PROTECTED]
Key ID: 0xFFDFC13B
Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
Keyserver: http://pgpkeys.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFCJypElJFYJP/fwTsRAnMPAJ9iuZfBsNokAKQq1Nout7rmc/jp0gCfSg5E
ljoWY7trwoquVQRlKg0Gnxw=
=uRSc
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-03 Thread Christopher Fisk
On Thu, 3 Mar 2005, Michael Sullivan wrote:
Mail is flowing here at espersunited.com, but SMTP connection is really
slow.  Takes over a minute to connect to the server box and send an
email.  I checked the FAQ and sendmail.org and it suggested something I
could try.  I tried it, and it spead smtp up by a few seconds, but not
much more.  The FAQ said that if their fix didn't work it was probably a
DNS issue.  I don't think there's much I can do about it for now until I
learn more about DNS...
Probably reverse DNS.
24.117.226.93 has no reverse DNS setup, my personal preferance when I'm on 
a residential connection is to smarthost my sendmail configuration through 
my ISP.  (It's actually very good practice)

add the following to your sendmail.mc file
define(`SMART_HOST',`your.isp.mailserver')dnl
That way all outgoing messages will go out through your ISP's server.
Also, if you are connecting from the internal side you can setup a hosts 
file on the sendmail box with your internal IP Address given a name.

192.168.1.3 two-proc_secure
192.168.1.4 jen2
etc...

Christopher Fisk
--
BOFH Excuse #88:
Boss' kid fucked up the machine
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-03 Thread Michael Sullivan
Mail is flowing here at espersunited.com, but SMTP connection is really
slow.  Takes over a minute to connect to the server box and send an
email.  I checked the FAQ and sendmail.org and it suggested something I
could try.  I tried it, and it spead smtp up by a few seconds, but not
much more.  The FAQ said that if their fix didn't work it was probably a
DNS issue.  I don't think there's much I can do about it for now until I
learn more about DNS...

On Thu, 2005-03-03 at 09:12 -0500, Christopher Fisk wrote:
> On Wed, 2 Mar 2005, Michael Sullivan wrote:
> 
> > I set the MX record (correctly, I hope).  Can you
> 
> 9:10am ([EMAIL PROTECTED]) /home/chrisf (24) dig mx espersunited.com
> 
> ; <<>> DiG 9.2.3 <<>> mx espersunited.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16766
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;espersunited.com.  IN  MX
> 
> ;; ANSWER SECTION:
> espersunited.com.   3600IN  MX  10 espersunited.com.
> 
> ;; AUTHORITY SECTION:
> espersunited.com.   172800  IN  NS  ns2.e-names.org.
> espersunited.com.   172800  IN  NS  ns1.e-names.org.
> 
> ;; Query time: 2219 msec
> ;; SERVER: 24.93.1.248#53(24.93.1.248)
> ;; WHEN: Thu Mar  3 09:10:15 2005
> ;; MSG SIZE  rcvd: 97
> 
> 9:10am ([EMAIL PROTECTED]) /home/chrisf (25) nslookup espersunited.com
> Note:  nslookup is deprecated and may be removed from future releases.
> Consider using the `dig' or `host' programs instead.  Run nslookup with
> the `-sil[ent]' option to prevent this message from appearing.
> Server: 24.93.1.120
> Address:24.93.1.120#53
> 
> Non-authoritative answer:
> Name:   espersunited.com
> Address: 24.117.226.93
> 
> 
> 
> looks good from here.
> 
> Mail should be flowing at this point, but you'll prolly want to confirm 
> that. =)
> 
> 
> Christopher Fisk

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-03 Thread Christopher Fisk
On Wed, 2 Mar 2005, Michael Sullivan wrote:
I set the MX record (correctly, I hope).  Can you
9:10am ([EMAIL PROTECTED]) /home/chrisf (24) dig mx espersunited.com
; <<>> DiG 9.2.3 <<>> mx espersunited.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16766
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;espersunited.com.  IN  MX
;; ANSWER SECTION:
espersunited.com.   3600IN  MX  10 espersunited.com.
;; AUTHORITY SECTION:
espersunited.com.   172800  IN  NS  ns2.e-names.org.
espersunited.com.   172800  IN  NS  ns1.e-names.org.
;; Query time: 2219 msec
;; SERVER: 24.93.1.248#53(24.93.1.248)
;; WHEN: Thu Mar  3 09:10:15 2005
;; MSG SIZE  rcvd: 97
9:10am ([EMAIL PROTECTED]) /home/chrisf (25) nslookup espersunited.com
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server: 24.93.1.120
Address:24.93.1.120#53
Non-authoritative answer:
Name:   espersunited.com
Address: 24.117.226.93

looks good from here.
Mail should be flowing at this point, but you'll prolly want to confirm 
that. =)

Christopher Fisk
--
Fry: I've only got two fantasies left: to be invisible in a chocolate 
factory, and to be romantically linked to a celebrity.
Bender: I could pound your head 'til you think that's what happened.
Fry: Okay.
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-03 Thread Michael Sullivan
I actually asked the local public library to order that for me through
inter-library loan last Sunday.  They haven't gotten back to me yet on
whether or not they can get it...

On Wed, 2005-03-02 at 23:24 -0800, Mike Noble wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Michael Sullivan wrote:
> | I set the MX record (correctly, I hope).  Can you
> | recommend a good "friendly" (easy to understand for a
> | network know-nothing like myself) book or online
> | resource that I can learn DNS and/or Unix networking
> | in general from?
> |
> 
> DNS and BIND, 3rd edition, O'Reilly books, ISBN 1-56592-512-2
> http://www.oreilly.com/
> 
> The 4th edition is out:
> http://www.oreilly.com/catalog/dns4/index.html
> 
> Mike
> - --
> Mike Noble
> Email: [EMAIL PROTECTED]
> Key ID: 0xFFDFC13B
> Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
> Keyserver: http://pgpkeys.mit.edu
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
> 
> iD8DBQFCJruTlJFYJP/fwTsRAsF6AJ4qE/Whao/VMt1GqNYJrFQdORI9hwCffAbW
> KF7404TuRsW5QlY75I2OMu0=
> =v7JM
> -END PGP SIGNATURE-
> --
> gentoo-user@gentoo.org mailing list
> 

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Mike Noble
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael Sullivan wrote:
| I set the MX record (correctly, I hope).  Can you
| recommend a good "friendly" (easy to understand for a
| network know-nothing like myself) book or online
| resource that I can learn DNS and/or Unix networking
| in general from?
|
DNS and BIND, 3rd edition, O'Reilly books, ISBN 1-56592-512-2
http://www.oreilly.com/
The 4th edition is out:
http://www.oreilly.com/catalog/dns4/index.html
Mike
- --
Mike Noble
Email: [EMAIL PROTECTED]
Key ID: 0xFFDFC13B
Key fingerprint: 8204 1297 B9AD 0CED 2FCE  1FB0 9491 5824 FFDF C13B
Keyserver: http://pgpkeys.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFCJruTlJFYJP/fwTsRAsF6AJ4qE/Whao/VMt1GqNYJrFQdORI9hwCffAbW
KF7404TuRsW5QlY75I2OMu0=
=v7JM
-END PGP SIGNATURE-
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Michael Sullivan
I set the MX record (correctly, I hope).  Can you
recommend a good "friendly" (easy to understand for a
network know-nothing like myself) book or online
resource that I can learn DNS and/or Unix networking
in general from?


--- Christopher Fisk <[EMAIL PROTECTED]> wrote:

> On Wed, 2 Mar 2005, Michael Sullivan wrote:
> 
> > www.1Acccredited.com is hosting my DNS for me
> until I
> > can learn how to do it for myself.  According to
> them,
> > I have the following DNS settings:
> >
> > @ (root) A 24.117.226.93
> > bullet   A 24.117.226.93
> > ftp  A 24.117.226.93
> > imap A 24.117.226.93
> > mail A 24.117.226.93
> > pop  A 24.117.226.93
> > smtp A 24.117.226.93
> > wwwCNAME   espersunited.com.
> 
> well, if you were hosting your own DNS it would be
> as follows in the file:
> 
> espersunited.com.IN  MX  10
> espersunited.com.
> 
> 
> I'm not sure about 1Accreddited's text box =)
> 
> 
> Christopher Fisk
> -- 
> Star Tours
> Note: bus does not leave earth
> --
> gentoo-user@gentoo.org mailing list
> 
> 


=





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Christopher Fisk
On Wed, 2 Mar 2005, Michael Sullivan wrote:
www.1Acccredited.com is hosting my DNS for me until I
can learn how to do it for myself.  According to them,
I have the following DNS settings:
@ (root) A 24.117.226.93
bullet   A 24.117.226.93
ftp  A 24.117.226.93
imap A 24.117.226.93
mail A 24.117.226.93
pop  A 24.117.226.93
smtp A 24.117.226.93
wwwCNAME   espersunited.com.
well, if you were hosting your own DNS it would be as follows in the file:
espersunited.com.IN  MX  10 espersunited.com.
I'm not sure about 1Accreddited's text box =)
Christopher Fisk
--
Star Tours
Note: bus does not leave earth
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Michael Sullivan
www.1Acccredited.com is hosting my DNS for me until I
can learn how to do it for myself.  According to them,
I have the following DNS settings:

@ (root) A 24.117.226.93
bullet   A 24.117.226.93
ftp  A 24.117.226.93
imap A 24.117.226.93
mail A 24.117.226.93
pop  A 24.117.226.93
smtp A 24.117.226.93
wwwCNAME   espersunited.com.

1Accreddited gives me a text box, a combo for which
type of record, and another text box for the value. 
What should the MX record be?  There example says
email.1Accredited.com., but I didn't understand their
example.  BTW, the access_db line is all on one
line...



--- Christopher Fisk <[EMAIL PROTECTED]> wrote:

> On Wed, 2 Mar 2005, Michael Sullivan wrote:
> 
> > OK.  My message from [EMAIL PROTECTED] to
> > [EMAIL PROTECTED] was successfully sent and
> > delivered to my evolution inbox.  I also sent a
> > message from [EMAIL PROTECTED] to
> > [EMAIL PROTECTED] and received it successfully.
>  I
> > would almost say that this problem is solved,
> except
> > that I send messages from [EMAIL PROTECTED] to
> > [EMAIL PROTECTED] and they don't show up in
> my
> > evolution Inbox, yet I never get anything from the
> > Yahoo mailer-deamon saying that the messages
> couldn't
> > be delivered.  Here's my sendmail.mc if it
> matters:
> >
> > bullet mail # cat sendmail.mc
> > divert(-1)
> > divert(0)dnl
> > include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
> > VERSIONID(`$Id: sendmail.mc,v 1.2 2004/12/07
> 01:59:31
> > g2boojum Exp $')dnl
> > OSTYPE(linux)dnl
> > DOMAIN(generic)dnl
> > FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
> > FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
> > FEATURE(`access_db', `hash -T
> > /etc/mail/access')dnl
> > MAILER(local)dnl
> > MAILER(smtp)dnl
> 
> 
> the line for access_db should be all one line, might
> want to verify that, 
> it could just be breaking due to the mail client.
> 
> 
> 
> > Also, in the backed-up files from /etc/mail in my
> FC1
> > install I found a file called virtusertable.  I
> > remembered that on FC1 I had to put associations
> > between addresses and user accounts in that file. 
> In
> > my Gentoo /etc/mail directory I didn't see a
> > virtusertable file.  Do I need to create one to
> make
> > this work?
> 
> No, virtusertable is a different feature not
> required for this setup.
> 
> 
> 
> here is your issue:
> 
> 4:07pm ([EMAIL PROTECTED]) /home/chrisf (23) dig mx
> espersunited.com
> 
> ; <<>> DiG 9.2.3 <<>> mx espersunited.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id:
> 23473
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY:
> 0, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;espersunited.com.  IN  MX
> 
> ;; Query time: 6528 msec
> ;; SERVER: 24.93.1.119#53(24.93.1.119)
> ;; WHEN: Wed Mar  2 16:08:14 2005
> ;; MSG SIZE  rcvd: 34
> 
> 
> 4:08pm ([EMAIL PROTECTED]) /home/chrisf (25) dig
> esperunited.com
> 
> ; <<>> DiG 9.2.3 <<>> esperunited.com
> ;; global options:  printcmd
> ;; Got answer:
> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id:
> 20830
> ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0,
> AUTHORITY: 1, ADDITIONAL: 0
> 
> ;; QUESTION SECTION:
> ;esperunited.com.   IN  A
> 
> ;; AUTHORITY SECTION:
> com.10800   IN  SOA
> a.gtld-servers.net. 
> nstld.verisign-grs.com. 1109798105 1800 900 604800
> 900
> 
> ;; Query time: 6723 msec
> ;; SERVER: 24.93.1.120#53(24.93.1.120)
> ;; WHEN: Wed Mar  2 16:08:58 2005
> ;; MSG SIZE  rcvd: 106
> 
> No MX record or A record for esperunited.com
> 
> 
> Christopher Fisk
> -- 
> I WILL NOT FAKE RABIES
> I WILL NOT FAKE RABIES
>   Bart Simpson on chalkboard in episode 8F07
> --
> gentoo-user@gentoo.org mailing list
> 
> 


=





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Christopher Fisk
On Wed, 2 Mar 2005, Michael Sullivan wrote:
OK.  My message from [EMAIL PROTECTED] to
[EMAIL PROTECTED] was successfully sent and
delivered to my evolution inbox.  I also sent a
message from [EMAIL PROTECTED] to
[EMAIL PROTECTED] and received it successfully.  I
would almost say that this problem is solved, except
that I send messages from [EMAIL PROTECTED] to
[EMAIL PROTECTED] and they don't show up in my
evolution Inbox, yet I never get anything from the
Yahoo mailer-deamon saying that the messages couldn't
be delivered.  Here's my sendmail.mc if it matters:
bullet mail # cat sendmail.mc
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc,v 1.2 2004/12/07 01:59:31
g2boojum Exp $')dnl
OSTYPE(linux)dnl
DOMAIN(generic)dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`access_db', `hash -T
/etc/mail/access')dnl
MAILER(local)dnl
MAILER(smtp)dnl

the line for access_db should be all one line, might want to verify that, 
it could just be breaking due to the mail client.


Also, in the backed-up files from /etc/mail in my FC1
install I found a file called virtusertable.  I
remembered that on FC1 I had to put associations
between addresses and user accounts in that file.  In
my Gentoo /etc/mail directory I didn't see a
virtusertable file.  Do I need to create one to make
this work?
No, virtusertable is a different feature not required for this setup.

here is your issue:
4:07pm ([EMAIL PROTECTED]) /home/chrisf (23) dig mx espersunited.com
; <<>> DiG 9.2.3 <<>> mx espersunited.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 23473
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;espersunited.com.  IN  MX
;; Query time: 6528 msec
;; SERVER: 24.93.1.119#53(24.93.1.119)
;; WHEN: Wed Mar  2 16:08:14 2005
;; MSG SIZE  rcvd: 34
4:08pm ([EMAIL PROTECTED]) /home/chrisf (25) dig esperunited.com
; <<>> DiG 9.2.3 <<>> esperunited.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 20830
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;esperunited.com.   IN  A
;; AUTHORITY SECTION:
com.10800   IN  SOA a.gtld-servers.net. 
nstld.verisign-grs.com. 1109798105 1800 900 604800 900

;; Query time: 6723 msec
;; SERVER: 24.93.1.120#53(24.93.1.120)
;; WHEN: Wed Mar  2 16:08:58 2005
;; MSG SIZE  rcvd: 106
No MX record or A record for esperunited.com
Christopher Fisk
--
I WILL NOT FAKE RABIES
I WILL NOT FAKE RABIES
Bart Simpson on chalkboard in episode 8F07
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Michael Sullivan
OK.  My message from [EMAIL PROTECTED] to
[EMAIL PROTECTED] was successfully sent and
delivered to my evolution inbox.  I also sent a
message from [EMAIL PROTECTED] to
[EMAIL PROTECTED] and received it successfully.  I
would almost say that this problem is solved, except
that I send messages from [EMAIL PROTECTED] to
[EMAIL PROTECTED] and they don't show up in my
evolution Inbox, yet I never get anything from the
Yahoo mailer-deamon saying that the messages couldn't
be delivered.  Here's my sendmail.mc if it matters:

bullet mail # cat sendmail.mc
divert(-1)
divert(0)dnl
include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
VERSIONID(`$Id: sendmail.mc,v 1.2 2004/12/07 01:59:31
g2boojum Exp $')dnl
OSTYPE(linux)dnl
DOMAIN(generic)dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`local_lmtp',`/usr/sbin/mail.local')dnl
FEATURE(`access_db', `hash -T
/etc/mail/access')dnl
MAILER(local)dnl
MAILER(smtp)dnl


Also, in the backed-up files from /etc/mail in my FC1
install I found a file called virtusertable.  I
remembered that on FC1 I had to put associations
between addresses and user accounts in that file.  In
my Gentoo /etc/mail directory I didn't see a
virtusertable file.  Do I need to create one to make
this work?




--- Christopher Fisk <[EMAIL PROTECTED]> wrote:

> On Wed, 2 Mar 2005, Michael Sullivan wrote:
> 
> > Mar  2 12:42:01 bullet sm-mta[13086]:
> j22Ie8XY013086:
> > ruleset=check_rcpt,
> arg1=<[EMAIL PROTECTED]>,
> > relay=baby.espersunited.com [192.168.1.3],
> reject=550
> > 5.7.1 <[EMAIL PROTECTED]>... Relaying
> denied
> > Mar  2 12:42:01 bullet sm-mta[13086]:
> j22Ie8XY013086:
> > from=<[EMAIL PROTECTED]>, size=0, class=0,
> > nrcpts=0, proto=ESMTP, daemon=MTA,
> > relay=baby.espersunited.com [192.168.1.3]
> 
> definately a configuration issue.  make sure that
> your sendmail.mc has
> 
> FEATURE(`access_db', `hash -T
> /etc/mail/access')dnl
> 
> and that your recreate your sendmail.cf with the
> command:
> 
> m4 sendmail.mc >sendmail.cf
> 
> (Don't forget to backup your existing configuration
> yada-yada-yada)
> 
> Then make sure esperunited.com is in
> /etc/mail/local-host-names
> 
> 
> If neither of those suggestions work, you might want
> to post your 
> /etc/mail/sendmail.mc so it can be checked for
> errors.
> 
> 
> 
> Christopher Fisk
> 
> 
> > espersunited.comRELAY
> > localhost   RELAY
> > localhost.localdomain   RELAY
> > baby.espersunited.com   RELAY
> > bullet.espersunited.com RELAY
> > blossom.espersunited.comRELAY
> > bubbles.espersunited.comRELAY
> > 127.0.0.1   RELAY
> > 192.168.1.1 RELAY
> >
> > I tried to send the test message after I updated
> > /etc/mail/access and ran makemap.  The output of
> > /var/log/messages seems to me to say that the
> first
> > attempt to relay the message was denied, but a
> second
> > attempt was successful, but I can't find the
> message
> > on the server box and it's still sitting in
> > evolution's Outbox...
> >
> >
> > --- Christopher Fisk <[EMAIL PROTECTED]> wrote:
> >
> >>> domain.  It won't even let me send mail to
> >>> [EMAIL PROTECTED]  It seems to think
> that
> >>> espersunited.com is an outside domain.  I
> searched
> >> on
> >>> Google, but didn't find anything.  I read
> through
> >> the
> >>> README.cf in the sendmail docs directory, but it
> >> made
> >>> no sense to me.  I remember that I had the
> problem
> >>> with relaying mail to external domains with
> Fedora
> >>> Core 1, but I don't remember how I solved it. 
> Can
> >>> anyone help me out with this?
> >>
> >> Without anything from your /var/log/mail.log I'm
> >> venturing a guess...
> >>
> >>
> >> /etc/mail/access
> >>
> >> Example file:
> >>
> >> yourdomain.com RELAY
> >> yourotherdomain.comRELAY
> >> 192.168.0  RELAY
> >> 127.0.0.1  RELAY
> >>
> >>
> >> makemap hash access >>
> >>
> >> Hope that helps,
> >>
> >>
> >> Christopher Fisk
> >> --
> >> BOFH Excuse #388:
> >> Bad user karma.
> >> --
> >> gentoo-user@gentoo.org mailing list
> >>
> >>
> >
> >
> > =
> >
> >
> >
> >
> >
> > __
> > Celebrate Yahoo!'s 10th Birthday!
> > Yahoo! Netrospective: 100 Moments of the Web
> > http://birthday.yahoo.com/netrospective/
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
> 
> -- 
> You can present the material, but you can't make
> me care.
> -- Calvin
> --
> gentoo-user@gentoo.org mailing list
> 
> 


=





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Christopher Fisk
On Wed, 2 Mar 2005, Michael Sullivan wrote:
Mar  2 12:42:01 bullet sm-mta[13086]: j22Ie8XY013086:
ruleset=check_rcpt, arg1=<[EMAIL PROTECTED]>,
relay=baby.espersunited.com [192.168.1.3], reject=550
5.7.1 <[EMAIL PROTECTED]>... Relaying denied
Mar  2 12:42:01 bullet sm-mta[13086]: j22Ie8XY013086:
from=<[EMAIL PROTECTED]>, size=0, class=0,
nrcpts=0, proto=ESMTP, daemon=MTA,
relay=baby.espersunited.com [192.168.1.3]
definately a configuration issue.  make sure that your sendmail.mc has
FEATURE(`access_db', `hash -T /etc/mail/access')dnl
and that your recreate your sendmail.cf with the command:
m4 sendmail.mc >sendmail.cf
(Don't forget to backup your existing configuration yada-yada-yada)
Then make sure esperunited.com is in /etc/mail/local-host-names
If neither of those suggestions work, you might want to post your 
/etc/mail/sendmail.mc so it can be checked for errors.


Christopher Fisk

espersunited.comRELAY
localhost   RELAY
localhost.localdomain   RELAY
baby.espersunited.com   RELAY
bullet.espersunited.com RELAY
blossom.espersunited.comRELAY
bubbles.espersunited.comRELAY
127.0.0.1   RELAY
192.168.1.1 RELAY
I tried to send the test message after I updated
/etc/mail/access and ran makemap.  The output of
/var/log/messages seems to me to say that the first
attempt to relay the message was denied, but a second
attempt was successful, but I can't find the message
on the server box and it's still sitting in
evolution's Outbox...
--- Christopher Fisk <[EMAIL PROTECTED]> wrote:
domain.  It won't even let me send mail to
[EMAIL PROTECTED]  It seems to think that
espersunited.com is an outside domain.  I searched
on
Google, but didn't find anything.  I read through
the
README.cf in the sendmail docs directory, but it
made
no sense to me.  I remember that I had the problem
with relaying mail to external domains with Fedora
Core 1, but I don't remember how I solved it.  Can
anyone help me out with this?
Without anything from your /var/log/mail.log I'm
venturing a guess...
/etc/mail/access
Example file:
yourdomain.com  RELAY
yourotherdomain.com RELAY
192.168.0   RELAY
127.0.0.1   RELAY
makemap hash access
Hope that helps,
Christopher Fisk
--
BOFH Excuse #388:
Bad user karma.
--
gentoo-user@gentoo.org mailing list


=


__
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
--
gentoo-user@gentoo.org mailing list

--
   You can present the material, but you can't make me care.
  -- Calvin
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Michael Sullivan
I went ahead and tried your suggestion.  I
cross-referenced my /etc/mail/access file from my old
FC1 installation and entered all the relaying hosts I
saw there then used the makemap command.  Relaying is
still denied to [EMAIL PROTECTED]  I don't have a
mail log per say, but I have the relevent log entries
from /var/log/messages:

Mar  2 12:42:01 bullet sm-mta[13086]: j22Ie8XY013086:
ruleset=check_rcpt, arg1=<[EMAIL PROTECTED]>,
relay=baby.espersunited.com [192.168.1.3], reject=550
5.7.1 <[EMAIL PROTECTED]>... Relaying denied
Mar  2 12:42:01 bullet sm-mta[13086]: j22Ie8XY013086:
from=<[EMAIL PROTECTED]>, size=0, class=0,
nrcpts=0, proto=ESMTP, daemon=MTA,
relay=baby.espersunited.com [192.168.1.3]


Here are the contents of my /etc/mail/access file:

bullet log # cat /etc/mail/access
# Check the /usr/share/doc/sendmail/README.cf file for
a description
# of the format of this file. (search for access_db in
that file)
# The /usr/share/doc/sendmail/README.cf is part of the
sendmail-doc
# package.
#


espersunited.comRELAY
localhost   RELAY
localhost.localdomain   RELAY
baby.espersunited.com   RELAY
bullet.espersunited.com RELAY
blossom.espersunited.comRELAY
bubbles.espersunited.comRELAY
127.0.0.1   RELAY
192.168.1.1 RELAY

I tried to send the test message after I updated
/etc/mail/access and ran makemap.  The output of
/var/log/messages seems to me to say that the first
attempt to relay the message was denied, but a second
attempt was successful, but I can't find the message
on the server box and it's still sitting in
evolution's Outbox...


--- Christopher Fisk <[EMAIL PROTECTED]> wrote:

> > domain.  It won't even let me send mail to
> > [EMAIL PROTECTED]  It seems to think that
> > espersunited.com is an outside domain.  I searched
> on
> > Google, but didn't find anything.  I read through
> the
> > README.cf in the sendmail docs directory, but it
> made
> > no sense to me.  I remember that I had the problem
> > with relaying mail to external domains with Fedora
> > Core 1, but I don't remember how I solved it.  Can
> > anyone help me out with this?
> 
> Without anything from your /var/log/mail.log I'm
> venturing a guess...
> 
> 
> /etc/mail/access
> 
> Example file:
> 
> yourdomain.comRELAY
> yourotherdomain.com   RELAY
> 192.168.0 RELAY
> 127.0.0.1 RELAY
> 
> 
> makemap hash access 
> 
> Hope that helps,
> 
> 
> Christopher Fisk
> -- 
> BOFH Excuse #388:
> Bad user karma.
> --
> gentoo-user@gentoo.org mailing list
> 
> 


=





__ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread Christopher Fisk
domain.  It won't even let me send mail to
[EMAIL PROTECTED]  It seems to think that
espersunited.com is an outside domain.  I searched on
Google, but didn't find anything.  I read through the
README.cf in the sendmail docs directory, but it made
no sense to me.  I remember that I had the problem
with relaying mail to external domains with Fedora
Core 1, but I don't remember how I solved it.  Can
anyone help me out with this?
Without anything from your /var/log/mail.log I'm venturing a guess...
/etc/mail/access
Example file:
yourdomain.com  RELAY
yourotherdomain.com RELAY
192.168.0   RELAY
127.0.0.1   RELAY
makemap hash access
Hope that helps,
Christopher Fisk
--
BOFH Excuse #388:
Bad user karma.
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] OT - Need sendmail help

2005-03-02 Thread A. Khattri
On Wed, 2 Mar 2005, Michael Sullivan wrote:

> Core 1, but I don't remember how I solved it.  Can
> anyone help me out with this?

I think you would be better off using postfix...

-- 
A.

--
gentoo-user@gentoo.org mailing list