Re: Mozila Thunderbird and local mail

2003-12-01 Thread Jonas Manalive
  Is it possible to use Mozilla Thunderbird email client to receive
  from your local /var/mail/username like kmail/evolution/sylpheed
  can? Or does one have to use procmail to deliver them into
  thunderbird's directory?

 I don't think Thunderbird-0.3 has support for movemail accounts, but
 the next release should.  I've looked at Mozilla 1.6a, and it does
 have movemail support.

That was the word I was looking for. After searching google, it seems 
that Thunderbird does have it, although not accessible from gui setup. 
Here's the website (with warnings!): http://www.mozilla.org/mailnews/
movemail/

Instructions:



Since there is no UI to set up a new movemail account, you have to 
either:

1) set it up internal movemail in 4.x and migrate that profile to 
mozilla

or

2a) in mozilla create a pop account
2b) exit, edit prefs.js and change the server type from pop3 to 
movemail.

Example, change

user_pref(mail.server.server6.type, pop3);
to
user_pref(mail.server.server6.type, movemail);

2c) start back up.

--

I changed and loaded up my thunderbird again. Unfortunately another 
error popped up:

---

Unable to create lock file /var/mail/navigator.lock. For movemail to 
work, it is necessary to create lock files in the mail spool directory. 
On many systems, this is best accomplished by making the spool 
directory be mode 01777.

---

Now I am searching for more information on this to try on my freebsd/
postfix setup. If anyone knows what this means and what I need to do, 
please do let me know.

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Top

2003-11-30 Thread Jonas Manalive
Hello,

I have not been able to get wmtop working (it installs just fine, but no 
output, the screen is just blank and shows no activities). I also found 
gkrelltop2, but haven't been able to get it working either. Same blank 
screen. I can't pinpoint the problem. Has anyone been able to get 
either working? 

Another idea I had was similar to xrootconsole/roottail for printing out 
logs on root window, but in this one I would like to run top on my root 
window (so that it is viewable on all workspaces). Is that possible?

Let me know if it is possible or that there is such program/script or 
that I am out of my mind. :)

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Gstreamer-plugins

2003-11-30 Thread Jonas Manalive
Hello, 

In installing gstreamer-plugins, I activated all plugins within the 
Makefile. The output is as below:

... long list of added plugin...
rebuilding user_registry
loaded 122 plugins with 296 features
Abort trap (core dumped)
*** Error code 134
 
Stop in /usr/ports/multimedia/gstreamer-plugins.


Then I used the gdb to trace the gst-register.core:

# gdb gst-register gst-register.core
... long list of reading and loading symbols
Reading symbols from /usr/libexec/ld-elf.so.1...done.
Loaded symbols for /usr/libexec/ld-elf.so.1
#0  0x283dc3e3 in kill () from /usr/lib/libc.so.5
--

Some time ago I remembered on the list (on questions@ or gnome@) someone 
said that one of the plugins conflicted with another. I can't find it 
in my search of archives. Does anyone remember what plugin I need to 
comment out in reinstalling gstreamer-plugins? I could be wrong and 
this error could be something else, what can I do?

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mozila Thunderbird and local mail

2003-11-30 Thread Jonas Manalive
Hello,

Is it possible to use Mozilla Thunderbird email client to receive from 
your local /var/mail/username like kmail/evolution/sylpheed can? Or 
does one have to use procmail to deliver them into thunderbird's 
directory?

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gstreamer-plugins - update

2003-11-30 Thread Jonas Manalive
Update - I forgot to do a backtrace and I was able to find out that it 
was the avifile that was causing the gst-register (for 
gstreamer-plugins) to crash at end of installation. After uninstalling 
avifile, gstreamer-plugins installed just fine. Who should I send this 
bug report to? To portmaintainer or to gstreamer developers?

Best regards,

Jonas

On Sunday 30 November 2003 13:56, Jonas Manalive wrote:
 Hello,

 In installing gstreamer-plugins, I activated all plugins within the
 Makefile. The output is as below:
 
 ... long list of added plugin...
 rebuilding user_registry
 loaded 122 plugins with 296 features
 Abort trap (core dumped)
 *** Error code 134

 Stop in /usr/ports/multimedia/gstreamer-plugins.
 

 Then I used the gdb to trace the gst-register.core:
 
 # gdb gst-register gst-register.core
 ... long list of reading and loading symbols
 Reading symbols from /usr/libexec/ld-elf.so.1...done.
 Loaded symbols for /usr/libexec/ld-elf.so.1
 #0  0x283dc3e3 in kill () from /usr/lib/libc.so.5
 --

 Some time ago I remembered on the list (on questions@ or gnome@)
 someone said that one of the plugins conflicted with another. I can't
 find it in my search of archives. Does anyone remember what plugin I
 need to comment out in reinstalling gstreamer-plugins? I could be
 wrong and this error could be something else, what can I do?

 Best regards,

 Jonas

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Xine/Mplayer

