Re: Mail is not reaching destination

2002-03-26 Thread Shawn McMahon

begin  quoting what Sven Guckes said on Tue, Mar 26, 2002 at 04:31:52PM +0100:
> 
> like i said:  "mutt is *not* for everyone"

All users suck.  mutt is for users who suck less.




msg26149/pgp0.pgp
Description: PGP signature


Re: Mail is not reaching destination

2002-03-26 Thread Sven Guckes

* Jerry Van Brimmer <[EMAIL PROTECTED]> [2002-03-26 03:03]:
> X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i586-pc-linux-gnu)
> >   1. Is sendmail set up to allow messages to go to/from root?
> I dont know?

we can tell by the X-Mailer line -
and by the way quote text.  ;-)

> >   2. I can't find an address for jerryvb.vei.net,
> >   although that might just be my setup.
> I'm sorry, I don't know what you're talking about here.
> Thanks for trying, I'm a frustrated mutt newbie.
> I'm giving up on mutt/sendmail.

like i said:  "mutt is *not* for everyone"

Sven  [expecting the usual WOLFs]

-- 
Everybody uses the mailer
that he deserves.
mutt is not for everyone.



Re: Mail is not reaching destination

2002-03-25 Thread Jerry Van Brimmer

On Mon, 25 Mar 2002 08:36:21 -0500
darren chamberlain <[EMAIL PROTECTED]> wrote:

> Quoting Jerry Van Brimmer <[EMAIL PROTECTED]> [Mar 23, 2002 16:39]:
> > When I do:
> > # date | sendmail -v [EMAIL PROTECTED] 
> > 
> > #(ispwest.com is another isp of mine)
> > 
> > Here's what I get:
> 
> (lines removed)
> 
> Possibly two things wrong: 
> 
>   1. Is sendmail set up to allow messages to go to/from root?

I dont know?

> 
>   2. I can't find an address for jerryvb.vei.net, although that
>  might just be my setup.

I'm sorry, I don't know what you're talking about here.
Thanks for trying, I'm a frustrated mutt newbie. I'm giving up on mutt/sendmail.

Thanks anyway,
Jerry


> 
> (darren)
> 
> -- 
> There is not enough love in the world to squander it on anything
> by human beings.


-- 
Rev. 1:7 ; Registered Linux User #153217





Re: Mail is not reaching destination

2002-03-25 Thread darren chamberlain

Quoting Jerry Van Brimmer <[EMAIL PROTECTED]> [Mar 23, 2002 16:39]:
> When I do:
> # date | sendmail -v [EMAIL PROTECTED] 
> 
> #(ispwest.com is another isp of mine)
> 
> Here's what I get:

(lines removed)

Possibly two things wrong: 

  1. Is sendmail set up to allow messages to go to/from root?

  2. I can't find an address for jerryvb.vei.net, although that
 might just be my setup.

(darren)

-- 
There is not enough love in the world to squander it on anything
by human beings.



Re: Mail is not reaching destination

2002-03-23 Thread Jerry Van Brimmer

When I do:
# date | sendmail -v [EMAIL PROTECTED] 

#(ispwest.com is another isp of mine)

Here's what I get:

[EMAIL PROTECTED] Connecting to mail.vei.net via relay...
220 vei.net  ModusMail ESMTP Receiver Version 1.2.221.0 Ready
>>> EHLO jerryvb.vei.net
250-vei.net
250-SIZE 0
250-ETRN
250-ENHANCEDSTATUSCODES
250-X-IMS 5 147
250-DSN
250-VRFY
250-AUTH LOGIN NTLM SCRAM-MD5 CRAM-MD5
250-AUTH=LOGIN
250 8BITMIME
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=29
550 5.1.8 <[EMAIL PROTECTED]> Invalid address
/root/dead.letter... Saved message in /root/dead.letter
Postmaster... aliased to jerry, \root
\root,jerry... Using cached ESMTP connection to mail.vei.net via relay...
>>> RSET
250 2.0.0 OK
>>> MAIL From:<> SIZE=100
550 5.7.1 Filter 0 has been configured to reject mail from 
MAILER-DAEMON... aliased to postmaster
postmaster... aliased to jerry, \root
postmaster... aliased to jerry, \root
\root,jerry... Using cached ESMTP connection to mail.vei.net via relay...
>>> RSET
250 2.0.0 OK
>>> MAIL From:<> SIZE=100
550 5.7.1 Filter 0 has been configured to reject mail from 
MAILER-DAEMON... aliased to postmaster
postmaster... aliased to jerry, \root
MAILER-DAEMON... Saved message in /var/log/dead.letter
Closing connection to mail.vei.net
>>> QUIT
221 2.0.0 vei.net closing
jerryvb:~ # 

