Re: [expert] How to enable authentication in Postfix?

2002-03-03 Thread David Guntner

Vincent Danen grabbed a keyboard and wrote:

 Without seeing the list of installed cyrus-sasl packages, I can't tell
 you if you're missing any.  =)  But it doesn't sound like you are (the
 plugins are for various different authentication methods or
 implementations, ie. to have the digest md5 password support, you need
 libsasl7-plug-digestmd5, etc.).

Right.  Just for the record:

$ rpm -q -a|egrep sasl
libsasl7-1.5.27-2.1mdk
libsasl7-plug-anonymous-1.5.27-2.1mdk
libsasl7-plug-digestmd5-1.5.27-2.1mdk
libsasl7-plug-plain-1.5.27-2.1mdk
libsasl7-plug-login-1.5.27-2.1mdk
cyrus-sasl-1.5.27-2.1mdk
libsasl7-plug-crammd5-1.5.27-2.1mdk

 I guess the next thing is how to do you have SASL support configured in
 postfix?  Can you post the pertinent part of your main.cf that
 deals with the SASL options?


(At the end of main.cf)

# Other configurable parameters.

# Turn on authentication, to allow local users to relay from non-local
# locations.
#
#smtpd_sasl_auth_enable = yes
#smtpd_delay_reject = yes

# Set RBL lookups and reject mail coming from sources listed there.
#
maps_rbl_domains = relays.visi.com, inputs.orbz.org,
relays.ordb.org

smtpd_recipient_restrictions = reject_unknown_client, permit_mynetworks,
reject_maps_rbl,
check_client_access hash:/etc/postfix/client_access,
check_relay_domains, permit_sasl_authenticated

smtpd_client_restrictions = hash:/etc/postfix/access, reject_unknown_client,
reject_unauth_pipelining, reject_maps_rbl, permit_sasl_authenticated


Currently, those first two lines are commented out because when they aren't,
then Postfix blows up as soon as I connect and issue an EHLO with the
symptoms I originally posted.  The two permit_sasl_authenticated entries
above are not currently there since the first two lines are currently
commented out, but that's where I've had them when I uncommented the first
two lines above.

Any ideas?

--Dave






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



[expert] Re: GUI tool for floppy diskettes

2002-03-03 Thread arief


You're right, g
Cause of weird in diskdrake (LM 80), I can't believe it anymore and prefer
cfdisk, mke2fs or mkreiserfs, mount command, and write /etc/fstab by hand


Riev


g writes:

 
 there are a lot gui tools that do what can be done at command line,
 and they make life easier but, what do you do when you are using a
 system that does not have a gui tool that you are used to using?
 
 you sit with a lost look on your face because you can not do what
 ever it is that you have done with gui



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



Re: [expert] mathematical notation in konqueror

2002-03-03 Thread Seak, Teng-Fong

  bascule wrote:

can someone tell me if it is possible to configure konqueror to display the 
following url properly:
http://wwwperfdynamicscom/Papers/viewmathhtml

 The examples in this page use the archaic method of using special 
font (Symbol font in this case), but one shouldn't use this method anymore

1)  In HTML 40 standard (not all browsers are HTML 40 compliant, but 
at least IE and Netscape6/Mozilla are) we should use entity to display 
non ASCII characters  In our case, we should pi; to display the Greek 
letter pi, but not using
font face=symbolp/font
BTW, viewing under IE, the content is a total mess-up!

2)  The example use #62; to display the '' character but we should use 
gt; instead  We really shouldn't follow this bad example!  As a matter 
of fact, if you take a look at the HTML content, you could see it's a 
mess too  For instace, body tag before title tag, non-closed tr 
tags, etc!

3)  W3 Consortium is trying to promote MathML, but I don't know when 
this is going to be a reality

 Have a nice Math day :)

 Fong




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



Re: [expert] upper to lower case in directory?

2002-03-03 Thread Michael Holt

Yesterday... Dwaine Felch ran for the door shrieking:

Try making the changes below and if that helps.

#!/usr/bin/perl
while (@ARGV)
{  
   $x = $_;
   tr/A-Z/a-z/;
   system(mv,$x,$_);
}

Thank you Dwaine!  I actually did have it typed correctly on the system 
whwich I'm using it, just had a slip of the finger while typing the email 
:o

Thanks again! 
Mike

-- 
Michael  Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] upper to lower case in directory?

2002-03-03 Thread Michael Holt

Yesterday... Tom Badran ran for the door shrieking:

Search for chcase on freshmeat.net :)

