Re: errors in hamm upgrade

1998-01-21 Thread David Gaudine


 On Mon, 19 Jan 1998, Adam Klein wrote:
 
  Yes.  Smail now rejects connections from hostnames which don't have
  a dot in them.  The fix is to change the line in /etc/smail/config
  which reads '-smtp_hello_broken_allow' to read
  'smtp_hello_broken_allow=localnet'.

I have the same (or a similar) problem, i.e. when I try to send mail
using pine I get a message complaining that localhost doesn't have a
. in it.  But, the above fix didn't work, and neither does
   smtp_hello_broken_allow=localnet:localhost:127.0.0.1
What does work is:
   smtp_hello_broken_allow=*
but I'm not fond of that, for obvious reasons.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: errors in hamm upgrade

1998-01-21 Thread Martin Bialasinski
David Gaudine [EMAIL PROTECTED] writes:

  On Mon, 19 Jan 1998, Adam Klein wrote:
  
   Yes.  Smail now rejects connections from hostnames which don't have
   a dot in them.  The fix is to change the line in /etc/smail/config
   which reads '-smtp_hello_broken_allow' to read
   'smtp_hello_broken_allow=localnet'.
 
 I have the same (or a similar) problem, i.e. when I try to send mail
 using pine I get a message complaining that localhost doesn't have a
 . in it.  But, the above fix didn't work, and neither does
smtp_hello_broken_allow=localnet:localhost:127.0.0.1
 What does work is:
smtp_hello_broken_allow=*
 but I'm not fond of that, for obvious reasons.

Do you have a NIC running? Then you also have to add it's IP.

Ciao,
Martin 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: errors in hamm upgrade

1998-01-21 Thread Bob Nielsen
On Wed, 21 Jan 1998, David Gaudine wrote:

 
 
  On Mon, 19 Jan 1998, Adam Klein wrote:
  
   Yes.  Smail now rejects connections from hostnames which don't have
   a dot in them.  The fix is to change the line in /etc/smail/config
   which reads '-smtp_hello_broken_allow' to read
   'smtp_hello_broken_allow=localnet'.
 
 I have the same (or a similar) problem, i.e. when I try to send mail
 using pine I get a message complaining that localhost doesn't have a
 . in it.  But, the above fix didn't work, and neither does
smtp_hello_broken_allow=localnet:localhost:127.0.0.1
 What does work is:
smtp_hello_broken_allow=*
 but I'm not fond of that, for obvious reasons.

In looking into the same problem, somewhere in the smail docs I found a
mention that pine is somewhat broken and that the fix for this is to use:

smtp_hello_broken_allow=127*

Note: running smailconfig resets this, so you will need to re-edit the
file after running this.

Bob

---
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet: [EMAIL PROTECTED]
http://www.primenet.com/~nielsen/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


errors in hamm upgrade

1998-01-19 Thread Bob Nielsen
I performed the hamm upgrade using Craig's script (all went fine) and
letting dselect do it's thing.  I had a scare when e2fsck wouldn't work
after I rebooted, but was able to install a few remaining packages and get
it to work.

I have two remaining problems (at least until I try installing some more
stuff):

1. I get the following error when trying to install libc6-dev with
dselect:

Unpacking libc6-dev (from .../devel/libc6-dev_2.0.6-2.deb) ...
dpkg: error processing
debian/dists/unstable/main/binary-i386/devel/libc6-dev_2.0.6-2.deb
(--install):
 trying to overwrite `/usr/include/ndbm.h', which is also in package
libgdbmg1-dev
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 debian/dists/unstable/main/binary-i386/devel/libc6-dev_2.0.6-2.deb
DPKG ERROR

Should I use --force?

2.  When trying to send a message from pine, I get:
 [Error sending: 501 HELO requires a valid host name as operand: 'localhost' ]

I have 'localhost' configured as the smtp server in pine, which used to
send the message through smail and then to my ISP as smarthost.  This
worked in bo.  Has something changed?

Bob

---
Bob NielsenInternet: [EMAIL PROTECTED]
Tucson, AZ AMPRnet: [EMAIL PROTECTED]
   http://www.primenet.com/~nielsen




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: errors in hamm upgrade

1998-01-19 Thread Adam Klein
On Sun, Jan 18, 1998 at 10:29:41PM -0700, Bob Nielsen wrote:
 2.  When trying to send a message from pine, I get:
  [Error sending: 501 HELO requires a valid host name as operand: 'localhost' ]
 
 I have 'localhost' configured as the smtp server in pine, which used to
 send the message through smail and then to my ISP as smarthost.  This
 worked in bo.  Has something changed?

Yes.  Smail now rejects connections from hostnames which don't have
a dot in them.  The fix is to change the line in /etc/smail/config
which reads '-smtp_hello_broken_allow' to read
'smtp_hello_broken_allow=localnet'.
Hope this helps.

Adam Klein


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: errors in hamm upgrade

1998-01-19 Thread Bob Nielsen
Thanks, that fixed it.

On Mon, 19 Jan 1998, Adam Klein wrote:

 On Sun, Jan 18, 1998 at 10:29:41PM -0700, Bob Nielsen wrote:
  2.  When trying to send a message from pine, I get:
   [Error sending: 501 HELO requires a valid host name as operand: 
  'localhost' ]
  
  I have 'localhost' configured as the smtp server in pine, which used to
  send the message through smail and then to my ISP as smarthost.  This
  worked in bo.  Has something changed?
 
 Yes.  Smail now rejects connections from hostnames which don't have
 a dot in them.  The fix is to change the line in /etc/smail/config
 which reads '-smtp_hello_broken_allow' to read
 'smtp_hello_broken_allow=localnet'.
 Hope this helps.




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .