[Solved in a way] Sendmail as client via smarthost and ssl

2010-11-02 Thread Christopher Illies
On Thu, Oct 28, 2010 at 02:49:34PM +0200, Christopher Illies wrote: >> To send email from my computer at work I need to send through a >> smarthost. <...> After having had no success with sendmail and sasl, I switched to mail/dma and it worked right a

RE: Sendmail as client via smarthost and ssl

2010-11-01 Thread Christopher Illies
>GSSAPI is the "Generic Security Services Application Program Interface" >and NTLM is "NT Lan Manager" -- they are both authentication systems >popular amongst various generations of Microsoft OSes. GSSAPI is >actually based on that old Unix stalwart: Kerberos, and hence is also >fairly popular am

RE: Sendmail as client via smarthost and ssl

2010-11-01 Thread Christopher Illies
>On 29/10/2010 14:49, Christopher Illies wrote: >> >> <...> >> Ok, when I use telnet, this happens: >>> telnet send.ki.se 587 >> Trying 130.xxx.xxx.26... >> Connected to send.ki.se. >> Escape character is '^]'. >> 220 KIMSX09

RE: Sendmail as client via smarthost and ssl

2010-10-29 Thread Christopher Illies
Thanks for your explanations, Vince. It got me one step further (I think). <...> >PLAIN mechanism mean that i'm sending the password/user in plain rather >than using something like DIGEST-MD5 or any of the other possible >mechanisms that can be listed in confAUTH_MECHANISMS in your sendmail >.mc

RE: Sendmail as client via smarthost and ssl

2010-10-29 Thread Christopher Illies
ssl >On 28/10/2010 15:25, Christopher Illies wrote: >>> 2010-10-28 14:49, Christopher Illies: >>>> To send email from my computer at work I need to send through a >>>> smarthost. In the past I had added the line: >>>> >>>> define(`S

RE: Sendmail as client via smarthost and ssl

2010-10-28 Thread Christopher Illies
>On Thu, 2010-10-28 at 14:49 +0200, Christopher Illies wrote: > >> >> define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 >> LOGIN PLAIN')dnl FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl >> >> dnl Set port defin

RE: Sendmail as client via smarthost and ssl

2010-10-28 Thread Christopher Illies
>2010-10-28 14:49, Christopher Illies: >> To send email from my computer at work I need to send through a >> smarthost. In the past I had added the line: >> >> define(`SMART_HOST', `[smpt.ki.se]') > >Brackets are only needed for ipaddresses. > >W

Sendmail as client via smarthost and ssl