What's wrong now?

Thanks


On Thu, 21 Mar 2002 21:59:31 -0800
Will Yardley <[EMAIL PROTECTED]> wrote:

> Jerry Van Brimmer wrote:
> 
> > Yes, I am using sendmail, but I have no clue as to where sendmail's
> > log file is.  Do you know?
> 
> this depends on your operating system.  sounds from your original
> message like you're using linux; most likely your logs will be in
> /var/log - the mail stuff will possibly be in your system log (usually
> 'messages', 'all.log', or 'syslog' or something like that), and will
> most likely also be in a separate log file... most systems call it
> 'mail.log' or 'maillog' or something like that.
> 
> you might try something like the following.  the '^D' represents you
> typing 'control-d', and then you should see output like the output that
> follows.  replace the from and to addresses with your from address, and
> an outside email account. then you can watch and see the SMTP
> transaction in real time.
> 
> % /usr/sbin/sendmail -t -v
> from: [EMAIL PROTECTED]
> to: [EMAIL PROTECTED]
> subject: test
> test
> ^D
> [EMAIL PROTECTED] Connecting to veggiechinese.net. via esmtp...
> 220 bacall.veggiechinese.net ESMTP Postfix
> >>> EHLO aura.infinitejazz.net
> 250-bacall.veggiechinese.net
> 250-PIPELINING
> 250-SIZE 1024
> 250-VRFY
> 250-ETRN
> 250-XVERP
> 250 8BITMIME
> >>> MAIL From:<[no*spam]@aura.infinitejazz.net> SIZE=61
> 250 Ok
> >>> RCPT To:<[EMAIL PROTECTED]>
> 250 Ok
> >>> DATA
> 354 End data with .
> >>> .
> 250 Ok: queued as 0AA78137F3
> [EMAIL PROTECTED] Sent (Ok: queued as 0AA78137F3)
> Closing connection to veggiechinese.net.
> >>> QUIT
> 221 Bye
> 
> -- 
> Will Yardley
> input: william < @ hq . newdream . net . >
> 


-- 
Rev. 1:7 ; Registered Linux User #153217





Re: Mail is not reaching destination

2002-03-22 Thread David Champion

* On 2002.03.21, in <[EMAIL PROTECTED]>,
*   "Jerry Van Brimmer" <[EMAIL PROTECTED]> wrote:
> Yes, I am using sendmail, but I have no clue as to where sendmail's log file is.
> Do you know?

Sendmail doesn't keep an independent log file. All its logs are routed
through the syslog service, so the only sure way to find out where they
wind up is to look in /etc/syslog.conf and find where it logs "mail"
syslogs. My servers store it in /var/log/syslog. But on my personal
Solaris box:

shell$ egrep 'mail\.' /etc/syslog.conf
*.err;kern.debug;daemon.notice;mail.crit/var/adm/messages
mail.info   /var/log/mail.log

The "mail.info" line is the one I'm interested in. You might also look
for mail.debug or mail.notice.

-- 
 -D.[EMAIL PROTECTED]NSITUniversity of Chicago



Re: Mail is not reaching destination

2002-03-21 Thread Will Yardley

Jerry Van Brimmer wrote:

> Yes, I am using sendmail, but I have no clue as to where sendmail's
> log file is.  Do you know?

this depends on your operating system.  sounds from your original
message like you're using linux; most likely your logs will be in
/var/log - the mail stuff will possibly be in your system log (usually
'messages', 'all.log', or 'syslog' or something like that), and will
most likely also be in a separate log file... most systems call it
'mail.log' or 'maillog' or something like that.

you might try something like the following.  the '^D' represents you
typing 'control-d', and then you should see output like the output that
follows.  replace the from and to addresses with your from address, and
an outside email account. then you can watch and see the SMTP
transaction in real time.

% /usr/sbin/sendmail -t -v
from: [EMAIL PROTECTED]
to: [EMAIL PROTECTED]
subject: test
test
^D
[EMAIL PROTECTED] Connecting to veggiechinese.net. via esmtp...
220 bacall.veggiechinese.net ESMTP Postfix
>>> EHLO aura.infinitejazz.net
250-bacall.veggiechinese.net
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-XVERP
250 8BITMIME
>>> MAIL From:<[no*spam]@aura.infinitejazz.net> SIZE=61
250 Ok
>>> RCPT To:<[EMAIL PROTECTED]>
250 Ok
>>> DATA
354 End data with .
>>> .
250 Ok: queued as 0AA78137F3
[EMAIL PROTECTED] Sent (Ok: queued as 0AA78137F3)
Closing connection to veggiechinese.net.
>>> QUIT
221 Bye

-- 
Will Yardley
input: william < @ hq . newdream . net . >




Re: Mail is not reaching destination

2002-03-21 Thread Jerry Van Brimmer

Yes, I am using sendmail, but I have no clue as to where sendmail's log file is.
Do you know?

Thanks

On Fri, 22 Mar 2002 00:20:35 -0500
"Justin R. Miller" <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Said Jerry Van Brimmer on Thu, Mar 21, 2002 at 08:19:40PM -0800:
> 
> > I'm new to Mutt. I have been able to get Mutt set up so that I can POP
> > download my email and read it, but I can't get mail to reach it's
> > destination. When I press "y" to send, I can see my modem light
> > flicker, so I am pretty sure it's leaving my machine. But, it never
> > reaches it's destination. I'm using SuSE 7.3 with Mutt 1.3.22.1i. I
> > know there's a newer Mutt available, but I want to get a fully working
> > installation before I upgrade. What setting do I need to tweak?
> 
> First check your MTA (sendmail, qmail, exim, etc.) logs to see what
> happened to the message.  Then proceed from there -- it might not be
> related to Mutt at all...
> 
> - -- 
> [!] Justin R. Miller <[EMAIL PROTECTED]>
> PGP 0xC9C40C31 -=- http://codesorcery.net
> 
> http://www.aclu.org/issues/drugpolicy/cases/Earls/more_harm.html
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE8mr8j94d6K8nEDDERAhokAJ47i0I49oeBBXKjF6SRLCzaPLSSwgCfSYrM
> LreSLhtG1rYHRhslCQXzf3Q=
> =c+dN
> -END PGP SIGNATURE-


-- 
Rev. 1:7 ; Registered Linux User #153217





Re: Mail is not reaching destination

2002-03-21 Thread Justin R. Miller

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Said Jerry Van Brimmer on Thu, Mar 21, 2002 at 08:19:40PM -0800:

> I'm new to Mutt. I have been able to get Mutt set up so that I can POP
> download my email and read it, but I can't get mail to reach it's
> destination. When I press "y" to send, I can see my modem light
> flicker, so I am pretty sure it's leaving my machine. But, it never
> reaches it's destination. I'm using SuSE 7.3 with Mutt 1.3.22.1i. I
> know there's a newer Mutt available, but I want to get a fully working
> installation before I upgrade. What setting do I need to tweak?

First check your MTA (sendmail, qmail, exim, etc.) logs to see what
happened to the message.  Then proceed from there -- it might not be
related to Mutt at all...

- -- 
[!] Justin R. Miller <[EMAIL PROTECTED]>
PGP 0xC9C40C31 -=- http://codesorcery.net

http://www.aclu.org/issues/drugpolicy/cases/Earls/more_harm.html

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8mr8j94d6K8nEDDERAhokAJ47i0I49oeBBXKjF6SRLCzaPLSSwgCfSYrM
LreSLhtG1rYHRhslCQXzf3Q=
=c+dN
-END PGP SIGNATURE-