2003-11-28 Thread Jonas Manalive
Hello,

Whenever I play a video with either program and the video ends, it 
correclty closed the window automatically, but my cpu goes crazy. I had 
to kill -9 them.

I don't know what it is called so I can search on google. I want to look 
for what is causing that so I can compile them without certain options 
(i.e., arts, aalib, libungif, etc.). I want to see if it is the options 
or the program itself that is causing high cpu.

Is there a way I can get the output and examine them? Running them from 
console doesn't show anything. It just refuses to return to prompt.

Thanks!

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mldonkey/xmule

2003-11-26 Thread Jonas Manalive
Yeah, I checked that out, to no success. :(

I will use the forum, thank you for your help.

I am not using the firewall now, but will try that if I don't get it
working soon.

As the last time I got it running on my old computer, I didn't touch the
default settings and mldonkey connected to servers with no problem. Now,
with a new computer and fresh installation of 5.1, I cannot get it
connected to servers. I can see that it tries to connect, but kept
getting timed out or lose connection.

Thanks anyway! 

Kind regards,

Jonas

On Tue, 2003-11-25 at 17:09, Alex de Kruijff wrote:
 On Tue, Nov 25, 2003 at 04:56:11PM -0800, Jonas Manalive wrote:
  Hello,
  
  I cannot figure out why neither mldonkey and xmule would connect. I am
  using 5.1, cvsupped and make world yesterday. I have a router, but no
  firewall (yet). I tried to google and see where I can pinpoint the
  problem.
  
  Few months ago, I was able to run with no problems on my older computer.
  I changed my motherboard and router for the new one with fresh install
  of 5.1. 
  
  Anyone willing to help me/advise me or point me to websites for
  troubleshooting?
 
 This website is mldonkey orientated and has forum:
 http://mldonkey.berlios.de/
 
 You may also make sure that you forward some port to you computer. This
 FAQ has a topic about firewall that show you what ports to forward.
 http://mldonkey.berlios.de/modules.php?name=Wikipagename=FAQs

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mldonkey/xmule

2003-11-26 Thread Jonas Manalive
I finally figured it out, first, I had to figure out how to configure
the port forwarding in my router (netgear) and then delete the
servers.ini file and restarted mldonkey. Now it is working! Thanks
everyone!

Best regards,

Jonas

On Wed, 2003-11-26 at 07:34, Alex de Kruijff wrote:
 Dear,
 
 Jonas, I bounced you responce to [EMAIL PROTECTED] and cc that list in
 to my reply. I have moved you text to the bottum becuase this can be
 better read as stand alone mail.
 
 On Tue, Nov 25, 2003 at 05:49:49PM -0800, Jonas Manalive wrote:
  On Tue, 2003-11-25 at 17:09, Alex de Kruijff wrote:
   On Tue, Nov 25, 2003 at 04:56:11PM -0800, Jonas Manalive wrote:
Hello,

I cannot figure out why neither mldonkey and xmule would connect. I am
using 5.1, cvsupped and make world yesterday. I have a router, but no
firewall (yet). I tried to google and see where I can pinpoint the
problem.

Few months ago, I was able to run with no problems on my older computer.
I changed my motherboard and router for the new one with fresh install
of 5.1. 

Anyone willing to help me/advise me or point me to websites for
troubleshooting?
   
   This website is mldonkey orientated and has forum:
   http://mldonkey.berlios.de/
   
   You may also make sure that you forward some port to you computer. This
   FAQ has a topic about firewall that show you what ports to forward.
   http://mldonkey.berlios.de/modules.php?name=Wikipagename=FAQs
  
  Yeah, I checked that out, to no success. :(
  
  I will use the forum, thank you for your help.
  
  I am not using the firewall now, but will try that if I don't get it
  working soon.
  
  As the last time I got it running on my old computer, I didn't touch the
  default settings and mldonkey connected to servers with no problem. Now,
  with a new computer and fresh installation of 5.1, I cannot get it
  connected to servers. I can see that it tries to connect, but kept
  getting timed out or lose connection.
 
 What I meant was that you router (NAT?) acts the same way as a firewall
 seen from the point of view of a computer on the internet. Enabling the
 firewall will not solve your problem. It only makes you system more
 secure.
 
 I didn't find the page I wanted to show you. This is the one with all
 the ports. You wan't to forward these to your own computer.
 
 (Firewall) Which ports are used by MLDonkey ?
 http://mldonkey.berlios.de/modules.php?name=Wikipagename=Ports
 
 I've seen the result from another computer and didn't start a
 thread becuase I already had forwarded the ports to another computer. So
 I'll be watching your thread. Others may find it helpfull to. Could you
 send a link?

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Starting new entries in /etc/rc.conf

2003-11-26 Thread Jonas Manalive
Check /usr/local/etc/postfix/main.cf

I believe it should be:

mydestination = $myhostname, localhost.$mydomain $mydomain

I had the same problem, I changed to include this and set also
myhostname, mydomain and myorigin. Now it is working perfectly!

Best regards,

Jonas

On Wed, 2003-11-26 at 03:21, Bill Schoolcraft wrote:
 Hello Family,
 
 I recently whacked the default outgoing mail process on my
 FreeBSD-4.8 system and could no longer send mail with Pine using
 localhost although I could in fact send mail with the command:
 
 mail -s mail test [EMAIL PROTECTED]
 
 So I went into /usr/ports/postfix-current and did an install and
 at the end the instructions were to add the following to
 /etc/rc.conf
 
 
 sendmail_enable=YES
 sendmail_flags=-bd
 sendmail_outbound_enable=NO
 sendmail_submit_enable=NO
 sendmail_msp_queue_enable=NO
 
 
 Now, I see basicall the command of `sendmail -bd` nested in the
 above settings but I'm not quite sure about the other three.
 
 In other words, how would you correctly source the
 /etc/rc.conf file if you can at all or is this file only meant
 to be referenced at boot time?
 
 Thanks
 
 --
 |--Word-Wrap-At-72-Please--|
 Bill Schoolcraft
 PO Box 210076 -o)
 San Francisco CA 94121 /\
 UNIX, A Way Of Life._\_v
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sending logs by mail locally

2003-11-25 Thread Jonas Manalive
Hello,

Now I am able to use fetchmail/procmail/postfix to send/receive emails
from external server on internet. However, I have some scripts and cron
jobs that send mails to root, which in /etc/aliases I have set up to
send to me as the sole user of this computer.

/etc/aliases
(among other things by default)
root:   manalive

I have not been able to verify whether mails are being sent locally as I
am not receiving anything at root or at my user account.
/var/log/maillog doesn't say anything. I must have missed a
configuration somewhere where I can set up so I can mail locally.

Any advices?

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mldonkey/xmule

2003-11-25 Thread Jonas Manalive
Hello,

I cannot figure out why neither mldonkey and xmule would connect. I am
using 5.1, cvsupped and make world yesterday. I have a router, but no
firewall (yet). I tried to google and see where I can pinpoint the
problem.

Few months ago, I was able to run with no problems on my older computer.
I changed my motherboard and router for the new one with fresh install
of 5.1. 

Anyone willing to help me/advise me or point me to websites for
troubleshooting?

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonas Manalive
Hello,

I am having terrible time trying to figure out why I can't get any
emails. I used to be able to receive them before, but since reinstalling
FreeBSD (new harddrive), I am not able to get any emails again. I am
using FreeBSD 5.1 - standalone computer with me as the sole user. With
postfix, I want to use fetchmail to fetch mails and procmail to deliver
them and spamassassin to examine them. I want the procmail/postfix to
send them to /var/mail/manalive. Here are the configurations
(username/password changed of course :) ) and let me know where I am
doing wrong. There is no procmail.log file. I have stopped, started, and
reloaded the postfix after configuring. Any other configurations you
need to see, please let me know!

Thanks!

Jonas

--
.fetchmailrc
-
set logfile /home/manalive/Logs/fetchmail.log
set postmaster manalive
set no bouncemail

# Poll at 15 minute intervals
set daemon 900

poll pop.mail.com
proto POP3
user [EMAIL PROTECTED]
pass password
is manalive here
fetchall
no keep
poll pop.mail.com
proto POP3
user [EMAIL PROTECTED]
pass password
is manalive here
no fetchall
keep

--
.forward
-
|IFS=' '  p=/usr/local/bin/procmail  test -f $p  exec $p -Yf- ||
exit 75 manalive

---
.procmailrc

SHELL=/bin/sh
PATH=/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/usr/games
DEFAULT=/var/mail/manalive
LOGFILE=/home/manalive/Logs/procmail.log
VERBOSE=YES
 
:0fw: spamassassin.lock
*  100
| spamassassin

---
fetchmail.log
--
fetchmail: starting fetchmail 6.2.5 daemon
fetchmail: 6.2.5 querying pop.mail.com (protocol POP3) at Sun Nov 23
13:12:33 2003: poll started
fetchmail: POP3 +OK MAIL POP3 StreamProxy ready
[EMAIL PROTECTED]
fetchmail: POP3 CAPA
fetchmail: POP3 -ERR Unknown command.
fetchmail: Unknown command.
fetchmail: Repoll immediately on [EMAIL PROTECTED]@pop.mail.com
fetchmail: POP3 +OK GMX POP3 StreamProxy ready [EMAIL PROTECTED]
fetchmail: POP3 USER [EMAIL PROTECTED]
fetchmail: POP3 +OK May I have your password, please?
fetchmail: POP3 PASS *
fetchmail: POP3 +OK mailbox has 326 messages (1419792 octets)
fetchmail: POP3 STAT
fetchmail: POP3 +OK 326 1419792
fetchmail: 326 messages for [EMAIL PROTECTED] at pop.mail.com (1419792
octets).
fetchmail: POP3 LIST 1
fetchmail: POP3 +OK 1 4551
fetchmail: POP3 RETR 1
fetchmail: POP3 +OK message follows
fetchmail: reading message [EMAIL PROTECTED]@pop.mail.com:1 of 326 (4551
octets)
fetchmail: smtp listener protocol error
fetchmail: terminated with signal 15
fetchmail: starting fetchmail 6.2.5 daemon
fetchmail: 326 messages for [EMAIL PROTECTED] at pop.mail.com (1419792
octets).
fetchmail: reading message [EMAIL PROTECTED]@pop.mail.com:1 of 326 (4551
octets) fetchmail: SMTP connect to localhost failed
fetchmail: SMTP transaction error while fetching from pop.mail.com
fetchmail: Query status=10 (SMTP)
fetchmail: 1 message for [EMAIL PROTECTED] at pop.mail.com (26611 octets).
fetchmail: reading message [EMAIL PROTECTED]@pop.mail.com:1 of 1 (26611
octets) fetchmail: SMTP connect to localhost failed
fetchmail: SMTP transaction error while fetching from pop.mail.com

---
main.cf for postfix (with #lines removed)

soft_bounce = no
queue_directory = /var/spool/postfix
command_directory = /usr/local/sbin
daemon_directory = /usr/local/libexec/postfix
mail_owner = postfix
myhostname = ancient.mariner.sea
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain
unknown_local_recipient_reject_code = 450
alias_maps = dbm:/etc/aliases
home_mailbox = Mailbox
mail_spool_directory = /var/mail
mailbox_command = /usr/local/bin/procmail
debug_peer_level = 2
sendmail_path = /usr/local/sbin/sendmail
newaliases_path = /usr/local/bin/newaliases
mailq_path = /usr/local/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/local/man
sample_directory = /usr/local/etc/postfix
readme_directory = no

--
rc.conf 

hostname=ancient.mariner.sea
ifconfig_vr0=DHCP
ipv6_enable=YES
kern_securelevel_enable=NO
saver=daemon
sendmail_enable=NONE
sshd_enable=YES
usbd_enable=YES
linux_enable=YES
inetd_enable=NO

--
/etc/aliases
---
[among other things... I have included]
root: manalive
postfix: root

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Postfix/procmail/fetchmail/spamassassin setup

2003-11-23 Thread Jonas Manalive
 could you please verfiy your postfix configuration using `postfix
 check'? Perhaps this will show some errors.

No errors.

 Other hints: Check /var/log/maillog (and post some lines from the tail
 if you still can fix your problem).

A'ha! What do I do here to fix this? (I think I should have changed the
alias database from alias_maps = dbm:/etc/aliases to alias_maps =
hash:/etc/aliases - or should that be nis or netinfo?) Here is the
output:
--
Nov 23 14:44:12 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81358 exit status 1
Nov 23 14:44:12 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:45:12 ancient postfix/smtpd[81362]: fatal: unsupported
dictionary type: dbm
Nov 23 14:45:13 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81362 exit status 1
Nov 23 14:45:13 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:46:13 ancient postfix/smtpd[81363]: fatal: unsupported
dictionary type: dbm
Nov 23 14:46:14 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81363 exit status 1
Nov 23 14:46:14 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling
Nov 23 14:47:14 ancient postfix/smtpd[81367]: fatal: unsupported
dictionary type: dbm
Nov 23 14:47:15 ancient postfix/master[69957]: warning: process
/usr/local/libexec/postfix/smtpd pid 81367 exit status 1
Nov 23 14:47:15 ancient postfix/master[69957]: warning:
/usr/local/libexec/postfix/smtpd: bad command startup -- throttling



 Is the postfix daemon listening on port 25? Are you able to telnet
 there:
 
 % telnet localhost 25

Telnet'd with no problems.

 Simon

Best regards,

Jonas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]