2010-10-28 Thread Christopher Illies
To send email from my computer at work I need to send through a smarthost. In the past I had added the line: define(`SMART_HOST', `[smpt.ki.se]') to my mc file, plus some address rewriting for outgoing mail. This has worked for years. Now the mail system has changed and it requires some authent

Re: PDF inventory software

2009-06-08 Thread Christopher Illies
On Mon, Jun 08, 2009 at 05:17:29PM -0400, Daniel Underwood wrote: > I'm looking for a way to manage my personal collection of research > articles. Ideally I'd like some way to keep records on authors, > keywords, journals, and publication years of articles (PDF files) > downloaded onto my local dr

Re: Reinterpret gamepad input as keyboeard input

2008-01-16 Thread Christopher Illies
On Tue, Jan 15, 2008 at 10:48:09PM +1100, Timothy Bourke wrote: > On Jan 15 at 11:58 +0100, Christopher Illies wrote: > > On Mon, Jan 14, 2008 at 10:09:30PM +1100, Timothy Bourke wrote: > > > On Jan 14 at 08:12 +0100, Christopher Illies wrote: > > > > I have a

Reinterpret gamepad input as keyboeard input

2008-01-13 Thread Christopher Illies
I have a gamepad and would like to make certain gamepad actions to be seen as regular keyboard input. Is this possible? I tried out usbhidaction with something like: Generic_Desktop:Game_Pad.Button:Button_1 1 1 /bin/echo -n ls Obviously, this approach does not work as I hoped. "ls" is echoed in a

Re: .login_conf ignored [solved]

2007-05-16 Thread Christopher Illies
On Tue, May 15, 2007 at 06:39:05PM +0200, Ernest Sales wrote: > > > > > On Tue, 15 May 2007 09:14:42 +0200, Christopher Illies wrote: > > > > > > > > > > > The locale settings in my .login_conf are ignored: [...] > > > Try compiling just

Re: .login_conf ignored [solved]

2007-05-15 Thread Christopher Illies
On Tue, May 15, 2007 at 04:36:46PM +0200, Ernest Sales wrote: > On Tuesday, May 15, 2007 1:18 PM, Christopher Illies wrote: > > > On Tue, May 15, 2007 at 12:27:10PM +0200, Ernest Sales wrote: > > > On Tue, 15 May 2007 09:14:42 +0200, Christopher Illies wrote: > > >

Re: .login_conf ignored

2007-05-15 Thread Christopher Illies
On Tue, May 15, 2007 at 12:27:10PM +0200, Ernest Sales wrote: > On Tue, 15 May 2007 09:14:42 +0200, Christopher Illies wrote: > > > The locale settings in my .login_conf are ignored: > > > > ; cat .login_conf > > # $FreeBSD: src/share/skel/dot.login_conf,v 1.3 2001

.login_conf ignored

2007-05-15 Thread Christopher Illies
The locale settings in my .login_conf are ignored: ; cat .login_conf # $FreeBSD: src/share/skel/dot.login_conf,v 1.3 2001/06/10 17:08:53 # ache Exp $ # # see login.conf(5) # me:\ :charset=UTF-8:\ :lang=en_US.UTF-8: ; env | egrep -i 'lang|charset' LANG=en_US.ISO8859-1 MM_CHARSET=is

Re: wine on FreeBSD RELENG_6

2006-11-09 Thread Christopher Illies
On Wed, Nov 08, 2006 at 07:07:37PM +0100, Tore Lund wrote: > Christopher Illies wrote: > > Is anyone successfully running wine emulating Windows 98 on FreeBSD > > 6.X? > > Which programs are you trying to run? I think you have a greater chance > of getting respo

wine on FreeBSD RELENG_6

2006-11-08 Thread Christopher Illies
Is anyone successfully running wine emulating Windows 98 on FreeBSD 6.X? I know that wine used to have problems on FreeBSD and I never got it to run properly with some programs. I now tried again, but without success. Before going through the trouble of trouble-shooting and posting error messages

Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-06 Thread Christopher Illies
On Fri, May 05, 2006 at 08:29:04PM -0500, Eric van Gyzen wrote: > Christopher Illies wrote: > >On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote: > >> Last night , after portsnap(-ping) and trying to recompile the > >> statistical software R from 2.2.1 t

Re: R 2.3.0 fails to compile: undefined reference to `R_running_as_main_program'

2006-05-03 Thread Christopher Illies
On Tue, May 02, 2006 at 09:24:13AM +0100, Vittorio wrote: > Last night , after portsnap(-ping) and trying to recompile the > statistical software R from 2.2.1 to 2.3.0 I get the following: [...] > cc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o -L../.. > /lib -lR > Rmain.o(.text+0x14): In fun

Re: nvidia-driver weirdness

2005-12-01 Thread Christopher Illies
the nvidia > > driver > > > > On Tue, 2005-11-29 at 08:26 +0100, Christopher Illies wrote: > > > On Mon, Nov 28, 2005 at 02:01:02PM -0800, Remington L wrote: > > > > This is a fresh install as of three days ago. I can try NvAGP 0 but > > > > what poi

Re: nvidia-driver weirdness

2005-11-28 Thread Christopher Illies
anc FreeBSD-at-keyslapper-DOT-net > > Fully Funded Hobbyist, KeySlapper Extrordinaire :) > > Please send off-list email to: leblanc at keyslapper d.t net > > Key fingerprint = C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 >

Re: nvidia-driver weirdness

2005-11-28 Thread Christopher Illies
On Sun, Nov 27, 2005 at 10:37:20PM -0800, Remington wrote: > Im sure this is a repeat post or I'm missing something stupid. Xorg > keeps randlonly locking and hard rebooting my machine when the nvidia > xorg driver is loaded. It can keep running for a few minutes, or take a > few hours before the l

Re: Mounting an iPod

2005-10-31 Thread Christopher Illies
On Sun, Oct 30, 2005 at 04:03:02PM +0100, edward wrote: > I rebuilt the kernel with HFS/HFS+ support and it boots and loads OK. May I ask how you got this to work and which FreeBSD version you are using? On my FreeBSD 6.0 system the hfs-freebsd-03p2 port fails to build after printing some warning

Re: Question

2005-10-06 Thread Christopher Illies
On Wed, Oct 05, 2005 at 11:39:19PM -0700, sulie halim wrote: > how can we view/open files in freebsd? e.g write.doc, > write.txt or write.ppt? To just view .doc files from the commandline, you can also try textproc/catdoc. Abiword (editors/abiword) can also edit Word files, but has difficulties w

Re: Recommended AGP Nvidia card?

2005-09-22 Thread Christopher Illies
On Thu, Sep 22, 2005 at 09:29:00AM -0500, Kirk Strauser wrote: > On Thursday 22 September 2005 01:58, you wrote: > > > Have you checked the docs for the nvidia drivers? All geforce series > > should have full, or near full, hardware acceleration since nvidia > > releases there own closed source d

Re: storing make options / interactive configuration

2005-07-20 Thread Christopher Illies
On Tue, Jul 19, 2005 at 10:42:19PM -0400, Rob Paxon wrote: > 3.) Where do you guys prefer to store your make options? I've read > using 'pkgtools.conf', but assume this doesn't effect 'make install', > only portupgrade et al. I use something like the following in my /etc/make.conf: #

Keymapping in X: xterm vs. rxvt

2005-07-07 Thread Christopher Illies
I have some problems with how some programs as sh or dc behave in aterm, but not xterm. About my system: ~%uname -a FreeBSD Klabautermann.ks.se 5.4-STABLE FreeBSD 5.4-STABLE #8: Thu Jun 30 21:18:02 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM i386 With a Swedish keyboard: ~%cat /etc/

Re: abiword (or even Ooo) and more fonts.

2005-06-19 Thread Christopher Illies
On Fri, Jun 17, 2005 at 09:13:56PM -0700, Gary Kline wrote: > > Folks, > > Once upon a time (like when I ran v 4.x) I somehow managed to > have a bunch of ttf-derived fonts that somehow worked with > abiword. Is there anything in x11-fonts that would give me > acces

Re: Cleaning Out Ports?

2005-02-01 Thread Christopher Illies
On Mon, Jan 31, 2005 at 08:32:41PM -0500, Matt LaPlante wrote: > > I know the ports system is designed to install dependencies automatically, > but how does one go about removing them? Say one large package installs > several dependencies, but then later on that package is removed...and now > we'

Re: (no subject)

2005-01-31 Thread Christopher Illies
On Sun, Jan 30, 2005 at 05:32:40PM -0500, [EMAIL PROTECTED] wrote: > My display is to big for the monitor, I only see half of the desk top. How > do I fix this? thanks > > -- You don't give much information ( which FreeBSD, are you using X and a window manager ?),

Re: Typo in: cache-update (portindex) - hangs(?)

2004-12-13 Thread Christopher Illies
> The reason cache-update becomes idle is that it is waiting for input: > specifically, it's waiting for something from which it can determine the > latest changes to your /etc/ports hierarchy. (See the cache-update man > page for more details.) > > In your case, you should just be able to pipe t

Re: Typo in: cache-update (portindex) - hangs(?)

2004-12-13 Thread Christopher Illies
> Thanks for your reply and sorry for the typo. Yes cache-init also took > > a couple of hours on my computer, but when it finished i got the > > command-promt > > back. But I am having problems with cache-update. I include the last > > paragraphs of my original post with the typo corrected: > >

Re: Typo in: cache-update (portindex) - hangs(?)

2004-12-11 Thread Christopher Illies
> > > > The problem I have is now that cache-init seems to >hang: ^^ Sorry, this was a typo: I meant cache-update, not cache-init. > > It took a couple of hours for cache-init to complete on my > K-6/2 450 / 128MB machine at home. You may just want

cache-update (portindex) - hangs(?)

2004-12-10 Thread Christopher Illies
Hi, I am trying to figure out the correct way to use sysutils/p5-FreeBSD-Portindex. From how I understand it, the procedure for updating the ports system would be: to initialise cache, afterwards occasionally : # cache-init then for upating the portstree: # cvsup -g -L 2 ports-supfile # cache-u

Re: mic problems

2004-12-06 Thread Christopher Illies
> I have installed KDE3, aumix and skype ports in my machine. > > When I try to use skype .. it works perfectly ... I can listen the > remote side. > > But the other side cannot listen to me. > > How is possible to do a correct configuration in my microphone ? Did you adjust mic and rec with

annoying dhclient error messages

2004-11-22 Thread Christopher Illies
I recently installed FreeBSD 5.3 on my desktop at work. DHCP was configured with sysinstall (/etc/rc.conf: ifconfig_fxp0="DHCP"), and /etc/dhclient.conf is empty. In fact I do have a good network connection. The problem is that I get the following annoying error messages about every two to five min