Re: Exim4 and authentication

2007-08-23 Thread Mauro Sacchetto
Celejar wrote: > Is that the entire (relevant part of the) log? Yes! > Try (as root) 'exim -qff' to force exim to start a queue runner and > check the log. 2007-08-24 00:22:45 1IOL4e-0003NO-Nl == [EMAIL PROTECTED] R=dnsl

Re: msmtp (and mutt)

2007-08-23 Thread Mauro Sacchetto
My provider uses unencrypted transmission of data... But: finally I found the solution: the right line is not auth on but auth login "Auth on" leaves to msmtp to find the most sicure method, so it thinks that LOGIN is not sicure and doesn't send... With le right line, I force msmtp to use the LOGIN

msmtp (and mutt)

2007-08-23 Thread Mauro Sacchetto
I tried to configure msmtp for mutt My: ~/.msmtprc: == account tele2 host smtp.tele2.it port 587 from [EMAIL PROTECTED] auth on user password tls off == and in .muttrc:

Re: Exim4 and authentication

2007-08-22 Thread Mauro Sacchetto
Celejar wrote: > Please post the exim log (/var/log/exim/mainlog). debian:~# cat /var/log/exim4/mainlog 2007-08-22 22:27:59 1INwo3-0002Kf-DI <= [EMAIL PROTECTED] U=samiel P=local S=770 [EMAIL PROTECTED] 2007-08-22 22:27:5

Exim4 and authentication

2007-08-21 Thread Mauro Sacchetto
My new provider requests authentication to send mail, so I found a problem with exim4 / mutt. For the port to send mail is 587, I put the line nel configurare exim4 smtp.tele2.it::587 configuring exim4. In in /etc/exim4/passwd.client I put: smtp.tele2.it:*login*:*password* and in /etc/exim4/exim4.c

ffmpeg and unsupported codex

2007-07-15 Thread Mauro Sacchetto
I made this process a lot of times. Now, the command: ffmpeg -i film.avi -target dvd film.mpg stops immediatly with the following message: Unsupported codec for output stream #0.0 I use Debian Sid. I don't know if som

Re: Mount problem for an external USB hard drive

2007-05-07 Thread Mauro Sacchetto
Raffaele Morelli wrote: > So the device is mounted but you can not read it. If yes look at > /etc/fstab and see if umask is set for your /dev/sda* devices, setting > umask=022 for the mount point should work. No, because I'm using automount, so the entry cannot be in fstab. I edited /etc/pmount.al

Mount problem for an external USB hard drive

2007-05-07 Thread Mauro Sacchetto
I've a new error when I connect an external USB hard drive. A message tells me: === hal-storage-fixed-mount refused uid 1000 === So, the user (usar samiel:group samiel, uid 1000) cannot see the device. That user is present in plugdev group and in ha

Re: Aptitude, upgrade and pinning

2007-04-22 Thread Mauro Sacchetto
Daniel Burrows wrote: > Could you quote what aptitude actually output? debian:~# aptitude install -f kde/unstable Lettura della lista dei pacchetti in corso... Fatto Generazione dell'albero delle dipendenze in corso... Fatto Lettura delle informazioni sullo stato esteso Inizializzazione dello st

Aptitude, upgrade and pinning

2007-04-22 Thread Mauro Sacchetto
I'd like to upgrade some packages from testing to unstable My configuration is the following one: == [EMAIL PROTECTED]:~$ cat /etc/apt/sources.list # Lenny [Testing] deb http://ftp.it.debian.org/debian/ testing main contrib non-free deb-src http://ftp.it.deb

Re: SOLVED - Re: Updated Sid today, xorg cannot find "nvidia" driver

2007-04-22 Thread Mauro Sacchetto
Ron Johnson wrote: > # NVIDVER=1.0-9755 > # sh NVIDIA-Linux-x86-$NVIDVER-pkg1.run \ > --x-module-path=`X -showDefaultModulePath 2>&1 | cut -d, -f1` \ > --x-library-path=`X -showDefaultLibPath 2>&1` I had the same trouble. In any case, I think it's a not normal situation... It's a bug! M.

mlDonkey and DNS resolution

2007-04-03 Thread Mauro Sacchetto
I installed the last version of mlDonkey in Sid. At startup I receive this message: == Welcome to MLDonkey 2.8.4 DNS resolution does not work == I read that this was a old bug, resolved from some time. However,

Re: mutt, fetchmail & procmail on Sid

2007-03-25 Thread Mauro Sacchetto
Allan Wind wrote: > procmail creates mailboxes on the fly if they are not present. If none > of your rules matched one of its delivery targets, then it uses $DEFAULT > as your final target. > mailboxes are not deleted by either procmail or mutt. > mutt reads its configuration file upon start-up, p

Re: mutt, fetchmail & procmail on Sid

2007-03-25 Thread Mauro Sacchetto
Allan Wind wrote: > You should escape dots (\.) so it means what you expect. Double check > that there is a canned ^FROM expression (opposed to ^FROM_DAEMON); > perhaps use something like this instead: [cut] Thax for your help. There are some syntactical mistakes in my configuration files. Now it

mutt, fetchmail & procmail on Sid

2007-03-24 Thread Mauro Sacchetto
Mutt + fetchmail works fine, but I've a problem with procmail. My configuration is the following one: .fetchmailrc === set postmaster "samiel" set bouncemail poll alice via "in.alice.it" timeout 60 with proto POP3 auth password user "[EMAIL PRO