Thanks Tom!  That did the trick!
Mike


-- 
Michael  Tracy Holt
Kirkland, WA[EMAIL PROTECTED]
www.holt-tech.net   [EMAIL PROTECTED]
===
Unix is all about taking big rocks and turning them into little rocks -
Windows is all about taking sand... and dumping it in your gas tank...





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] mathematical notation in konqueror

2002-03-03 Thread Chuck Shirley

On Sunday 03 March 2002 13:25, Seak, Teng-Fong wrote:
  bascule wrote:

can someone tell me if it is possible to configure konqueror to display the 
following url properly:
http://wwwperfdynamicscom/Papers/viewmathhtml

 The examples in this page use the archaic method of using special 
font (Symbol font in this case), but one shouldn't use this method anymore


Nevertheless, out of curiosity, I ran the script that they have on the page
(http://hutchinsonbelmontmaus/tth/Xfontsfix) and the test page renders
more nicely than the example image, using either Konqueror, Galeon, or 
Netscape, but Mozilla and Dillo still fail to render the page properly

-- Chuck



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



Re: [expert] Anyone know about SMTP after POP?

2002-03-03 Thread gianpaolo racca

On Monday 25 February 2002 20:23, David Guntner wrote:

 Obviously, I don't want to open my mail server up to wide-open relay.  Has
 anyone set up a system where they can use a POP3 login to authenticate the
 IP address for a few minutes, so that Postfix will accept the relay from
 that particular IP address?  (Known, I believe, as SMTP-after-POP
 authentication?)

 Any help or pointers in the right direction would be appreciated!

check for pop-before-smtp in the postfix site
http://www.postfix.org/addon.html

-- 
Errare e' umano. Vagabondare e' reato.
--
gianpaolo racca
[EMAIL PROTECTED]
http://www.preciso.net



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Help! No lilo - no nothing!

2002-03-03 Thread Eduardo M. A. M. Mendes

Hello

I have installed linux Mandrake on my notebook.  The installation went fine 
(some errors with tcl-8.3 and xpdf rpm files) but I can't boot the system via 
lilo.   I have Windows Xp Home Edition and Mandrake 8.2beta (don't call me 
crasy please) on the machine.  

I can run LM 8.2 if I use the boot diskette (it didn't skip this step).  
LM 8.2 is running ok. I can't run Xp since I have no boot diskette for the OS.

How can I fix lilo so as to have a dual boot?  

My notebook is Sony VAIO.

Many thanks

Eduardo



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom



Re: [expert] Help! No lilo - no nothing!

2002-03-03 Thread Nguyen Hung.Takeshi

Eduardo M A M Mendes wrote:

 Hello
 
 I have installed linux Mandrake on my notebook  The installation went fine 
 (some errors with tcl-83 and xpdf rpm files) but I can't boot the system via 
 lilo   I have Windows Xp Home Edition and Mandrake 82beta (don't call me 
 crasy please) on the machine  
 
 I can run LM 82 if I use the boot diskette (it didn't skip this step)  
 LM 82 is running ok I can't run Xp since I have no boot diskette for the OS
 
 How can I fix lilo so as to have a dual boot?  
 
 My notebook is Sony VAIO
 
 Many thanks
 
 Eduardo
 


Just find ``linear in /etc/liloconf, uncomment it and add ``lba32 
instead Then run ``/sbin/lilo -v You can add windows xp in lilo menu 
too, see my liloconf here


HTH

Vu Hung

-- 
Takeshi's small space  http://donganh16tk/
Join KDE-i18n-Vi?  http://vii18nkdeorg
VYSA:  http://vysasportsvngatenet/
Vietlug:   http://vietlugsourceforgenet
---
\n
   3:01pm  up 1 day, 16 min,  6 users,  load average: 011, 004, 001
Finagle's Seventh Law:
The perversity of the universe tends toward a maximum


boot=/dev/hde
map=/boot/map
install=/boot/bootb
prompt
timeout=50
message=/boot/message
lba32
#linear
#default=redhat71
default=win

image=/boot/vmlinuz-242-2BOOT
label=redhat71
read-only
root=/dev/hde8

image=/boot/vmlinuz-249-21
label=redhatEXP
read-only
root=/dev/hde8
initrd=/boot/initrd-249-21img

image=/boot/vmlinuz-2417
label=rh71ker2417
read-only
root=/dev/hde8
initrd=/boot/initrd-2417img

other=/dev/hde1
optional
label=win


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://wwwmandrakestorecom