Re: Sendmail wants to auth local mails

2009-02-02 Thread Andics László
Richard A Nelson írta: On Sun, 1 Feb 2009, Andics László wrote: DAEMON_OPTIONS(`Name=MSA,Port=submission,Modifiers=aE') Check submit.mc for the msp feature line - you'll want to make sure the port is 25 instead of 587 ... something like: FEATURE(`msp', `[127.0.0.1]', `25')dnl That was the

Re: Sendmail wants to auth local mails

2009-02-01 Thread Richard A Nelson
On Sun, 1 Feb 2009, Andics László wrote: DAEMON_OPTIONS(`Name=MSA,Port=submission,Modifiers=aE') Check submit.mc for the msp feature line - you'll want to make sure the port is 25 instead of 587 ... something like: FEATURE(`msp', `[127.0.0.1]', `25')dnl -- Rick Nelson Ever heard of .c

Re: Sendmail wants to auth local mails

2009-02-01 Thread owens
> > > > Original Message >From: cow...@debian.org >To: laci...@gmail.com >Subject: Re: Sendmail wants to auth local mails >Date: Sat, 31 Jan 2009 12:27:50 -0800 (PST) > >>On Sat, 31 Jan 2009, Andics László wrote: >> >>> I have these two Con

Re: Sendmail wants to auth local mails

2009-02-01 Thread Andics László
Richard A Nelson írta: On Sat, 31 Jan 2009, Andics László wrote: Any Srv_Features lines ? No, my access file is have only those two Connect lines. Ok, what does your DAEMON_OPTOINS line look like, M=a will cause this DAEMON_OPTIONS(`Name=MTA,Port=smtp') DAEMON_OPTIONS(`Name=MSA,Port=submi

Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson
On Sat, 31 Jan 2009, Andics László wrote: Any Srv_Features lines ? No, my access file is have only those two Connect lines. Ok, what does your DAEMON_OPTOINS line look like, M=a will cause this -- Rick Nelson The purpose of having mailing lists rather than having newsgroups is to place a ba

Re: Sendmail wants to auth local mails

2009-01-31 Thread Andics László
Richard A Nelson írta: On Sat, 31 Jan 2009, Andics László wrote: I have these two Connect lines: " Connect:localhostRELAY Connect:gophernet.huRELAY " looks ok I have really no idea what is wrong with this. Anyway, thanks for the answer. Any Srv_Features lines ? No, my access fil

Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson
On Sat, 31 Jan 2009, Andics László wrote: I have these two Connect lines: " Connect:localhostRELAY Connect:gophernet.huRELAY " looks ok I have really no idea what is wrong with this. Anyway, thanks for the answer. Any Srv_Features lines ? -- Rick Nelson Where in the US is Linus?

Re: Sendmail wants to auth local mails

2009-01-31 Thread Andics László
Richard A Nelson wrote: On Fri, 30 Jan 2009, Andics László wrote: The original message was received at Fri, 30 Jan 2009 06:25:17 +0100 from r...@localhost Is localhost in /etc/mail/local-host-names ? and sendmail.mc has FEATURE(`use_cw_file')dnl # local-host-names Yes, it"s

Re: Sendmail wants to auth local mails

2009-01-31 Thread Richard A Nelson
On Fri, 30 Jan 2009, Andics László wrote: The original message was received at Fri, 30 Jan 2009 06:25:17 +0100 from r...@localhost Is localhost in /etc/mail/local-host-names ? and sendmail.mc has FEATURE(`use_cw_file')dnl # local-host-names - The following addresses

Sendmail wants to auth local mails

2009-01-30 Thread Andics László
Hello All! I have a problem with my Sendmail on Debian. We use Fedora for a mail server over the past few years, but we change to a Debian. We have TLS+SMTP AUTH configured fine, and working on Fedora, but in Debian there is a problem, that sendmail wants to auth on local-to-local mails. Mail

Re: exim4 config for local mails and ISP-Mails question

2006-08-15 Thread Raphael Brunner
yeah, now, I'm a step further... if I send a mail to [EMAIL PROTECTED], then exim make a logfile-entry like this: 2006-08-15 11:23:38 1GCv98-0002Pt-0S <= [EMAIL PROTECTED] U=raphael P=local S=471 [EMAIL PROTECTED] 2006-08-15 11:23:38 1GCv98-0002Pt-0S ** |IFS=' ' && exec /usr/bin/procmail || exi

Re: exim4 config for local mails and ISP-Mails question

2006-08-14 Thread George Borisov
Raphael Brunner wrote: > > No my problem: since I setup the system exim as smarthost (with > dpkg-reconfigure exim4-config) I don't become my local mails and those > of root also. "dpkg-reconfigure exim4-config" will ask you a question about which destinations (i.e.

exim4 config for local mails and ISP-Mails question

2006-08-13 Thread Raphael Brunner
(with dpkg-reconfigure exim4-config) I don't become my local mails and those of root also. I know to less about exim, the debian-std-mail-way etc, to solve this problem. I also don't know wich conf-files could be of interest to debug this problem. Does anyone know what this could be? PS:

Re: Local mails are not delivered

2004-01-04 Thread Uwe Pross
Uwe Pross wrote: > I use a dailup connection. At my old linux system I had a > local sendmail daemon which delivers "outgoing" mails when > executing "sendmail -q". The local sendmail daemon puts all > outgoing mail in a queue and keeps them until "sendmail -q" > is executed. For receiving ma

Re: Local mails are not delivered

2003-12-27 Thread Uwe Pross
s always the problem is sitting in front of the keyboard ;-) Since I copied a my home directory from my old suse system I inherited an old ~/.procmailrc for the local user. I have adaped this file and local mails are now delivered as expected. > Post some logs too, and maybe a sendmail exper

Re: Local mails are not delivered

2003-12-19 Thread Derrick 'dman' Hudson
talled sendmail which handles | a mail queue at least. The log file said that there is a problem with | procmail which reported that the local user does not exists. So for | some reason procmail does not recognize local users. Sendmail places | therefore local mails in the outgoing queue. I see. Wha

Re: Local mails are not delivered

2003-12-19 Thread Rus Foster
> > Does procmail need a system wide config. I had a look on my box there > is not file /etc/procmail. Maybe I should create one. You can create a ~/.procmailrc and setup LOGGING to keep an eye on what it is doing Rus -- w: http://www.jvds.com | JVDS Virtual Servers e: [EMAIL PROTECTED]|

Re: Local mails are not delivered

2003-12-19 Thread Uwe Pross
there is a problem with procmail which reported that the local user does not exists. So for some reason procmail does not recognize local users. Sendmail places therefore local mails in the outgoing queue. I "reinstalled" procmail with no changes. Does procmail need a system wide confi

Re: Local mails are not delivered

2003-12-15 Thread Derrick 'dman' Hudson
On Mon, Dec 15, 2003 at 09:00:36AM +, Uwe Pross wrote: | Mark Schouten schrieb am 08.12.03 17:30: | | > Which mailserver are you using? | | First I used sendmail and have istalled exim now (sendmail is | uninstalled). I use the init script under /etc/init.d/exim. When | I start this script i

Re: Local mails are not delivered

2003-12-15 Thread Uwe Pross
Hallo NG, Mark Schouten schrieb am 08.12.03 17:30: > Which mailserver are you using? First I used sendmail and have istalled exim now (sendmail is uninstalled). I use the init script under /etc/init.d/exim. When I start this script it simply hangs. I try to post my config soon. Uwe -- ,_,

Re: Local mails are not delivered

2003-12-08 Thread Mark Schouten
On Mon, Dec 08, 2003 at 01:51:12PM +, Uwe Pross wrote: >SNIP< > Has anyone an idea where to look at to solve this problem? Which mailserver are you using? Try emailing your config here, (without all the comments) and try checking 'local_domains' (if you're using exim). Mark -- To UNSUB

Local mails are not delivered

2003-12-08 Thread Uwe Pross
Hi there, After a while I got sarge sucessfully running. Everything seems to work except that local mails to users do not reach the users mail folder /var/spool/mail/ nor /var/mail/. Mails to root where stored in /var/spool/mail/root. Mails to local users are placed in the outgoing mail queue

Re: Local Mails

1998-10-15 Thread Mark Wagnon
Phillip Neumann wrote: > > Hello, > [...] > > PD: can you recommend me a menu email reader/sender for console?? > > PD: i have installed smail, mailx, elm. > I can't really help you out with the config stuff (as I'm smail and sendmail challenged, and that's why I use netscape), but I've us

Local Mails

1998-10-15 Thread Phillip Neumann
Hello, I know this is a boried typical question, but i have troubles. I want to email to [EMAIL PROTECTED] . So i type: mail -v guest, and i get this: [EMAIL PROTECTED] ~ --> mail guest -v Subject: asdasd asd Cc: write_log:Received FROM:filsin PROGRAM:send-mail SIZE:91 director smart_user: