Re: sendmail als secondary MX fr mehrere Domains benutzt ISP SMART_HOST

2004-07-14 Thread Joerg Friedrich
Christian Schulte schrieb am Mittwoch, 14. Juli 2004 um 21:57:33 +0200:
 Hallo,
 
 ich habe da ein Problem mit dem SMTP-Server  meines ISPs. Ich wähle mich 
 über DSL ein. Der Rechner ist permanent online. Ich betreibe auf dem 
 Rechner einen secondary MX mit Sendmail für meine privaten Domains. Für 
[...]
 secondary eine Fehlermeldung an postmaster schickt, in der dann sowas 
 wie too many hops drinsteht. Daher:
 Ist der MTA von meinem ISP falsch konfiguriert?

Nein, _Dein_ Secondary-MX ist falsch konfiguriert!
Was soll der MTA bei Deinem ISP denn machen? Er bekommt eine Mail an
eine Deiner Domains. Also schickt er bei nicht erreichen des höchsten MX
an den nächsten. Du kannst nicht versuchen den MTA deines Providers als
zwischenspeicher zu benutzen.

_Dein_ Secondary darf Mails, für der er selbst als MX eingetragen ist,
niemals einfach an einen Smarthost schicken.

 Ist mein gewünschtes 
 Setup prinzipbedingt nicht möglich ? 

Natürlich ist das möglich, Du musst nur Deinem Secondary sagen, daß er
Die Mails an Deine Domains nicht an den Smarthost, sondern direkt an
Deinen Primary schickt. Definiere ein sauberes Routing.

 Wie konfiguriere ich sendmail als 
 secondary und lasse es zusätzlich einen SMART_HOST benutzen ohne das der 
 Ausfall des primary zu diesem Verhalten führt ?

Keine Ahnung, hier nix sendmail, postfix kann ich helfen :-)

-- 
Jörg Friedrich

There are only 10 types of people:
Those who understand binary and those who don't.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: sendmail als secondary MX fr mehrere Domains benutzt ISP SMART_HOST

2004-07-14 Thread Christian Schulte
Joerg Friedrich wrote:
Christian Schulte schrieb am Mittwoch, 14. Juli 2004 um 21:57:33 +0200:
 

Hallo,
ich habe da ein Problem mit dem SMTP-Server  meines ISPs. Ich wähle mich 
über DSL ein. Der Rechner ist permanent online. Ich betreibe auf dem 
Rechner einen secondary MX mit Sendmail für meine privaten Domains. Für 
   

[...]
 

secondary eine Fehlermeldung an postmaster schickt, in der dann sowas 
wie too many hops drinsteht. Daher:
Ist der MTA von meinem ISP falsch konfiguriert?
   

Nein, _Dein_ Secondary-MX ist falsch konfiguriert!
 

Das hab ich mir fast gedacht.
Ist mein gewünschtes 
Setup prinzipbedingt nicht möglich ? 
   

Natürlich ist das möglich, Du musst nur Deinem Secondary sagen, daß er
Die Mails an Deine Domains nicht an den Smarthost, sondern direkt an
Deinen Primary schickt. Definiere ein sauberes Routing.
 

Das ist das Stichwort. Das, was ich da mache, macht beim zweiten 
Hinsehen wirklich keinen Sinn. Vielen Dank für das auf die Sprünge helfen.

--
Christian
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: SMTP AUTH En Sendmail, Ayuda please!!!

2004-07-12 Thread Gotzon Astondoa
Hola:

Suponiendo que Sendmail ya funcione bien estos son los pasos que seguí
yo:

Instalar la versión 2 de SASL:

# apt-get install sasl2-bin



Crear directorio:

# mkdir /etc/mail/sasl



Lanzar configurador de Sendmail:



urano:/etc/mail# sendmailconfig



Configure sendmail with the existing /etc/mail/sendmail.conf? [Y] y

Reading configuration from /etc/mail/sendmail.conf.

Validating configuration.

Writing configuration to /etc/mail/sendmail.conf.

Writing /etc/cron.d/sendmail.

Configure sendmail with the existing /etc/mail/sendmail.mc? [Y] y

Updating sendmail environment ...



Checking for installed MDAs...

chown: getting attributes of `/etc/mail/smrsh': No such file or directory



Created template file /etc/mail/sasl/sasl.m4

Edit this file if you wish to change the default SASL setup.



Ah, you're setup with SASL2 !



Unfortunately, there is no automagic way to migrate to /etc/sasldb2 :(



You'll want to make sure /etc/default/saslauthd is setup to start,

and has at least MECHANISMS=pam !



If you find out what more is needed, please let me know!



To enable sendmail to use SASLS, you need to:

1) Add this line to /etc/mail/sendmail.mc and optionally

   to /etc/mail/submit.mc:

  include(`/etc/mail/sasl/sasl.m4')dnl

2) Run sendmailconfig

3) Restart sendmail



SASL2 is now minimally setup, there are a few ways to handle users:

   *) Allow only shell users (default)

  You're all set, nothing else to do !

   *) Allow users other than shell

  Add users via /usr/sbin/saslpasswd2 and make sure that the

  realm you used matches what your users specify in their

  netscape/outlook/mutt/etc profiles.



If you need to authorize sendmail as a sender, also update

/etc/mail/default-auth-info and rerun /usr/share/sendmail/update_auth.





Creating/Updating SSL(for TLS) information

cp: cannot create regular file `/etc/mail/tls/starttls.m4': No such file or
directory

Adding DOMAIN(debian-mta) to /etc/mail/sendmail.mc

Checking {sendmail,submit}.mc and related databases...

Creating /etc/mail/databases...

Creating /etc/mail/databases...

Creating /etc/mail/Makefile...

Reading configuration from /etc/mail/sendmail.conf.

Validating configuration.

Writing configuration to /etc/mail/sendmail.conf.

Writing /etc/cron.d/sendmail.

Disabling HOST statistics file(/var/lib/sendmail/host_status).

Creating /etc/mail/sendmail.cf...

*** WARNING: FEATURE(`relay_mail_from') may cause your system to act as open

relay.  Use SMTP AUTH or STARTTLS instead.

/etc/mail/sendmail.mc:34: m4: Cannot open
/usr/share/sendmail/cf/feature/relay_local_domain.m4: No such file or
directory



Creating /etc/mail/submit.cf...

/etc/mail/submit.mc:18: m4: Cannot open /usr/share/sendmail-cf/m4/cf.m4: No
such file or directory



Informational: confCT_FILE no data: /etc/mail/trusted-users

Updating /etc/mail/access...

Updating /etc/mail/mailertable...

Updating /etc/mail/virtusertable...

Updating /etc/mail/aliases...

/etc/mail/aliases: 15 aliases, longest 13 bytes, 211 bytes total



Warning: These messages were issued while creating sendmail.cf

make sure they are benign before starting sendmail!



Errors in generating sendmail.cf

*** WARNING: FEATURE(`relay_mail_from') may cause your system to act as open

relay.  Use SMTP AUTH or STARTTLS instead.

/etc/mail/sendmail.mc:34: m4: Cannot open
/usr/share/sendmail/cf/feature/relay_local_domain.m4: No such file or
directory

Errors in generating submit.cf

/etc/mail/submit.mc:18: m4: Cannot open /usr/share/sendmail-cf/m4/cf.m4: No
such file or directory



Reload the running sendmail now with the new configuration? [Y] n



Editar el fichero de configuración de Sendmail:

# vi /etc/mail/sendmail.mc

Añadir al fichero la siguiente línea:

 include(`/etc/mail/sasl/sasl.m4')dnl





 Editar el fichero de autenticación de sasl:

# vi /etc/default/saslauthd

Y hacer que quede como sigue:

# This needs to be uncommented before saslauthd will be run automatically

 START=yes



# You must specify the authentication mechanisms you wish to use.

# This defaults to pam for PAM support, but may also include

# shadow or sasldb, like this:

# MECHANISMS=pam shadow



MECHANISMS=pam



Arrancar el demonio sasl:

# /etc/INIT.d/saslauthd start



Lanzar configurador de Sendmail:

urano:/etc/mail# sendmailconfig



Se puede comprobar que realmente funciona del siguiente modo:

#telnet localhost 25

Trying 127.0.0.1...

Connected to localhost.

Escape character is '^]'.

220 urano.conetion.com ESMTP Sendmail 8.12.11/8.12.11; Mon, 5 Jul 2004
16:01:53 +0200

ehlo asier

250-urano.conetion.com Hello localhost [127.0.0.1], pleased to meet you

250-ENHANCEDSTATUSCODES

250-PIPELINING

250-8BITMIME

250-SIZE

250-DSN

250-ETRN

250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN

250-DELIVERBY

250 HELP

quit

221 2.0.0 urano.conetion.com closing connection

Connection closed by foreign host.



La línea que debe salir es: 250-AUTH DIGEST-MD5 CRAM-MD5 PLAIN LOGIN

Re: SMTP AUTH En Sendmail, Ayuda please!!!

2004-07-10 Thread Erick Lopez Carreon
On Fri, 2004-07-09 at 07:50, Alberto Seoane wrote:
 Hola a todos,
 alguien me podría indicar como configurar smtp auth con sendmail,
 o algún enlace donde se explique cómo hacer esto. Hasta ahora sólo
 he encontrado alguna información para hacer esto en RedHat y SUSE
 pero al intentar hacerlo en Debian no me cuadra na de na.
 
 Gracias por anticipado!!! :-)
 

Hola:

En Debian,como es usual, es muy claro lo que hay que hacer

leiste el mensaje relativo a autentificacion cuando instalaste Sendmail?

Si no puedes hacerlo instalando sendmail en una maquina de prueba.

Basicamente la autentificacion confia en la implementacion de Cyrus
sasl, asi que sendmail debe estar compilado con soporte para SASL, en
Debian lo esta.

verificalo con 
sendmail -d0.1

Luego necesitaras sasl instalado preguntale a apt para saber que
necesitas.


Instala lo necesario sigue las instrucciones que la misma instalacion de
sedmail te da y listo :)


Prueba conun telnet a tu MTA y debes ver AUTH,lo que quiere decir que tu
mailserver ya realiza autentificacion.

Luego a configurar los MUA.

Saludos!




SMTP AUTH En Sendmail, Ayuda please!!!

2004-07-09 Thread Alberto Seoane

Hola a todos,
alguien me podría indicar como configurar smtp auth con sendmail,
o algún enlace donde se explique cómo hacer esto. Hasta ahora sólo
he encontrado alguna información para hacer esto en RedHat y SUSE
pero al intentar hacerlo en Debian no me cuadra na de na.

Gracias por anticipado!!! :-)



sendmail m4 macro

2004-07-06 Thread lasse

Hej!

Jag har hört talas om ett m4 macro för inställningar om att säga åt 
sendmail att bara ta emot mail från giltiga mx rec.

Är det någon som känner till om det finns något sånt?

/Lasse



Sendmail con SMTP AUTH sasl

2004-07-05 Thread Gotzon Astondoa
Hola a todos:

Queremos instalar el sendmail con autentificación para enviar correos.
Sendmail nos funciona correctamente sin la autenticación.
Primero hemos seguido las instrucciones de
http://www.simpaticus.com/linux/howto/html-single/Sendmail-SMTP-AUTH-HOWTO.html,
que, aunque son para RedHat, pensabamos que servirían para Debian. Pero no
ha
habido suerte.
Luego las que pone en http://www.sendmail.org/~ca/email/auth.html con el
mismo resultado. (La verdad, no es que las instrucciones estén muy claras).
En Google no hemos podido encontrar nada que nos indique los pasos a
seguir o qué podemos estar haciendo mal.
Lo cierto es que estamos perdidos, no sabemos si es que nos falta alguna
librería por instalar o qué ocurre.

¿Alguien podria darnos un link o alguna información sobre cómo hacerlo?

Gracias anticipadas a todos.



Re: Re: sendmail and procmail , spamassaign

2004-07-05 Thread Bob Proulx
Amrita Priyadarsini wrote:
 I have installed spamassassin  procmail in my system.
 However when I try to start the spamd daemon,it gives the following error..
 Insecure directory in $ENV{PATH} while running with -T switch at
 /opt/perl5/lib/5.6.1/Cwd.pm line 92.

The problem is that the PATH contains writable path elements.  That
poses a problem and the taint checking finds that and rightly refuses
to run.

 Any help in this matter is welcome..

You are almost certainly trying to start it by hand.  Instead use the
startup script provided for it.

  /etc/init.d/spamassassin start

That sets the PATH to a safe setting and does other setup.

Bob


pgpVRQROlzTUu.pgp
Description: PGP signature


Re: Re: sendmail and procmail , spamassaign

2004-07-04 Thread Amrita Priyadarsini
Hi,
I have installed spamassassin  procmail in my system.
However when I try to start the spamd daemon,it gives the following error..
Insecure directory in $ENV{PATH} while running with -T switch at
/opt/perl5/lib/5.6.1/Cwd.pm line 92.

Any help in this matter is welcome..


Warm Regards,
Amrita Priyadarsini


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sendmail

2004-06-14 Thread /Wojciech Ziniewicz/
[EMAIL PROTECTED] ./S21sendmail start
Starting Mail Transport Agent: sendmailsendmail mta daemon
not needed, not started. 
[EMAIL PROTECTED] 
--
o co chodzi ? w googlu sie doszukac nie moglem
uruchamiam pierwszy raz i jest totaly newbie wiec prosze o
wyrozumialosc.



Re: Sendmail

2004-06-14 Thread Dariusz Skarbek
Spróbuj wystartowac tak:
/etc/init.d/sendmail start

Jezeli zadziala wykasuj /etc/rc5.d/S21sendmail i zrób na nowo:
ln /etc/init.d/sendmail /etc/rc5.d/S21sendmail

Pozdr.
Darek

- Original Message - 
From: /Wojciech Ziniewicz/ [EMAIL PROTECTED]
To: debian-user-polish@lists.debian.org
Sent: Monday, June 14, 2004 12:18 PM
Subject: Sendmail


 [EMAIL PROTECTED] ./S21sendmail start
 Starting Mail Transport Agent: sendmailsendmail mta daemon
 not needed, not started.
 [EMAIL PROTECTED]
 --
 o co chodzi ? w googlu sie doszukac nie moglem
 uruchamiam pierwszy raz i jest totaly newbie wiec prosze o
 wyrozumialosc.


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: Sendmail

2004-06-14 Thread Marcin Owsiany
On Mon, Jun 14, 2004 at 12:18:18PM +0200, /Wojciech Ziniewicz/ wrote:
 [EMAIL PROTECTED] ./S21sendmail start
 Starting Mail Transport Agent: sendmailsendmail mta daemon
 not needed, not started. 
 [EMAIL PROTECTED] 
 --
 o co chodzi ? w googlu sie doszukac nie moglem
 uruchamiam pierwszy raz i jest totaly newbie wiec prosze o
 wyrozumialosc.

Nie znam się na sendmailu, ale może skrypt wykrywa, że MTA chodzi z
(x)inetd?

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



Re: Sendmail

2004-06-14 Thread /Wojciech Ziniewicz/
On Mon, 14 Jun 2004 12:23:16 +0200
Dariusz Skarbek [EMAIL PROTECTED] wrote:

 Spróbuj wystartowac tak:
 /etc/init.d/sendmail start
 
 Jezeli zadziala wykasuj /etc/rc5.d/S21sendmail i zrób na
 nowo: ln /etc/init.d/sendmail /etc/rc5.d/S21sendmail
 
 Pozdr.
 Darek
cholera :

[EMAIL PROTECTED] /etc/init.d/sendmail start
Starting Mail Transport Agent: sendmailsendmail mta daemon
not needed, not started. 
[EMAIL PROTECTED] 

mi sie zdaje ze to jest jednak wina inetd'a albo xinet'da,
ale podczas konfiguracji wybralem opcje zeby mi sie jako
samodzielny demon odpalal a tu dupa.



Re: Sendmail

2004-06-14 Thread /Wojciech Ziniewicz/
nie moge sobie z tym poradzic. Potrzebuje jakiegos
niewielkiego serwera pocztowego do poczty lokalnej i w
internecie. Mam zarejestrowana domene na dyndns.org
(xxx.mine.nu) i po prostu chce zalozyc skrzynke na
gateway'u. Prosze o doradzenie jakiego softu uzyc :)



RE: Sendmail

2004-06-14 Thread Mariusz Scibiorski
Witam.

A w logach nic nie ma?

nie moge sobie z tym poradzic. Potrzebuje jakiegos
niewielkiego serwera pocztowego do poczty lokalnej i w
internecie. Mam zarejestrowana domene na dyndns.org
(xxx.mine.nu) i po prostu chce zalozyc skrzynke na
gateway'u. Prosze o doradzenie jakiego softu uzyc :)

Moze postfix bedzie latwiejszy w konfiguracji?



Re: Sendmail

2004-06-14 Thread Marcin Owsiany
On Mon, Jun 14, 2004 at 03:39:36PM +0200, /Wojciech Ziniewicz/ wrote:
 nie moge sobie z tym poradzic. Potrzebuje jakiegos
 niewielkiego serwera pocztowego do poczty lokalnej i w
 internecie. Mam zarejestrowana domene na dyndns.org
 (xxx.mine.nu) i po prostu chce zalozyc skrzynke na
 gateway'u. Prosze o doradzenie jakiego softu uzyc :)

Exim4

Są też paczki pod woody'ego

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



Re: Sendmail

2004-06-14 Thread /Wojciech Ziniewicz/
On Mon, 14 Jun 2004 15:55:24 +0200
Mariusz Scibiorski [EMAIL PROTECTED] wrote:

 Witam.
 
 A w logach nic nie ma?
 
 nie moge sobie z tym poradzic. Potrzebuje jakiegos
 niewielkiego serwera pocztowego do poczty lokalnej i w
 internecie. Mam zarejestrowana domene na dyndns.org
 (xxx.mine.nu) i po prostu chce zalozyc skrzynke na
 gateway'u. Prosze o doradzenie jakiego softu uzyc :)
 
 Moze postfix bedzie latwiejszy w konfiguracji?
 
Wyglada na to ze Postfix zalatwia sprawe.. exim
zainstalowalem ale mi cis nie dzialalo... po prostu po
uruchomieniu demona (teoretycznym uruchomieniu ) nie bylo
zadnego portu otwartego (konf dobry).. cos sie walilo.



Generalnie uzywam teraz postfixa + popa3d. Chyba dobre
polaczenie. Mam do rozporzadenia domenke + duzo miejsca na
dysku :) zaczne sprzedawac skrzynki : ) 50 mega - 1
miesiac free potem 500 kola rocznie :) + spamassasin i ssl
:) ktos sie chce ? :)



RES: Mailscanner sendmail configuracoes, uma ajuda por favor

2004-06-04 Thread Rogério Oliveira Naressi

  Silvio, de uma olhada no endereço
http://www.sng.ecs.soton.ac.uk/mailscanner/serve/cache/226.h
tml,
parece que esta faltando vc configurar no sendmail.conf a
opcao
DAEMON_PARMS=-bd -OPrivacyOptions=noetrn
-ODeliveryMode=queueonly
-OQueueDirectory=/var/spool/mqueue.in

  Lembre-se de restart o sendmail.



  Rogério
 
Instituto de Pesquisas e Estudos Florestais - IPEF
Departamento de Ciências Florestais - ESALQ/USP
http://www.ipef.br  -  http://lcf.esalq.usp.br
-Mensagem original-
De: Silver Wing [mailto:[EMAIL PROTECTED] 
Enviada em: quinta-feira, 3 de junho de 2004 17:35
Para: debian-user-portuguese@lists.debian.org
Assunto: Mailscanner sendmail configuracoes, uma ajuda por
favor

Olá,

Sou novo em linux e Debian, estou tentando instalar o
MailScanner para trabalhar junto com o SendMail e o Clamav.

Parece que o MailScanner está rodando como daemon mas não
está scaneando nenhuma mensagem.
Quando eu dou um ps -e aparece os serviços MailScanner, mas
no tail -f /var/log/mail.log nunca aparece o MailScanner
scaneando alguma coisa.

Minha configuração do sendmail.conf é:

DAEMON_MODE=Daemon;
DAEMON_PARMS=;
DAEMON_HOSTSTATS=Yes;
DAEMON_MAILSTATS=No;
QUEUE_MODE=${DAEMON_MODE};
QUEUE_INTERVAL=10;
QUEUE_PARMS=;
MSP_MODE=Cron;
MSP_INTERVAL=${QUEUE_INTERVAL};
MSP_PARMS=${QUEUE_PARMS};
MSP_MAILSTATS=No;
MISC_PARMS=;
CRON_MAILTO=root;
CRON_PARMS=;
AGE_DATA=;
DAEMON_STATS=${DAEMON_MAILSTATS};
MSP_STATS=${MSP_MAILSTATS};


Alguem pode me ajudar?
Eu não tenho nem idéia do porque não esta funcionando.

Desde já obrigado,

Fernando.


__

Participe da pesquisa global sobre o Yahoo! Mail: 
http://br.surveys.yahoo.com/global_mail_survey_br


--
To UNSUBSCRIBE, email to
[EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Mailscanner sendmail configuracoes, uma ajuda por favor

2004-06-03 Thread Silver Wing
Olá,

Sou novo em linux e Debian, estou tentando instalar o
MailScanner para trabalhar junto com o SendMail e o
Clamav.

Parece que o MailScanner está rodando como daemon mas
não está scaneando nenhuma mensagem.
Quando eu dou um ps -e aparece os serviços
MailScanner, mas no tail -f /var/log/mail.log nunca
aparece o MailScanner scaneando alguma coisa.

Minha configuração do sendmail.conf é:

DAEMON_MODE=Daemon;
DAEMON_PARMS=;
DAEMON_HOSTSTATS=Yes;
DAEMON_MAILSTATS=No;
QUEUE_MODE=${DAEMON_MODE};
QUEUE_INTERVAL=10;
QUEUE_PARMS=;
MSP_MODE=Cron;
MSP_INTERVAL=${QUEUE_INTERVAL};
MSP_PARMS=${QUEUE_PARMS};
MSP_MAILSTATS=No;
MISC_PARMS=;
CRON_MAILTO=root;
CRON_PARMS=;
AGE_DATA=;
DAEMON_STATS=${DAEMON_MAILSTATS};
MSP_STATS=${MSP_MAILSTATS};


Alguem pode me ajudar?
Eu não tenho nem idéia do porque não esta funcionando.

Desde já obrigado,

Fernando.

__

Participe da pesquisa global sobre o Yahoo! Mail: 
http://br.surveys.yahoo.com/global_mail_survey_br



enviar cola sendmail

2004-05-30 Thread sebelk
Hola, tengo en una máquina un servidor smtp y un servidor pop3, alguien se 
acuerda que había que tocar en el sendmail.cf o sendmail.mc para que este 
envíe la cola on demand, es decir para que cuando un MUA solicite bajar el 
correo sendmail lo envíe (sino lo que tengo que mandar manualmente).
Gracias de antemano.

-- 
Obed Liberty
Software Libre al desktop
http://obed.com.ar
-
Baje el manual para el nuevo usuario de GNU/Linux de 
http://www.obed.com.ar/doc/
--



imapd och sendmail mot egen lösenordsfil.

2004-05-27 Thread magnus.wiklander
Vill få imapd och sendmail(smtpauth)att gå mot en annan lösenordsfil så att jag 
har olika system och mail lösen.
Någon som har erfaren heter eller vet vart man skall börja.

Mvh Magnus Wiklander
 



Re: imapd och sendmail mot egen lösenordsfil.

2004-05-27 Thread Christoffer Sawicki
[EMAIL PROTECTED] wrote:
 Vill få imapd och sendmail(smtpauth)att gå mot en annan lösenordsfil så att
 jag har olika system och mail lösen. Någon som har erfaren heter eller vet
 vart man skall börja.

Hej.

Läs på lite om PAM och kolla under /etc/pam.d för respektive programs 
konfigurationsfil.

Kanske.

*/ Christoffer Sawicki [EMAIL PROTECTED]



RES: Logs do sendmail e pop

2004-05-24 Thread Wagner Fraga
Perguntado por Wagner Fraga

Bom dia lista

Por favor vc terião algum gerador de html para analise dos logs do sendmail
e 
pop, tipo trafego por usuário, numero de email., etc 
Desde já agradeço

Respondido por Rodrigo Fontes

Mailmgr
Procura no google... é facílimo de instalar


Testei o programa no final de semana e funcionou muito bem, obrigado.


Wagner Fraga
Gerente de TI
Vide Bula




Sendmail con Quotas.

2004-05-20 Thread sergios

Hola,

alguien sabe como puedo cambiar los mensajes que devuelve el sendmail al 
remitente cuando este envia un mensaje a un usuario que se le ha agotado 
la cuota.

Cuando le devuelve el mensaje le llega este error:

Deferred: local mailer (/usr/lib/sm.bin/sensible-mda) exited with 
EX_TEMPFAIL

Este creo que se lo da el procmail al sendmail ya que no puede entregar el 
correo , en el log del procmail me da error correcto :

Quota exceeded while writing /var/mail/...


Pero no consigo cambiarle el mensaje de error.


Gracias.




Logs do sendmail e pop

2004-05-18 Thread Wagner Fraga
Bom dia lista

Por favor vc terião algum gerador de html para analise dos logs do sendmail e 
pop, tipo trafego por usuário, numero de email., etc 
Desde já agradeço

Wagner Fraga
Gerente de TI
Vide Bula



Re: qmails sendmail/qmail-inject fails to send to remote adresses

2004-05-11 Thread John L Fjellstad
Well, I'm not that familiar with PHP, but...

Lars E. D. Jensen [EMAIL PROTECTED] writes:

 I've tried both:
 sendmail - /var/qmail/bin/sendmail
 and
 sendmail - qmail-sendmail

What does this mean?  Did you create a symlink or something?  qmail
doesn't have a qmail-sendmail

 But it must be a qmail specific setting.  I've also tried qmail-inject in
 the php.ini setting, sendmail_path:

 sendmail_path=/var/qmail/bin/qmail-inject

 But it's the same. I simply don't get why it won't send to remote e-mail
 addresses...

 My /etc/tcp.smtp has:
 127.0.0.1:allow,RELAYCLIENT=

 Thanks to anyone who answers this thread with a pointer to some solution...

What does your /var/qmail/control/locals say?
What does your /var/qmail/control/virtualdomains say?

Do they have your remote email address in them?

Is the domain of your remote emails listed in smtproutes?
Are you able to send email outside of PHP?

-- 
John L. Fjellstad
web: http://www.fjellstad.org/  Quis custodiet ipsos custodes


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sendmail zertifikate

2004-05-03 Thread Marcus Schopen
Christian Schmidt wrote:

 Hallo Marcus,
 
 Marcus Schopen, 03.05.2004 (d.m.y):
 
 weiss jemand, wie ich die sendmail Zertifikate für den TLS Support auf
 meine eigenen Daten anpasse?
 
 Indem Du sie erstellst.

Ah, schlaue Antwort! Das ich das händisch machen kann, ist klar. Die Frage
war eigentlich mehr, ob es hierfür eine Debian-Konfigurationsdatei gibt, wo
ich meine Daten eintrage, so dass sie von sendmailconfig beachtet werden.
Denn irgendwo müssen die Standardwerte ja herkommen.

Cheers,
M.


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: sendmail zertifikate

2004-05-03 Thread Marcus Schopen
Christian Schmidt wrote:

 Hallo Marcus,
 
 Marcus Schopen, 03.05.2004 (d.m.y):
 
 weiss jemand, wie ich die sendmail Zertifikate für den TLS Support auf
 meine eigenen Daten anpasse?
 
 Indem Du sie erstellst.

in der /usr/share/sendmail/more update_tls die xyz_default Werte anpassen. 
Falls Zertifikate schon vorhanden sind, in der /etc/mail/tls/ alle
sendmail-* files löschen. Danach ein sendmailconfig.

Cheers,
M.




-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: sendmail zertifikate

2004-05-03 Thread Christian Schmidt
Hallo Marcus,

Marcus Schopen, 03.05.2004 (d.m.y):

 weiss jemand, wie ich die sendmail Zertifikate für den TLS Support auf meine
 eigenen Daten anpasse?

Indem Du sie erstellst.

Gruss,
Christian
-- 
Hallo Foliengriller!


pgp0.pgp
Description: PGP signature


RE: Comando para Reiniciar Sendmail

2004-04-22 Thread Gorka
| El caso es que he hecho ya /etc/init.d/ ./sendmail restart y me dice:
| /usr/share/sendmail/sendmail not found/executable, aborting.
|Como lo instalastes??? desde un tarball??? o desde un .deb??? en caso de
|haberlo instadado desde un .deb que usastes apt-get install ?? o dpkg 

Con dselect

|
|
| Además, he instalado con deselect courier-mta, pero al tratar de
|recibir o
| enviar correo desde un outlook en una máquina M$ me da el error,
|tanto para
| SMTP como para POP3:
|
|Yo te aconsejo, tomalo de buena forma.., que leas toda la
|documentacion posible
|para la configuracion de Sendmail y Courier, por que me huele a
|que tu problema
|es de configuracion, realmente no te puedo ayudar por que pueder
|ser muchas
|cosas. Lee todo y revisa paso x paso. Conoce Sendmail primero, no
|es dificil
|pero has elejido uno de los MTA mas extensos y viejos, por ende
|mas dificiles
|de configurar, tal vez haber usado un Postfix te hubiera sido mas facil.
|Prueba configurarlo con el #sendmailconfig  que se usa para
|configuraciones
|faciles..
|http://borg.cs.bilkent.edu.tr/cgi-bin/dwww?
|type=manlocation=/usr/share/man/man8/sendmailconfig.8.gz
|aca prodras ver que archivos toca el sendmailconfig.

Vale, trataré de probarlo, aunque veo aquí que es para la versión sendmail8,
y yo no sé cómo ver la versión que tengo.

|
|
| No se pudo conectar con el servidor: Error: 0x800ccc0e
|
| Mis correos son [EMAIL PROTECTED], y si desde la máquina M$ hago
|ping bla.com
| obtengo respuesta. ¿Cual es el problema entonces, por qué no
|puedo recibir ni
| enviar correo desde un cliente M$?
|
|Y primero trata de iniciar sendmail, despues prueba esto.

No, si iniciar ya puedo (se inicia automáticamente con linux). Incluso mando
mensajes desde consola con mail y los recibo si van dirigidos a alguno de
mis usuarios, ... lo que no consigo es recibir mensajes desde fuera de mi
ordenador, por eso trato de que me funcione courier, pero me da error al
solicitar envío o recepción de correo desde un cliente M$.



RE: Comando para Reiniciar Sendmail

2004-04-22 Thread Luciano Giacchetta
Quoting Gorka [EMAIL PROTECTED]:

 | El caso es que he hecho ya /etc/init.d/ ./sendmail restart y me dice:
 | /usr/share/sendmail/sendmail not found/executable, aborting.
 |Como lo instalastes??? desde un tarball??? o desde un .deb??? en caso de
 |haberlo instadado desde un .deb que usastes apt-get install ?? o dpkg 
 
 Con dselect

Entonces problemas de dependencias no tienes.

 
 |
 |
 | Además, he instalado con deselect courier-mta, pero al tratar de
 |recibir o
 | enviar correo desde un outlook en una máquina M$ me da el error,
 |tanto para
 | SMTP como para POP3:
 |
 |Yo te aconsejo, tomalo de buena forma.., que leas toda la
 |documentacion posible
 |para la configuracion de Sendmail y Courier, por que me huele a
 |que tu problema
 |es de configuracion, realmente no te puedo ayudar por que pueder
 |ser muchas
 |cosas. Lee todo y revisa paso x paso. Conoce Sendmail primero, no
 |es dificil
 |pero has elejido uno de los MTA mas extensos y viejos, por ende
 |mas dificiles
 |de configurar, tal vez haber usado un Postfix te hubiera sido mas facil.
 |Prueba configurarlo con el #sendmailconfig  que se usa para
 |configuraciones
 |faciles..
 |http://borg.cs.bilkent.edu.tr/cgi-bin/dwww?
 |type=manlocation=/usr/share/man/man8/sendmailconfig.8.gz
 |aca prodras ver que archivos toca el sendmailconfig.
 
 Vale, trataré de probarlo, aunque veo aquí que es para la versión sendmail8,
 y yo no sé cómo ver la versión que tengo.
Asi, 

#dpkg -l sendmail  

y para ver el manual en consola

#man sendmailconfig ,o tambienm #man sendmail 

 
 |
 |
 | No se pudo conectar con el servidor: Error: 0x800ccc0e
 |
 | Mis correos son [EMAIL PROTECTED], y si desde la máquina M$ hago
 |ping bla.com
 | obtengo respuesta. ¿Cual es el problema entonces, por qué no
 |puedo recibir ni
 | enviar correo desde un cliente M$?
 |
 |Y primero trata de iniciar sendmail, despues prueba esto.
 
 No, si iniciar ya puedo (se inicia automáticamente con linux). Incluso mando
 mensajes desde consola con mail y los recibo si van dirigidos a alguno de
 mis usuarios, ... lo que no consigo es recibir mensajes desde fuera de mi
 ordenador, por eso trato de que me funcione courier, pero me da error al
 solicitar envío o recepción de correo desde un cliente M$.

Tu ISP de direcciono tu IP a un DNS  puedes desde Inet conectado dial-up 
hacer un #telnet mail.tudominio.com 25  deberia responderte tu Sendmail
Hasta que estoy no funcione, nunca vas a poder enviar o recivir mails desde 
afuera...

 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 




-
¿Todavía no navegás con Keko?
Hacé click aquí: http://www.keko.com.ar



RE: Dudas Sendmail

2004-04-21 Thread Gorka
Gracias por contestar, antes de nada. No entiendo bien algunas cosillas,
Luciano. Mira, te voy explicando:

| Tengo una LAN de máquinas Windows y Sendmail en una máquina con Debian.
| Trato de configurar el outlook de los Windows (tanto de dentro de la LAN
| como de fuera) para que puedan usar mi reciente servidor de
|Sendmail, pero
| me han surgido algunos problemas:
|
| -¿Se pueden ver en el servidor los mensajes enviados?
|Desde tu mailer, ej si trabajas con M$ el Outlook te guarda los mensajes
|enviados

Pero es que necesito ver los emails enviados en la máquina linux (la del
servidor Sendmail), para hacer backups periódicos. ¿Esto no es posible con
Sendmail?

| -Quisiera que las direcciones de mis usuarios de sendmail fueran
| '[EMAIL PROTECTED]' y no '[EMAIL PROTECTED]' como hasta ahora.
|
|Tenes que cambiar en tu /etc/hosts y dejar algo asi
|Ip-Interna  MX  nombre_de_maquina  ( ej. 192.168.101.x   mail.empresa.com.
|LINUX1)

OK. Gracias. Ahora mismo lo pruebo.

| -¿Cómo configuro el outlook en otro ordenador para usar el servidor de
| Sendmail?
|
|Debes usar SMTP para conectarte al Sendmail, ahora necesitas instalarte un
|servidor de POP3, por que Sendmail no tiene pop3 nativo.. hay
|muchos Courier,
|Fetchmail etc,etc

Esto no lo entiendo muy bien. Con sendmail puedo enviar y recibir desde la
máquina LINUX1, ¿por qué dices que no tiene pop3?

En cualquier caso quieres decir, corrígeme si me equivoco, que para enviar
en el outlook de cada empleado basta con poner como dirección de SMTP
mail.empresa.com + el nombre de usuario + la contraseña, ¿es eso? ... y que
para que estos outlook-es reciban el correo desde LINUX1 necesito instalar
un servidor de POP3 en LINUX1, ¿correcto?

¿cómo se llama este paquete servidor de pop3 que se integra de alguna manera
con sendmail, ... o si hay varios cual recomendáis?

| -¿Cómo consigo que los mensajes para '[EMAIL PROTECTED]'lleguen desde
| internet al servidor de 'máquina.dominio'?
|
|Tu ISP debe registrarte en su DNS tu registro MX para que puedan
|resolver a
|partir de tu dominio tu ip publica.

¿Esto se suele hacer de forma gratuíta o cobran por ello?

|
| -¿Cómo cierro eso del 'Open Relay' que tanto avisáis de que hay
|que cerrar
| para que los spammers no se aprovechen de mi servidor de correo?
|
|ehhh, no me acuerdo ahora hace tantos años que tengo el sendmail
|instalado... :), pero googlea y vas a encontrar todo...
|
|Saludos
|
|Luciano

Gracias por todo, Luciano.
Un saludo.

Gorka.



RE: Dudas Sendmail

2004-04-21 Thread Luciano Giacchetta
Quoting Gorka [EMAIL PROTECTED]:

 Gracias por contestar, antes de nada. No entiendo bien algunas cosillas,
 Luciano. Mira, te voy explicando:
 
 | Tengo una LAN de máquinas Windows y Sendmail en una máquina con Debian.
 | Trato de configurar el outlook de los Windows (tanto de dentro de la LAN
 | como de fuera) para que puedan usar mi reciente servidor de
 |Sendmail, pero
 | me han surgido algunos problemas:
 |
 | -¿Se pueden ver en el servidor los mensajes enviados?
 |Desde tu mailer, ej si trabajas con M$ el Outlook te guarda los mensajes
 |enviados
 
 Pero es que necesito ver los emails enviados en la máquina linux (la del
 servidor Sendmail), para hacer backups periódicos. ¿Esto no es posible con
 Sendmail?
Si, tenes que ponerle en el Outlook que te deje una copia de los mails en el 
servidor... ( esto para los correos recividos), ahora para los enviados, 
deberia hacer que te guarde una copia de los mails de cada buzon.. te podria 
decir como hacerlo con MailScanner, pero directamente con Sendmail no se como 
se puede hacer disculpa.

 
 | -Quisiera que las direcciones de mis usuarios de sendmail fueran
 | '[EMAIL PROTECTED]' y no '[EMAIL PROTECTED]' como hasta ahora.
 |
 |Tenes que cambiar en tu /etc/hosts y dejar algo asi
 |Ip-Interna  MX  nombre_de_maquina  ( ej. 192.168.101.x   mail.empresa.com.
 |LINUX1)
 
 OK. Gracias. Ahora mismo lo pruebo.
 
 | -¿Cómo configuro el outlook en otro ordenador para usar el servidor de
 | Sendmail?
 |
 |Debes usar SMTP para conectarte al Sendmail, ahora necesitas instalarte un
 |servidor de POP3, por que Sendmail no tiene pop3 nativo.. hay
 |muchos Courier,
 |Fetchmail etc,etc
 
 Esto no lo entiendo muy bien. Con sendmail puedo enviar y recibir desde la
 máquina LINUX1, ¿por qué dices que no tiene pop3?

Claro, lo que pasa es que desde linux los mails se envian mediante mbox no 
usa ni smtp ni pop3, si tus terminales fueran linux tambien podrias hacer 
esto.. pero como tiene terminales m$, el outlook no tiene soporte de mbox, solo 
de x.400, pop3/smtp y imap, asi que o te conectas via pop3/smtp o por imap ( 
sendmail tambien soporta imap). Lo cual nesecesitas tenes un servidor pop3 para 
que te permita bajar tu correo y enviarlo por tu smtp de sendmail. Los cuales 
seria optimo que sean autentificado.

 
 En cualquier caso quieres decir, corrígeme si me equivoco, que para enviar
 en el outlook de cada empleado basta con poner como dirección de SMTP
 mail.empresa.com + el nombre de usuario + la contraseña, ¿es eso? ... y que
 para que estos outlook-es reciban el correo desde LINUX1 necesito instalar
 un servidor de POP3 en LINUX1, ¿correcto?

Claro.

 
 ¿cómo se llama este paquete servidor de pop3 que se integra de alguna manera
 con sendmail, ... o si hay varios cual recomendáis?

yo no uso pop3, pero creo que el mejorcito es courier acá pide 
recomendaciones al foro

 
 | -¿Cómo consigo que los mensajes para '[EMAIL PROTECTED]'lleguen desde
 | internet al servidor de 'máquina.dominio'?
 |
 |Tu ISP debe registrarte en su DNS tu registro MX para que puedan
 |resolver a
 |partir de tu dominio tu ip publica.
 
 ¿Esto se suele hacer de forma gratuíta o cobran por ello?

Si, vos tenes un IP publica, entonces tu ISP tiene que habilitarte esto en su 
DNS GRATIS... es algo que viene digamos incluido en el paquete.
Para saber si tienes asigando algo, hace # host tu_ip_publica ej..

SOCOLX1:/# host 200.58.26.xxx
xxx.26.58.200.in-addr.arpa domain name pointer  mail.dominio.com  
SOCOLX1:/#


 
 |
 | -¿Cómo cierro eso del 'Open Relay' que tanto avisáis de que hay
 |que cerrar
 | para que los spammers no se aprovechen de mi servidor de correo?
 |
 |ehhh, no me acuerdo ahora hace tantos años que tengo el sendmail
 |instalado... :), pero googlea y vas a encontrar todo...

Pregunta estas seguro de que esta abierto el Relé  Ya hicistes la 
prueba... por que hay mucho paranoicos que piensan a cada rato que tienen 
abierto el relé y nada que ver... :)
Acá te mando una pagina donde podes hacer una prueba...

http://members.iinet.net.au/%7Eremmie/relay/

Usa en Server, bueno tu dominio
y en Recipient, una direccion de e-mail a la cual tengas acceso pero que no sea 
una del tu dominio.. ejemplo [EMAIL PROTECTED]


 |
 |Saludos
 |
 |Luciano
 
 Gracias por todo, Luciano.
 Un saludo.

De nada...

Luciano

 
 Gorka.
 
 




-
¿Todavía no navegás con Keko?
Hacé click aquí: http://www.keko.com.ar



Comando para Reiniciar Sendmail

2004-04-21 Thread Gorka Expósito


¿Cuales son los comandos para parar e iniciar sendmail? He probado con /etc/init.d/sendmail stop, ... start, ... restart, ... y se queda sin hacer nada (nunca vuelve el prompt).
Además me gustaría saber qué servidor POP3me aconsejáispara sendmail y cómo se llama el paquete que tengo que buscar para instalarlo.
Gracias.
		Correo Yahoo!: 6MB, más protección contra el spam ¡gratis!

Re: Comando para Reiniciar Sendmail

2004-04-21 Thread Luciano Giacchetta
Quoting Gorka Expósito [EMAIL PROTECTED]:

 
 ¿Cuales son los comandos para parar e iniciar sendmail? He probado con
 /etc/init.d/sendmail stop, ... start, ... restart, ... y se queda sin hacer
 nada (nunca vuelve el prompt).

Es dentro de /etc/init.d/

#./sendmail restart 

Siempre todos los scrips se ejecutan con un ./ delante del nombre

 
 Además me gustaría saber qué servidor POP3 me aconsejáis para sendmail y cómo
 se llama el paquete que tengo que buscar para instalarlo.
 
 Gracias.
 
 
   
 -
 Correo Yahoo!: 6MB, más protección contra el spam ¡gratis!




-
¿Todavía no navegás con Keko?
Hacé click aquí: http://www.keko.com.ar



Re: Comando para Reiniciar Sendmail

2004-04-21 Thread Gorka Expósito
Gracias , me sabe mal ser tan torpe pero tiempo al tiempo.

El caso es que he hecho ya "/etc/init.d/ ./sendmail restart"y me dice:
/usr/share/sendmail/sendmail not found/executable, aborting.

Además, he instalado con deselect courier-mta, pero al tratar de recibir o enviar correo desde un outlook en una máquinaM$me da el error, tanto para SMTP como para POP3:

No se pudo conectar con el servidor: Error:0x800ccc0e
Mis correos son [EMAIL PROTECTED], y si desde la máquina M$ hago ping bla.com obtengo respuesta.¿Cual es el problema entonces, por qué no puedo recibir ni enviar correo desde un cliente M$?

Gracias por todo.
		Correo Yahoo!: 6MB, más protección contra el spam ¡gratis!

Re: Comando para Reiniciar Sendmail

2004-04-21 Thread Luciano Giacchetta
Quoting Gorka Expósito [EMAIL PROTECTED]:

 Gracias , me sabe mal ser tan torpe pero tiempo al tiempo.
Todo bien, todo tenemos un principio. :)

  
 El caso es que he hecho ya /etc/init.d/ ./sendmail restart y me dice:
 /usr/share/sendmail/sendmail not found/executable, aborting.
Como lo instalastes??? desde un tarball??? o desde un .deb??? en caso de 
haberlo instadado desde un .deb que usastes apt-get install ?? o dpkg 

  
 Además, he instalado con deselect courier-mta, pero al tratar de recibir o
 enviar correo desde un outlook en una máquina M$ me da el error, tanto para
 SMTP como para POP3:

Yo te aconsejo, tomalo de buena forma.., que leas toda la documentacion posible 
para la configuracion de Sendmail y Courier, por que me huele a que tu problema 
es de configuracion, realmente no te puedo ayudar por que pueder ser muchas 
cosas. Lee todo y revisa paso x paso. Conoce Sendmail primero, no es dificil 
pero has elejido uno de los MTA mas extensos y viejos, por ende mas dificiles 
de configurar, tal vez haber usado un Postfix te hubiera sido mas facil.
Prueba configurarlo con el #sendmailconfig  que se usa para configuraciones 
faciles..
http://borg.cs.bilkent.edu.tr/cgi-bin/dwww?
type=manlocation=/usr/share/man/man8/sendmailconfig.8.gz
aca prodras ver que archivos toca el sendmailconfig.

  
 No se pudo conectar con el servidor: Error: 0x800ccc0e
 
 Mis correos son [EMAIL PROTECTED], y si desde la máquina M$ hago ping bla.com
 obtengo respuesta. ¿Cual es el problema entonces, por qué no puedo recibir ni
 enviar correo desde un cliente M$?

Y primero trata de iniciar sendmail, despues prueba esto.

  
 Gracias por todo. 
 
   
 -
 Correo Yahoo!: 6MB, más protección contra el spam ¡gratis!




-
¿Todavía no navegás con Keko?
Hacé click aquí: http://www.keko.com.ar



RE: Comando para Reiniciar Sendmail

2004-04-21 Thread Juan Guil
Title: Mensaje



Hola

No te 
aconsejo que instales el sendmail instala mejor otros MTA en mi caso tengo 
instalado el postfix es un MTA bastante potente y completo

en 
Bulma hay un articulo muy interesante para instalarlo con courier y con buzones 
virtuales te pongo la direccion:

http://bulma.net/body.phtml?nIdNoticia=1621

Echale 
un vistazo no es nada de complicado


Saludos



  
  -Mensaje original-De: Gorka Expósito 
  [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 21 de abril de 
  2004 18:10Para: Luciano GiacchettaCC: 
  debian-user-spanish@lists.debian.orgAsunto: Re: Comando para 
  Reiniciar Sendmail
  Gracias , me sabe mal ser tan torpe pero tiempo al tiempo.
  
  El caso es que he hecho ya "/etc/init.d/ ./sendmail restart"y me 
  dice:
  /usr/share/sendmail/sendmail not found/executable, aborting.
  
  Además, he instalado con deselect courier-mta, pero al tratar de recibir 
  o enviar correo desde un outlook en una máquinaM$me da el error, 
  tanto para SMTP como para POP3:
  
  No se pudo conectar con el servidor: Error:0x800ccc0e
  Mis correos son [EMAIL PROTECTED], y 
  si desde la máquina M$ hago ping bla.com obtengo respuesta.¿Cual es el 
  problema entonces, por qué no puedo recibir ni enviar correo desde un cliente 
  M$?
  
  Gracias por todo.
  
  
  Correo 
  Yahoo!: 6MB, más protección contra el spam 
¡gratis!


Dudas Sendmail

2004-04-20 Thread Jorge
Tengo una LAN de máquinas Windows y Sendmail en una máquina con Debian.
Trato de configurar el outlook de los Windows (tanto de dentro de la LAN
como de fuera) para que puedan usar mi reciente servidor de Sendmail, pero
me han surgido algunos problemas:

-¿Se pueden ver en el servidor los mensajes enviados?

-Quisiera que las direcciones de mis usuarios de sendmail fueran
'[EMAIL PROTECTED]' y no '[EMAIL PROTECTED]' como hasta ahora.

-¿Cómo configuro el outlook en otro ordenador para usar el servidor de
Sendmail?

-¿Cómo consigo que los mensajes para '[EMAIL PROTECTED]'lleguen desde
internet al servidor de 'máquina.dominio'?

-¿Cómo cierro eso del 'Open Relay' que tanto avisáis de que hay que cerrar
para que los spammers no se aprovechen de mi servidor de correo?



___Gorka - [EMAIL PROTECTED]
___



Re: Dudas Sendmail

2004-04-20 Thread Luciano Giacchetta
Quoting Jorge [EMAIL PROTECTED]:

 Tengo una LAN de máquinas Windows y Sendmail en una máquina con Debian.
 Trato de configurar el outlook de los Windows (tanto de dentro de la LAN
 como de fuera) para que puedan usar mi reciente servidor de Sendmail, pero
 me han surgido algunos problemas:
 
 -¿Se pueden ver en el servidor los mensajes enviados?
Desde tu mailer, ej si trabajas con M$ el Outlook te guarda los mensajes 
enviados

 
 -Quisiera que las direcciones de mis usuarios de sendmail fueran
 '[EMAIL PROTECTED]' y no '[EMAIL PROTECTED]' como hasta ahora.

Tenes que cambiar en tu /etc/hosts y dejar algo asi
Ip-Interna  MX  nombre_de_maquina  ( ej. 192.168.101.x   mail.empresa.com. 
LINUX1)


 
 -¿Cómo configuro el outlook en otro ordenador para usar el servidor de
 Sendmail?

Debes usar SMTP para conectarte al Sendmail, ahora necesitas instalarte un 
servidor de POP3, por que Sendmail no tiene pop3 nativo.. hay muchos Courier, 
Fetchmail etc,etc

 
 -¿Cómo consigo que los mensajes para '[EMAIL PROTECTED]'lleguen desde
 internet al servidor de 'máquina.dominio'?

Tu ISP debe registrarte en su DNS tu registro MX para que puedan resolver a 
partir de tu dominio tu ip publica.

 
 -¿Cómo cierro eso del 'Open Relay' que tanto avisáis de que hay que cerrar
 para que los spammers no se aprovechen de mi servidor de correo?

ehhh, no me acuerdo ahora hace tantos años que tengo el sendmail 
instalado... :), pero googlea y vas a encontrar todo...

Saludos

Luciano

 
 
 ___Gorka - [EMAIL PROTECTED]
 ___
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 




-
¿Todavía no navegás con Keko?
Hacé click aquí: http://www.keko.com.ar



relay sendmail

2004-04-19 Thread Alonso Gomez








Hola tengo un problema y es que tengo diversos dominios y
quiero que estos puedan enviar a traes de mi servidor sin que tenga que saber
desde que dirección ip envia, ahora mismo poniendo en el relay-domains la
dirección ip funciona bien pero por nombres de dominio no me funciona. Alguien
sabe como puedo hacer para que se pueda enviar desde dominios sin tener que
saber su dirección ip.



Saludos y Gracias.












Re: Sendmail -- Exim howto?

2004-04-19 Thread Diana Brake
Kirk Strauser wrote:
At 2004-04-19T03:07:10Z, Carl Fink [EMAIL PROTECTED] writes:


I'm about to convert a mail system from Sendmail to Exim.  Anyone know of
a tutorial/HOWTO on the subject?


OK, I have to ask.  If you have a running Sendmail installation, and you
don't know Exim, then why are you converting to it?
As for me..:), though I'm not converting per se, I would like to see 
this HOWTO because I'm configuring a new box (Debian) with Exim to 
replace one (Cobalt) running Sendmail. I'm going to be migrating users 
and want to do this as painlessly as possible.

--
Diana - e-mail address is munged. Replies to NG please
Registered Linux user 290473
http://counter.li.org/
http://www.crestcomm.com/diana/gnupg.txt  for GnuPG public key
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail -- Exim howto?

2004-04-19 Thread Paul Johnson
Diana Brake [EMAIL PROTECTED] writes:

 Kirk Strauser wrote:
 At 2004-04-19T03:07:10Z, Carl Fink [EMAIL PROTECTED] writes:

I'm about to convert a mail system from Sendmail to Exim.  Anyone know of
a tutorial/HOWTO on the subject?
 OK, I have to ask.  If you have a running Sendmail installation, and
 you
 don't know Exim, then why are you converting to it?

 As for me..:), though I'm not converting per se, I would like to see
 this HOWTO because I'm configuring a new box (Debian) with Exim to
 replace one (Cobalt) running Sendmail. I'm going to be migrating users
 and want to do this as painlessly as possible.

Well, you do know that Debian has a sendmail package, right?

-- 
Paul Johnson
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: Sendmail -- Exim howto?

2004-04-19 Thread Diana Brake


Paul Johnson wrote:
Diana Brake [EMAIL PROTECTED] writes:


Kirk Strauser wrote:

At 2004-04-19T03:07:10Z, Carl Fink [EMAIL PROTECTED] writes:


I'm about to convert a mail system from Sendmail to Exim.  Anyone know of
a tutorial/HOWTO on the subject?
OK, I have to ask.  If you have a running Sendmail installation, and
you
don't know Exim, then why are you converting to it?
As for me..:), though I'm not converting per se, I would like to see
this HOWTO because I'm configuring a new box (Debian) with Exim to
replace one (Cobalt) running Sendmail. I'm going to be migrating users
and want to do this as painlessly as possible.


Well, you do know that Debian has a sendmail package, right?

Yup..I do..:) But from my studies so far, Exim is something I want to 
try. Thanks anyway..:)

--
Diana - e-mail address is munged. Replies to NG please
Registered Linux user 290473
http://counter.li.org/
http://www.crestcomm.com/diana/gnupg.txt  for GnuPG public key
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sendmail -- Exim howto?

2004-04-18 Thread Carl Fink
I'm about to convert a mail system from Sendmail to Exim.  Anyone
know of a tutorial/HOWTO on the subject?  I did a fairly extensive
web search and all I could find was someone on a mailing list
commenting on a great HOWTO that was no longer available.

Thanks.
-- 
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail -- Exim howto?

2004-04-18 Thread Kirk Strauser
At 2004-04-19T03:07:10Z, Carl Fink [EMAIL PROTECTED] writes:

 I'm about to convert a mail system from Sendmail to Exim.  Anyone know of
 a tutorial/HOWTO on the subject?

OK, I have to ask.  If you have a running Sendmail installation, and you
don't know Exim, then why are you converting to it?
-- 
Kirk Strauser
In Googlis non est, ergo non est.


pgp0.pgp
Description: PGP signature


Re: Sendmail -- Exim howto?

2004-04-18 Thread Paul Johnson
Carl Fink [EMAIL PROTECTED] writes:

 I'm about to convert a mail system from Sendmail to Exim.  Anyone
 know of a tutorial/HOWTO on the subject?  I did a fairly extensive
 web search and all I could find was someone on a mailing list
 commenting on a great HOWTO that was no longer available.

Well, I'm not sure there's a clean conversion.  However, the exim
documentation (http://www.exim.org/) is a great aide.  eximconfig will
run when you install exim, this will give you a good starting place.

-- 
Paul Johnson
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Ver mensajes enviados con Sendmail

2004-04-15 Thread Gorka
Hola.

He instalado Sendmail y ya consigo enviar y recibir mensajes, sin embargo
tengo algunas dudas seguro que muy tontas. Ahí van:


-Me gustaría saber cómo puedo ver (como administrador del servidor) los
mensajes enviados.

-Quisiera que las direcciones de mis usuarios de sendmail fueran
'[EMAIL PROTECTED]' y no '[EMAIL PROTECTED]' como hasta ahora.

-¿Cómo configuro un cliente de correo de la red interna para que pueda
enviar y recibir correo a través de este servidor?

-¿Y uno externo? ¿Cómo consigo que los mensajes para '[EMAIL PROTECTED]'
lleguen desde internet al servidor de 'máquina.dominio'?

-¿Cómo cierro eso del 'Open Relay' que tanto avisáis de que hay que cerrar
para que los spammers no se aprovechen de mi servidor de correo?


Gracias a todos por la ayuda.





___Gorka - [EMAIL PROTECTED]

DELL Precision 220 / PIII / 733 MHz / 256 Mb / 17 + 9 Gb SCSI / Dell
Ultrascan P780 16 /  Debian GNU/Linux 'Woody' sabor 'Compact' / NVidia Riva
TNT2 / KeyMouse PS/2___



email server - sendmail problems

2004-04-06 Thread Linux Nick








I just set up an email server with the help of http://www.aboutdebian.com/internet.htm
they walk you through setting up sendmail and ipopd, I did it all successfully
but for some reason I cant get it to work, when I try to use the account in
outlook I get these error messages, ill mention that this is all offsite as
well.im not on the local lan anymore, when I test the connection it says
it can find the outgoing mail server, find the incoming mail server, and log
onto the incoming mail server, but when it gets to send test email message it
fails. This is the error message:



Send test email message: the specified server was found, but
there was no response from the server. Please verify that the port and ssl
information are correct. Blah blah blah.



What am I doing wrong? is there some setting I am supposed
to set to be able to use the email outside the local network? The hostname is
superserver and the domain is computernick.com so for the
incoming address I put superserver.computernick.com and the outgoing server I
put computernick.com and my local account login info for the user and pass.

I also added another MX record with my domain registar (addresscreation.com)
I added superserver.computernick.com, they already had computernick.com in
there by default. 



This is the first mail server I have ever set up so im a
little confused, aboutdebian was the first site I came across that actually
spoke English unlike the man pages I sometimes have a hard time getting
through.



Let me add that this is the error that I get when I send a
message:



Your message did
not reach some or all of the intended recipients.




Subject:
test


Sent:
4/6/2004 12:33 PM



The following recipient(s) could not be reached:



 '[EMAIL PROTECTED]' on
4/6/2004 12:33 PM


550 5.7.1 [EMAIL PROTECTED]... Relaying denied. Proper
authentication required.



And that last line is also in my syslog..



Any suggestions?



TIA



nick














Re: email server - sendmail problems

2004-04-06 Thread Ralph Crongeyer
 What am I doing wrong? is there some setting I am supposed to set to be
 able to use the email outside the local network?

Yes. You have to tell sendmail that it is OK to Relay for specific networks, 
other than the network it is on.

I'm sure you can find this on Google.

With postfix it's a directive (For example) 
mynetworks = 127.0.0.1/8, 123.456.789.100/36

So send mail does something like this also.

Ralph 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: comando mail sin sendmail ni MTA

2004-04-03 Thread Angel Claudio Alvarez
El jue, 01-04-2004 a las 00:37, Sergio Belkin escribió:
 Hola, resulta que desinstalé el postifix que había instalado ya que no lo 
 usaba. El tema es que quiero usar el comando mail (por ejemplo para usarlo 
 con crond). Pero si lo pruebo manualmente enviando a un usuario del sistema 
 (por ejemplo 'mail usuario'), me aparece el siguiente mensaje:
 /usr/sbin/sendmail: No such file or directory
 ¿Como puedo hacer para que que el comando mail se desentienda del mta?
 Les agradesco de antemano.
 SErgio BELKin

mail necesita un MTA para enviar correos, intala exim y lo confiugras
para despacho local y listo

saludos
-- 
Angel Claudio Alvarez



comando mail sin sendmail ni MTA

2004-03-31 Thread Sergio Belkin
Hola, resulta que desinstalé el postifix que había instalado ya que no lo 
usaba. El tema es que quiero usar el comando mail (por ejemplo para usarlo 
con crond). Pero si lo pruebo manualmente enviando a un usuario del sistema 
(por ejemplo 'mail usuario'), me aparece el siguiente mensaje:
/usr/sbin/sendmail: No such file or directory
¿Como puedo hacer para que que el comando mail se desentienda del mta?
Les agradesco de antemano.
SErgio BELKin
-- 

Visite www.solar.org.ar Software Libre Argentina
Baje el manual para nuevos usuarios de GNU/Linux de 
http://www.solar.org.ar/article.php3?id_article=28




fetchmail, Sendmail Pull and Push setup

2004-03-30 Thread Jody Grafals
Is there an easy way to have fetchmail  get mail from a remote server 
then have sendmail push it back out to another server? If I did not have 
to make an account for each address that would be ideal.

I have a local server setup and it thinks its email.foobar.com and its 
working great. I use fetchmail to get mail from the real server using 
the real server's IP address, and everyone in the office can see their 
mail and can send mail to each other.  The problem is that since the 
fake server thinks it's the real server, I can't deliver mail from the 
fake server to the real server. (Since the fake server thinks its 
foobar.com, anything @foobar.com stays on the local network.)  Since I 
have no control over the real server I would like to use a 3rd server 
(my debian server) to fetchmail (via a ssh tunnel) from the fake server 
and send it to the real foobar.com server. Kind of complicated but I 
think it would work well.

Thanks for any help,
Jody


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fetchmail, Sendmail Pull and Push setup

2004-03-30 Thread Paul Johnson
Jody Grafals [EMAIL PROTECTED] writes:

 Is there an easy way to have fetchmail  get mail from a remote server
 then have sendmail push it back out to another server? If I did not
 have to make an account for each address that would be ideal.

To have your mail automagically sent elsewhere, just create a
~/.forward file that contains only the email address that you want it
to go to followed by a newline.

 I have a local server setup and it thinks its email.foobar.com and its
 working great. I use fetchmail to get mail from the real server using
 the real server's IP address, and everyone in the office can see their
 mail and can send mail to each other.  The problem is that since the
 fake server thinks it's the real server, I can't deliver mail from the
 fake server to the real server. (Since the fake server thinks its
 foobar.com, anything @foobar.com stays on the local network.)  Since I
 have no control over the real server I would like to use a 3rd server
 (my debian server) to fetchmail (via a ssh tunnel) from the fake
 server and send it to the real foobar.com server. Kind of complicated
 but I think it would work well.

Why did you set it up so it thinks it's your mail server?  You need to
have your name to be a unique name or you will never be able to send
to that server.

-- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-   Debian.  Because it *must* work.  debian.org   aboutdebian.com


pgp0.pgp
Description: PGP signature


Re: fetchmail, Sendmail Pull and Push setup

2004-03-30 Thread Jody Grafals
Paul Johnson wrote:

Jody Grafals [EMAIL PROTECTED] writes:

 

Is there an easy way to have fetchmail  get mail from a remote server
then have sendmail push it back out to another server? If I did not
have to make an account for each address that would be ideal.
   

To have your mail automagically sent elsewhere, just create a
~/.forward file that contains only the email address that you want it
to go to followed by a newline.
 

That would work but then I would have to creat 30 users with 30 
.forwards I has hoping to have one file like this then have cron run it.

##pullpush.sh
fetchmail --protocol POP3 --keep --username bill 67.xxx.111.xx
fetchmail --protocol POP3 --keep --username tom 67.xxx.111.xx
fetchmail --protocol POP3 --keep --username bob 67.xxx.111.xx
fetchmail --protocol POP3 --keep --username sue 67.xxx.111.xx
fetchmail --protocol POP3 --keep --username rocky 67.xxx.111.xx
But this just put everyhting in roots mailbox and dose not send it out?

 

I have a local server setup and it thinks its email.foobar.com and its
working great. I use fetchmail to get mail from the real server using
the real server's IP address, and everyone in the office can see their
mail and can send mail to each other.  The problem is that since the
fake server thinks it's the real server, I can't deliver mail from the
fake server to the real server. (Since the fake server thinks its
foobar.com, anything @foobar.com stays on the local network.)  Since I
have no control over the real server I would like to use a 3rd server
(my debian server) to fetchmail (via a ssh tunnel) from the fake
server and send it to the real foobar.com server. Kind of complicated
but I think it would work well.
   

Why did you set it up so it thinks it's your mail server?  You need to
have your name to be a unique name or you will never be able to send
to that server.
 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fetchmail, Sendmail Pull and Push setup

2004-03-30 Thread Paul Johnson
Jody Grafals [EMAIL PROTECTED] writes:

 Paul Johnson wrote:

Jody Grafals [EMAIL PROTECTED] writes:



Is there an easy way to have fetchmail  get mail from a remote server
then have sendmail push it back out to another server? If I did not
have to make an account for each address that would be ideal.



To have your mail automagically sent elsewhere, just create a
~/.forward file that contains only the email address that you want it
to go to followed by a newline.


 That would work but then I would have to creat 30 users with 30
 .forwards I has hoping to have one file like this then have cron run
 it.

In that case, take a look at /etc/aliases

-- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :
`. `'` proud Debian admin and user
  `-   Debian.  Because it *must* work.  debian.org   aboutdebian.com


pgp0.pgp
Description: PGP signature


RE: Configurar Sendmail

2004-03-24 Thread Gorka

Pido perdón por el hilo anterior. No me había llegado ninguna respuesta aún
(no me preguntéis por qué) y pensé que el hilo había muerto. Muchas gracias
a todos, ahora mismo lo pruebo.

Lo de la docu, me he hartado de buscar algo así en google y no he encontrado
nada decente. Si conocéis una url más precisa lo agradecería tremendamente.
Un saludo. Perdón de nuevo.




___Gorka - [EMAIL PROTECTED]

DELL Precision 220 / PIII / 733 MHz / 256 Mb / 17 + 9 Gb SCSI / Dell
Ultrascan P780 16 /  Debian GNU/Linux 'Woody' sabor 'Compact' / NVidia Riva
TNT2 / KeyMouse PS/2___



Re: Configurar Sendmail

2004-03-24 Thread Santiago Vila
On Tue, 23 Mar 2004, Gorka wrote:

 Hola. He instalado sendmail 8.12.3 con deselect, pero ahora no sé cómo
 enviar un triste mensaje de prueba. He leído por ahí que desde la línea de
 comandos es ...

 #mail -v [EMAIL PROTECTED]

 y cuando hago esto me sale ...

 Subject:

 y me deja escribir todo lo que se me ocurra porque nunca vuelve al prompt o
 parece enviar el mensaje. ¿Dónde puedo obtener una lista de comandos para
 manejar sendmail? No sé mucho de linux y por más que busco no encuentro
 nada.

En ese caso deberías no intentar complicarte la vida y usar exim,
que es el MTA predeterminado de Debian.



Re: El amigo Sendmail

2004-03-24 Thread Erick Ivaan Lopez Carreon
El mié, 24-03-2004 a las 05:59, Gorka escribió:
 A pesar de ser nuevo he conseguido instalar Sendmail y no tengo más remedio
 que utilizar este servidor de correo.
 

Porque el pesar??, sendmail es el MTA. ;)



 Mi problema es que no encuentro en ningún sitio, p.e., ¿cómo mando mensajes
 desde la línea de comandos?. ¿Cuáles son los comandos básicos para manejar
 sendmail?, es decir, ... arrancar-parar-enviar-mensaje-crear buzón-ver todos
 los buzones- ... (sin necesidad de un cliente de correo, claro).
 
arrancar y parar esta en /etc/init.d/sendmail


para enviar correo usa mail o telnet :)

con mail ves los mensajes del usuario

los buzones estan en /var/spool

Crear buzon es automatico si ya tiene usuario (restringido normalmente)

Como ves todo facil

 ¿Hay alguna herramienta a modo de interfaz gráfica para todo esto? Me
 gustaría conocer las dos vertientes del asunto. Gracias desde ya por la
 atención.
 
 

Si vas a ser sysadmin mejor evita acostumbrarte a las GUI, a la larga la
consola sera tu aliada.

Saludos!



Configurar Sendmail

2004-03-23 Thread Gorka
Hola. He instalado sendmail 8.12.3 con deselect, pero ahora no sé cómo
enviar un triste mensaje de prueba. He leído por ahí que desde la línea de
comandos es ...

#mail -v [EMAIL PROTECTED]

y cuando hago esto me sale ...

Subject:

y me deja escribir todo lo que se me ocurra porque nunca vuelve al prompt o
parece enviar el mensaje. ¿Dónde puedo obtener una lista de comandos para
manejar sendmail? No sé mucho de linux y por más que busco no encuentro
nada.
Gracias.


___Gorka - [EMAIL PROTECTED]

AMD Athlon XP K7 1250 GHz / RAM 512Mb / hda3 1800 Mb / Debian GNU/Linux
'Woody' Kernel 2.4 / Monitor B1997PNST LITEON 19 50-150Hz 30-96KHz / NVidia
GeForce2 Mx 100/200 64Mb / Mouse PS/2 de Genius




Re: Configurar Sendmail

2004-03-23 Thread José Juan de Miguel

Gorka dijo:
 Hola. He instalado sendmail 8.12.3 con deselect, pero ahora no sé cómo
 enviar un triste mensaje de prueba. He leído por ahí que desde la línea
 de comandos es ...

 #mail -v [EMAIL PROTECTED]

 y cuando hago esto me sale ...

 Subject:

 y me deja escribir todo lo que se me ocurra porque nunca vuelve al
 prompt o parece enviar el mensaje. ¿Dónde puedo obtener una lista de
 comandos para manejar sendmail? No sé mucho de linux y por más que
 busco no encuentro nada.
 Gracias.



Escribes el subject das enter, escribes el mensaje y cuando termines das
enter y pon un . (punto) te dira si quieres mandar con copia y ya esta.

Salu2



José Juan de Miguel Damián
[EMAIL PROTECTED]
User #269616 counter.li.org
Proudly running Debian GNU/Linux Sid 2.4.25 + ext3
Please send bug reports to:

A href=mailto:#01**@@@^%3401
Fatal Error 69: cannot create output
Fatal Error 24: system shutting down
Fatal Error 25: cannot shutdown system, disk busy
Fatal Error 04: CAUGHT SIGTERM : formatting hard disk
SYSTEM ERROR PLEASE REB


  CORE


  DUMP
A01FF05E300013FA01FD88C4D22014
01E0034234D024EEE0932C34323100




Re: Configurar Sendmail

2004-03-23 Thread Luciano Giacchetta
Para mandar un mail con  mail 
debes terminar tu body con un . de esta forma

#mail [EMAIL PROTECTED]
Subject: Hola...
asdlfjalsdfjasldfalsñdflasdfjañsdlfkajsdf
. ( como ves tenes que terminar con un punto solo en una linea y al enter salis 
al promp de nuevo )
#

Saludos 

Luciano


-Mensaje Original-
Desde: Gorka [mailto:[EMAIL PROTECTED]
Enviado: Martes 23 de Marzo de 2004 01:05 PM
Para: debian-user-spanish@lists.debian.org
Tema: Configurar Sendmail

Hola. He instalado sendmail 8.12.3 con deselect, pero ahora no sé cómo
enviar un triste mensaje de prueba. He leído por ahí que desde la línea de
comandos es ...

#mail -v [EMAIL PROTECTED]

y cuando hago esto me sale ...

Subject:

y me deja escribir todo lo que se me ocurra porque nunca vuelve al prompt o
parece enviar el mensaje. ¿Dónde puedo obtener una lista de comandos para
manejar sendmail? No sé mucho de linux y por más que busco no encuentro
nada.
Gracias.


___Gorka - [EMAIL PROTECTED]

AMD Athlon XP K7 1250 GHz / RAM 512Mb / hda3 1800 Mb / Debian GNU/Linux
'Woody' Kernel 2.4 / Monitor B1997PNST LITEON 19 50-150Hz 30-96KHz / NVidia
GeForce2 Mx 100/200 64Mb / Mouse PS/2 de Genius



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

 
__
WWW.COM.AR ~ Tu Identidad en Internet
Todavia no tenes tu e-mail [EMAIL PROTECTED] con POP3 e Internet Gratis





Re: Configurar Sendmail

2004-03-23 Thread Manuel Lucas
On Tue, Mar 23, 2004 at 02:05:23PM +0100, Gorka wrote:
 Hola. He instalado sendmail 8.12.3 con deselect, pero ahora no sé cómo
 enviar un triste mensaje de prueba. He leído por ahí que desde la línea de
 comandos es ...
 
 #mail -v [EMAIL PROTECTED]
 
 y cuando hago esto me sale ...
 
 Subject:
 
 y me deja escribir todo lo que se me ocurra porque nunca vuelve al prompt o
 parece enviar el mensaje. ¿Dónde puedo obtener una lista de comandos para
 manejar sendmail? No sé mucho de linux y por más que busco no encuentro
 nada.

Hay un montón de opciones para probar sendmail (creo recordar sendmail -bv 
para probar direcciones, -bt para reglas de reescritura ...) pero lo
mejor es dedicar un ratito a la página man o buscar un manual en google.

Para cerrar el cuerpo de un mensaje con mail hay que acabar la línea con un 
punto o con Ctrl-D.

Saludos.
-- 
Manuel Lucas
[EMAIL PROTECTED]
Linux user #65724



mailscanner+sendmail+f-prot

2004-03-22 Thread Alonso Gomez








Hola, tengo debian woody con los siguientes paquetes
instalados (sendmail,mailscanner y f-prot) para evitar el tema de los virus en
el correo ya he configurado el mailscanner indicandole que el servidor de smtp
es sendmail y que el antivirus es f-prot pero no me escanea el correo y puedo
enviar y recibir virus.



Alguien sabe si es que tengo que hacer algo mas.



Saludos y Gracias.












Denegar ficheros adjuntos con Sendmail

2004-03-21 Thread Josep Mª Castells
Hola,
me interesaria poder denegar ciertos tipos de ficheros adjuntos de los
correos (exe, pif,com,scr...) con Sendmail.
Se puede evitar que el correo se reciba totalmente antes de comprobar si el
adjunto es del tipo no permitido?, me explico, si el fichero adjunto es un
fichero .EXE de 10 Mb que no se reciban los 10Mb antes de denegarlo...sino
que lo denegue al recibir la cabecera?
I si no se pueden denegar, se pueden retirar (poner en cuarentena) del
mensaje?



Gracias,

Josep Mª Castells.




Sendmail Auth only

2004-03-20 Thread Jody Grafals


I actually got sendmail setup to use  Auth. But how do I tell it to only 
accept mail from an authenticated  user. It's now accepting connection 
with and without authentication.

Cheers
Jody
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail

2004-03-11 Thread Javier Payno
El Miércoles, 10 de Marzo de 2004 22:41, Baltasar Perez escribió:
 Wed, 10 Mar 2004 19:00:46 +, Luciano Giacchetta:
  Gente,
 
  De donde puedo cambiar el ./sendmail -bd -q15m ??? por que el script que
  esta en el ../init.d/sendmail no tiene nada y me dice que solo cambie el
  ../mail/sendmail.conf , donde tampoco encuentro donde esta la linea que
  carga estos switch`s.

Esa linea es para iniciar sendmail con lo que en sendmail.cf no ha de estar, 
mira a ver si inicia desde inetd en lugar de standalone con lo que la 
modificación habrías de hacerla en /etc/inetd.conf, para saber si sendmail es 
iniciado por inetd.conf ejecuta un netstat -puta y busca la linea 
tcp0  0 *:smtp  *:* LISTEN  
254/inetd
O similar
Si no, también puedes hacer una chapuza que mate sendmail al inicio y lo 
vuelva a levantar con los modificadores que tu quieras por ejemplo con -q4m



Sendmail

2004-03-10 Thread Luciano Giacchetta
Gente,

De donde puedo cambiar el ./sendmail -bd -q15m ??? por que el script que esta 
en el ../init.d/sendmail no tiene nada y me dice que solo cambie el 
../mail/sendmail.conf , donde tampoco encuentro donde esta la linea que carga 
estos switch`s.


Gracias de antemano...

Luciano

__
WWW.COM.AR ~ Tu Identidad en Internet
Todavia no tenes tu e-mail [EMAIL PROTECTED] con POP3 e Internet Gratis





Re: Sendmail

2004-03-10 Thread Baltasar Perez
Wed, 10 Mar 2004 19:00:46 +, Luciano Giacchetta:
 Gente,
 
 De donde puedo cambiar el ./sendmail -bd -q15m ??? por que el script que esta 
 en el ../init.d/sendmail no tiene nada y me dice que solo cambie el 
 ../mail/sendmail.conf , donde tampoco encuentro donde esta la linea que carga 
 estos switch`s.
 
 
Hola,

me parece que el sendmail tiene un archivo de configuracion en
/etc/default/

 dios
--
Baltasar Perez Diaz
Linux User #198228; Machine #112080; Hispalinux #2805
good cw is music, Pat Nicholls VE3DZZ



Re: sendmail y problemas smtp sobre ADSL

2004-03-02 Thread csoler
- Mensaje Original -
De: gdeblists [EMAIL PROTECTED]
Fecha: Lunes, Marzo 1, 2004 7:39 pm
Asunto: sendmail y problemas smtp sobre ADSL

 Hola,
 tengo una pregunta a raiz de los problemas que hay últimamente con 
 los ISP's
 y los servidores de correo montados sobre una ADSL.
 El principal problema es que no puedo mandar correo a direcciones de
 vodafone ya que mi ip esta bloqueada en sus smtp (asi como todas 
 las de
 telefónica) por RBL o SBL.  Vodafone insiste en que no es problema 
 suyo,aunque es una de las listas que ellos han decidido usar la 
 que bloquea todas
 las ips de telefónica.  Telefónica por supuesto dice que tampoco 
 es problema
 suyo el que estén en listas de bloqueo.
 Después de varios meses de llamar a unos y a otros...me pregunto 
 si podría
 convertir mi servidor smtp para que en lugar de conectarse 
 directamente al
 servidor smtp de destino se conecte al smtp de telefónica y sea 
 ese el que
 se encargue de gestionar el envío al servidor de destino.  Su 
 servidor smtp
 no aparece en las RBL. Sabéis como configurar eso en sendmail?  

busca en la documentación de sendmail sobre cómo hacer relay. Creo que
el nombre en el fichero de configuración es 'smarthost' (puedes buscar
dicho nombre en el fichero de configuración .mc y generar luego el .cf,
o modificar directamente la entrada 'DSsmarthost' en el .cf).

Ésto ya es configuración que depende del servidor de correo de tu
proveedor, pero si te conectas desde IPs externas a su pool de
direcciones se suele exigir autenticación previo envio... para evitar
el spam.

Espero que te sirva de ayuda.

Un saludo,
César.



sendmail y problemas smtp sobre ADSL

2004-03-01 Thread gdeblists
Hola,
tengo una pregunta a raiz de los problemas que hay últimamente con los ISP's
y los servidores de correo montados sobre una ADSL.
El principal problema es que no puedo mandar correo a direcciones de
vodafone ya que mi ip esta bloqueada en sus smtp (asi como todas las de
telefónica) por RBL o SBL.  Vodafone insiste en que no es problema suyo,
aunque es una de las listas que ellos han decidido usar la que bloquea todas
las ips de telefónica.  Telefónica por supuesto dice que tampoco es problema
suyo el que estén en listas de bloqueo.
Después de varios meses de llamar a unos y a otros...me pregunto si podría
convertir mi servidor smtp para que en lugar de conectarse directamente al
servidor smtp de destino se conecte al smtp de telefónica y sea ese el que
se encargue de gestionar el envío al servidor de destino.  Su servidor smtp
no aparece en las RBL. Sabéis como configurar eso en sendmail?  Entre otras
cosas, el smtp de telefónica quizá es complicado porque requiere
autentificación.
Que funcionalidad perdería haciendole relaying al de telefónica? (aparte
de perder el rastro de los mensajes que envío)

Gracias!



Re: sendmail y problemas smtp sobre ADSL

2004-03-01 Thread Ismael Fanlo
El Lunes, 1 de Marzo de 2004 19:39, gdeblists escribió:
 Que funcionalidad perdería haciendole relaying al de telefónica? (aparte
 de perder el rastro de los mensajes que envío)

Pues la que me desistió de no hacerlo... Pones un mensaje ahora y 
frecuentemente puede tardar 6 horas o más en salir...

He optado por utilizar el SMTP de mi hosting (pero, claro, no todo el mundo 
tiene hosting).

En el peor de los casos, si se pone muy crudo el tema de los SMTP 
particulares, pues a autentificarse ante el de Telefónica (hasta que 
implanten la medida de que por muy autentificado que estés no puedas enviar 
si no es de una dirección telefonica.net) :-(

Salud,

-- 
Ismael Fanlo
http://superalumnos.net   Sólo el conocimiento nos hace libres



Re: PREGUNTA SENDMAIL

2004-02-26 Thread Pedro M.

Javi escribió:

Que tal quiero hacer una pregunta. Lo q necesito hacer es que cuando 
un usuario manda o recibe un mail, del mismo se guarde una copia. Para 
esto con un alias creo que solucionaria el tema de los que se reciben, 
pero cuando el usuario envia un mail como hago para q tambien se 
guarde una copia desde el servidor.

Muchas gracias de antemano.


Todo depende del cliente de correo que tengas.

Si tienes mozilla, puedo ayudarte.

Un saludo.



Re: PREGUNTA SENDMAIL

2004-02-26 Thread Javi
Claro el tema es q queria hacerlo a nivel servidor. No es por hincha, asi me
lo piden.
Gracias.
- Original Message - 
From: Pedro M. [EMAIL PROTECTED]
To: debian-user-spanish@lists.debian.org
Cc: Lista debian debian-user-spanish@lists.debian.org
Sent: Thursday, February 26, 2004 9:52 AM
Subject: Re: PREGUNTA SENDMAIL


 Javi escribió:

  Que tal quiero hacer una pregunta. Lo q necesito hacer es que cuando
  un usuario manda o recibe un mail, del mismo se guarde una copia. Para
  esto con un alias creo que solucionaria el tema de los que se reciben,
  pero cuando el usuario envia un mail como hago para q tambien se
  guarde una copia desde el servidor.
  Muchas gracias de antemano.

  Todo depende del cliente de correo que tengas.

 Si tienes mozilla, puedo ayudarte.

 Un saludo.


 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]






PREGUNTA SENDMAIL

2004-02-25 Thread Javi



Que tal quiero hacer una pregunta. Lo q necesito 
hacer es que cuando un usuario manda o recibe un mail, del mismo se guarde una 
copia. Para esto con un alias creo que solucionaria el tema de los que se 
reciben, pero cuando el usuario envia un mail como hago para q tambien se guarde 
una copia desde el servidor. 
Muchas gracias de 
antemano.


Re: PREGUNTA SENDMAIL

2004-02-25 Thread Javi



GRACIAS

  - Original Message - 
  From: 
  Marcelo 
  Ravilet 
  To: Javi ; Lista debian 
  Sent: Wednesday, February 25, 2004 4:30 
  PM
  Subject: Re: PREGUNTA SENDMAIL
  
  Hola, yo tue ese problema con sendmail la 
  solucion que encontre fue poner mailscanner + fprot + sendmail con esto logre 
  filtrar spam, virus y hacer copias de correos salientes, la otra opcion es que 
  migres a postfix y uses la opcion bcc_always
  
  
  Saludos
  MR
  
- Original Message - 
From: 
Javi 
To: Lista debian 
Sent: Saturday, January 05, 2002 5:58 
AM
Subject: PREGUNTA SENDMAIL

Que tal quiero hacer una pregunta. Lo q 
necesito hacer es que cuando un usuario manda o recibe un mail, del mismo se 
guarde una copia. Para esto con un alias creo que solucionaria el tema de 
los que se reciben, pero cuando el usuario envia un mail como hago para q 
tambien se guarde una copia desde el servidor. 
Muchas gracias de 
  antemano.


Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-02-05 Thread bounce-debian-user=archive=jab . org
Hello.

I'd like to help! ... not a clue if this fits your requirements or
whether it is indeed helpful. (Its meant to be my benefit to the
group, rather of awaiting replies to my own inquiries ...)

I use following setup in postfix, which I think is much greater then
exim. (exim and ppp/dialin gave me too much problem I could not cope,
also postfix's much easier to setup!)

- main.cf -

[...]
mydestination = csav-3, localhost.localdomain, localhost
[...]

append_dot_mydomain = no

relayhost = smtp.mailhost.net ## any smtp host
defer_transports = smtp
disable_dns_lookups = yes
sender_canonical_maps = hash:/etc/postfix/canonical

smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options =

 canonicals only entry: ---

#user   email
gerd[EMAIL PROTECTED]

 last but not least: /etc/postfix/sasl_passwd (only one line) --- 

## a bit confused: whole email as passwd like gmx must have / could be
   also somekind of alphanumerical one, for instance passwd123

smtp.mailhost.net[EMAIL PROTECTED]:fit9084


that's it!

you have to rehash the canonical and sas_passwd to have them as true
databases workable for postfix.

postmap [filename] will do the job. Please I am not sure, if you
would ever get to this point beg one else to answer this (long ago I
set this up, i forgot)

best regards,
alex


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



apache2 und sendmail backport repository

2004-02-02 Thread Marcus Schopen
Hei,

kann jemand gute und ständig aktuell gehaltene backport repositories für 
apache2 und sendmail nach woody empfehlen?

Danke,
Marcus
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: apache2 und sendmail backport repository

2004-02-02 Thread Norbert Tretkowski
* Marcus Schopen wrote:
 kann jemand gute und ständig aktuell gehaltene backport repositories
 für apache2 und sendmail nach woody empfehlen?

Mit apache2 kann ich dienen:

,
| deb http://www.backports.org/debian woody apache2
`

Das ist aktuell 2.0.48-4, wird im Laufe des Abends aber auf 2.0.48-7
aktualisiert. Bei Sendmail muss ich passen.

Norbert


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-02-01 Thread Pigeon
On Sun, Feb 01, 2004 at 02:26:32AM +0100, Vincent Lefevre wrote:
 Well, looking at your scripts:
 you have won several Useless Use of Cat Awards

A bad habit of mine, I'm afraid...

 Or perhaps pigeons just like cats. :)

Many a true word is spoken in jest... Some pigeons enjoy teasing cats,
and forcing them to expend their predatory energies to no purpose. :-)

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-02-01 Thread Tobias Reckhard
Nano Nano wrote:
My first test message to the outside world bounced with:

[EMAIL PROTECTED]: host smtp.comcast.net[216.148.227.125] said: 
550
[PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
command)

exim always added my Sender header for me.
I presume comcast is rejecting your email because it doesn't like the 
hostname given in the HELO/EHLO command. It saying 'comcast.net requires 
valid sender' sounds like it. What do 'postconf myorigin' and 'postconf 
myhostname' say? You (or rather comcast) want myorigin to be a hostname 
that's in the Internet DNS.

Tobias

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-02-01 Thread Nano Nano
On Mon, Feb 02, 2004 at 05:39:54AM +0100, Tobias Reckhard wrote:
 Nano Nano wrote:
 My first test message to the outside world bounced with:
 
 [EMAIL PROTECTED]: host smtp.comcast.net[216.148.227.125] said: 
 550
 [PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
 command)
 
 exim always added my Sender header for me.
 
 I presume comcast is rejecting your email because it doesn't like the 
 hostname given in the HELO/EHLO command. It saying 'comcast.net requires 
 valid sender' sounds like it. What do 'postconf myorigin' and 'postconf 
 myhostname' say? You (or rather comcast) want myorigin to be a hostname 
 that's in the Internet DNS.

# postconf myorigin
myorigin = $myhostname
# postconf myhostname
myhostname = desk

Should I just change mail name during postfix debconf questions to 
comcast.net ??  Mail will then appear to come from 
[EMAIL PROTECTED] or [EMAIL PROTECTED] which are not real emails.

It looks like I need to modify virtual(5) or canonical(5) but I cannot 
grok the examples from postfix-doc.  aliases(5) seems to be okay; it's 
correctly delivering local root mail to my account.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-02-01 Thread Tobias Reckhard
Nano Nano wrote:

# postconf myorigin
myorigin = $myhostname
# postconf myhostname
myhostname = desk
OK. Some hosts will reject your host's HELO/EHLO, but the comcast thing 
was probably due to your MAIL FROM: address' domain not being in the 
Internet DNS.

Should I just change mail name during postfix debconf questions to 
comcast.net ??
I don't know, honestly, I always select 'No configuration' and configure 
it myself, so I don't know what effect the individual debconf answers have.

 Mail will then appear to come from 
[EMAIL PROTECTED] or [EMAIL PROTECTED] which are not real emails.
I don't know about your setup. If you're just sending emails out with 
Postfix and not receiving any (from the Internet) and using a smarthost 
(aka relayhost with Postfix), you only need to make sure you use 
HELO/EHLO parameters that your relayhost will accept. The domain in your 
MAIL FROM: address should exist in the Internet DNS, otherwise many 
sites will reject your emails (or will waste resources when trying to 
send bounces to you). You should use your email address here.

It looks like I need to modify virtual(5) or canonical(5) but I cannot 
grok the examples from postfix-doc.  aliases(5) seems to be okay; it's 
correctly delivering local root mail to my account.
I don't think you want to modify virtual. Canonical perhaps. Explain 
your setup and what you want to do and maybe we can help. You can also 
try the postfix-users mailing list.

Tobias

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Thorsten Haude
Hi,

* Vincent Lefevre wrote (2004-01-31 01:09):
However, procmail isn't perfect. The main problem is that it isn't
very powerful and may need other tools (mainly formail, but also
perl for the most complicated filters). A 100% perl-based solution
(with primitives for MIME decoding) would probably better for me.

I used Mail::Audit for a year or so. It seems to fit the bill as it is
simple a nice Perl interface to Mails. However, there are some serious
bugs and it is no longer supported, so I finally switched to Maildrop.


Thorsten
-- 
Alles ist richtig, auch das Gegenteil.
- Kurt Tucholsky


pgp0.pgp
Description: PGP signature


Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Thorsten Haude
Moin,

* Adam Aube wrote (2004-01-31 04:18):
On Friday 30 January 2004 07:09 pm, Vincent Lefevre wrote:
 However, procmail isn't perfect. The main problem is that it isn't
 very powerful and may need other tools (mainly formail, but also
 perl for the most complicated filters). A 100% perl-based solution
 (with primitives for MIME decoding) would probably better for me.

Have you looked at maildrop? I've never used it myself, but others have 
highly recommended it over procmail.

I switched from Procmail to Perl solution and from that to Maildrop.
It's very nice to use, and even the more complicated parts of my Perl
setup were easily translated because of Maildrop's GDBM support.

I wouldn't use Procmail anymore because its syntax is an insult, but
Maildrop is also more powerful. A translation of my old Procmail
filters I did (before finding and using the Perl tool) only took a
couple of minutes.


I know it comes with various mail processing utilities (including
MIME processing).

I never used anything more than reformail, so I'm not sure about that.


Thorsten
-- 
Anyone who is capable of getting themselves made President
should on no account be allowed to do the job.
- The Book


pgp0.pgp
Description: PGP signature


Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Vincent Lefevre  [EMAIL PROTECTED] wrote:
On 2004-01-30 18:34:17 +, Miquel van Smoorenburg wrote:
 See http://www.exim.org/ . Click on Documentation and FAQs.

There are several things I don't like:

You're probably right on most of those, exim filtering isn't
the end-all be-all of mail filtering, but:

* Exim uses the .forward file which is also used by other MTAs.
  This may lead to clashes and lost mail if something changes at
  the system level (e.g. another MTA is used). A bit dangerous.
  A .eximrc would have been a better idea.

This is configurable.

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-01-31 Thread Miquel van Smoorenburg
In article [EMAIL PROTECTED],
Nano Nano  [EMAIL PROTECTED] wrote:
On Sat, Jan 31, 2004 at 01:21:46AM +0100, Vincent Lefevre wrote:
 On 2004-01-30 14:57:37 -0800, Nano Nano wrote:
  Aha, that explains why the 2nd message worked: I have a mutt rule that 
  adds the correct From for list-replies.  I guess I'll have to make sure 
  Mutt adds a valid From or Sender in all cases.
  
  I'll have to make sure all mail-generating programs do that: is there a 
  facility in Debian to assist with that, or will I need to administer 
  Identities in each MUA individually?
 
 Isn't postfix able to do email rewriting?

I guess but it apparently doesn't do it OOB.  I never liked how Exim 
leaked my AccountFullName+EtcEmailAddressesEmail identity in the Sender 
when I was using an alternate valid From email and nickname (like here).

You can configure exim not to do that if you don't like it.

Mike.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Pigeon
On Sat, Jan 31, 2004 at 01:09:21AM +0100, Vincent Lefevre wrote:
 * A result of a pipe can't be retrieved (and that's why the FAQ
   recommends to use procmail for such things).

...you mean that if you pipe a message through some external program
you can't then feed the output of that program back into exim? It
initially appears so, but it's straightforward to write a shellscript
wrapper for the external program that adds a custom header (to avoid
loops) and feeds the output of the external program back in using
exim -bm. Useful if you want to avoid having to learn
Sanskrit^Wprocmail.

For example, the following is what I use to strip the advertising from
Yahoo Groups mailing list traffic:

/home/pigeon/.forward:
# Exim filter

if $header_to: contains yahoogroups.com and $header_X-Footer-Stripped: does not 
contain yes
then
pipe /home/pigeon/bin/yahoo.mail.footer.strip
save /home/pigeon/mail/debug/yahoo.strip.log
seen finish
endif

/home/pigeon/bin/yahoo.mail.footer.strip:
#!/bin/sh
# /bin/sed -e '/ Yahoo! Groups Sponsor /,$d' | /usr/sbin/exim -bm pigeon

LOGFILE=/home/pigeon/mail/debug/yahoo.strip.log
SCRIPTFILE=/home/pigeon/bin/yahoo.mail.footer.strip.edscript
TMPFILE=`mktemp -t footerstrip.$$.XX`
if [ $? -ne 0 ]; then
  (echo -n 'Error creating TMPFILE at '; 822-date)  $LOGFILE
  cat | /usr/sbin/exim -bm pigeon
  exit 0
fi

cat  $TMPFILE
cat $SCRIPTFILE | ed $TMPFILE  /dev/null 2/dev/null
cat $TMPFILE | /usr/sbin/exim -bm pigeon
rm -f $TMPFILE

/home/pigeon/bin/yahoo.mail.footer.strip:
$
?^--* Yahoo! Groups Sponsor --*~?
.,/---/d
1
/^$/
i
X-Footer-Stripped: yes
.
w
q


-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread s. keeling
Incoming from Pigeon:
 
 exim -bm. Useful if you want to avoid having to learn
 Sanskrit^Wprocmail.
 
 For example, the following is what I use to strip the advertising from
 Yahoo Groups mailing list traffic:

Oh yes, that's far simpler than learning Sanskrit^Wprocmail.  Yesiree,
Bob!  You betcha!  Uh-huh!  :-P

I'm not dissing exim here; indeed, this has been interesting.  I
just think procmail's getting a pretty bad, and undeserved, rap from
this.


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Vincent Lefevre
On 2004-01-30 22:18:58 -0500, Adam Aube wrote:
 Have you looked at maildrop?

I hesitated between maildrop and procmail and chose procmail propably
because I was already using it on another account. But maildrop is
installed on my machine. BTW, does anyone know when the new version
(1.6.3) will be available as a Debian package (bug #222421)? The
current maildrop package is 1.5.3 only (2003-04-29). There are typos
in the man page and I don't want to report them based on an old
version.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Vincent Lefevre
On 2004-01-31 18:43:10 +, Pigeon wrote:
 ...you mean that if you pipe a message through some external program
 you can't then feed the output of that program back into exim? It
 initially appears so, but it's straightforward to write a shellscript
 wrapper for the external program that adds a custom header (to avoid
 loops) and feeds the output of the external program back in using
 exim -bm.

I don't want to bloat mail messages with additional headers.

 Useful if you want to avoid having to learn Sanskrit^Wprocmail.

The procmail solution is much simpler.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Pigeon
On Sat, Jan 31, 2004 at 12:45:04PM -0700, s. keeling wrote:
 Incoming from Pigeon:
  
  exim -bm. Useful if you want to avoid having to learn
  Sanskrit^Wprocmail.
  
  For example, the following is what I use to strip the advertising from
  Yahoo Groups mailing list traffic:
 
 Oh yes, that's far simpler than learning Sanskrit^Wprocmail.  Yesiree,
 Bob!  You betcha!  Uh-huh!  :-P

OK, my example could have been better chosen :-) Serves me right for
trying to provide something that was useful instead of just exemplary!

 I'm not dissing exim here; indeed, this has been interesting.  I
 just think procmail's getting a pretty bad, and undeserved, rap from
 this.

I don't think I'm trying to say don't use procmail. Just that
there's more than one way to skin a cat. Which is one of the things I
like about Linux. I had the choice between figure out procmail and
use bash / ed / exim which I already know; I took the easy way out.

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x21C61F7F


pgp0.pgp
Description: PGP signature


Re: Exim vs Procmail (was: Sendmail vs Exim vs Others)

2004-01-31 Thread Vincent Lefevre
On 2004-01-31 23:51:55 +, Pigeon wrote:
 I don't think I'm trying to say don't use procmail. Just that
 there's more than one way to skin a cat. Which is one of the things I
 like about Linux. I had the choice between figure out procmail and
 use bash / ed / exim which I already know; I took the easy way out.

Well, looking at your scripts:

  cat | /usr/sbin/exim -bm pigeon

  cat $SCRIPTFILE | ed $TMPFILE  /dev/null 2/dev/null

  cat $TMPFILE | /usr/sbin/exim -bm pigeon

you have won several Useless Use of Cat Awards

  http://rhols66.adsl.netsonic.fi/era/unix/award.html

Or perhaps pigeons just like cats. :)

The following part

$
?^--* Yahoo! Groups Sponsor --*~?
.,/---/d
1
/^$/
i
X-Footer-Stripped: yes
.
w
q

is also quite obfuscated. Several commands to do one thing...

Moreover your solution isn't fault tolerant. For instance, if the disk
is full, you may lose mail.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/ - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail vs Exim vs Others

2004-01-31 Thread Monique Y. Herman
On 2004-01-30, Vincent Lefevre penned:
 On 2004-01-30 11:03:07 -0700, Monique Y. Herman wrote:
 On 2004-01-30, Vincent Lefevre penned:
  But the man page is far from being clear and incomplete (compared
  to the procmail man pages).
 
 Have you looked at `man procmailex`?  It has a lot of very clear
 examples.

 I was complaining at exim, not procmail.


Oh!  Sure enough, you were.  Clear enough from your text.  I don't know
where my brain was.

In that case, I wholeheartedly agree with you.

-- 
monique


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail vs Exim vs Others

2004-01-30 Thread Jamin W. Collins
On Thu, Jan 29, 2004 at 09:40:28PM -0800, Steve Lamb wrote:
 Adam Aube wrote:
 My personal preference is qmail. Not sure if it's available in the
 Debian archive or not, but you can check out www.qmail.org for more
 info - look for the links to netqmail.
 
 Probably not given the nature of its license.

Yes and no.  There is a qmail-src package which will create a debianized
package for installation.

 qmail, by default, will not relay AT ALL, and I have found it very
 easy to install and setup.
 
 o.O  I've had to work with QMail and I have to say that it is one big
 giant headache.  It was last actively developed in a day and age when
 SMTP could be fairly open.  To get any decent security requires that
 you need to patch in at least 6-7 different patches because the
 license forbids redistribution of modified source.

The qmail-src package applies a few of the more useful patches when it
creates the binary package.

 Compared to my work with Exim QMail is one big giant nightmare.  

QMail can be quite inflexible at times.  I haven't worked with Exim on
the same level as QMail yet, but do like what I've seen of Exim so far
and am planning on migrating to it in place of QMail

 In short, QMail is the Windows of MTAs.  Sure, you can get it to work
 but doing so is more trouble than its worth and maintaining it is even
 worse.

That just FUD.  It may not be the easiest MTA to work with but the above
is just misleading and wrong.

-- 
Jamin W. Collins

To be nobody but yourself when the whole world is trying it's best night
and day to make you everybody else is to fight the hardest battle any
human being will fight. -- E.E. Cummings


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-01-30 Thread Thorsten Haude
Hi,

* Nano Nano wrote (2004-01-30 07:01):
My first test message to the outside world bounced with:

[EMAIL PROTECTED]: host smtp.comcast.net[216.148.227.125] said: 
550
[PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
command)

exim always added my Sender header for me.

What to do?

What's in the log for this message?


Thorsten
-- 
Endorsing products is the American way of expressing individuality.
- Calvin


pgp0.pgp
Description: PGP signature


Re: Sendmail vs Exim vs Others

2004-01-30 Thread Steve Lamb
Adam Aube wrote:
I've added patches for various purposes, but not for security. What 
security problems were you patching against?
I consider fundimental checks against spam and viruses to be part and 
parcel to security.

What idiotic ideas? qmail is designed to be secure, fast, and simple - 
and it achieves those goals quite well.
Prime example: Exim logs all activity with a message by a unique 
identifier assigned to that message.  No message passing through Exim will 
ever have the same identifier.  Therefore it is trivial to track down the 
entire history of a message through any number of logs.

QMail assigns the message's INode as the identifier.  INodes are reused. 
 Therefore it is a non-trivial matter to track down what a message has gone 
through since one has to first find the message number, then track that number 
until a successful delivery attempt is made.  Mind you each delivery attempt 
is given a different identifier as well and has no reference to original 
identifier!  Once a successful delivery attempt is made all future references 
to that message *may* be invalid.

That has been a major thorn in my side for weeks because I cannot perform 
a simple freakin' grep to get the history of a single message!  If I did I'd 
see it pop up several dozen times as the same INode is reused over and over.

Of course logging isn't the only problem with this concept.  Try moving 
the queue.  I dare ya!

Simplistic design, yes.  Simple, as in to use?  No way.  *BASIC* 
operations like logging and queue maintenance required tools to be written.

--
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
   PGP Key: 8B6E99C5   | main connection to the switchboard of souls.
---+-
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-01-30 Thread Nano Nano
On Fri, Jan 30, 2004 at 08:19:36AM +0100, Thorsten Haude wrote:
 What's in the log for this message?

from /var/log/mail.log:

Jan 29 23:42:00 desk postfix/smtp[4117]: 8AEF514756: 
to=[EMAIL PROTECTED], relay=smtp.comcast.net[204.127.198.27], 
delay=0, status=bounced (host smtp.comcast.net[204.127.198.27] said: 550 
[PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
command))

Here's the text of the bounced message:

Reporting-MTA: dns; desk
Arrival-Date: Thu, 29 Jan 2004 23:42:00 -0800 (PST)

Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host smtp.comcast.net[204.127.198.27] said: 
550
[PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
command)

//
It apparently wants me to add an Sender header.  Mutt doesn't do it.
Exim always did it for me, using the form:

[Account Full Name] email from /etc/email-addresses matching account

I never liked that.  I need to tell postfix something to say as 
Sender.  How?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sendmail vs Exim vs Others

2004-01-30 Thread Katipo
On Fri, 30 Jan 2004 17:13:58 +1100
Ian Perry [EMAIL PROTECTED] wrote:

 
 Over the weekend, I will 'play'.
 
 I just came across this comparison of the four which I found interesting.
 http://shearer.org/en/writing/mtacomparison.html
 
Procmail is definitely worth looking at. Also
clamav, spamassassin, amavis, spamc.
Regards,

David.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: postfix [was Re: Sendmail vs Exim vs Others]

2004-01-30 Thread Nano Nano
On Thu, Jan 29, 2004 at 11:52:13PM -0800, Nano Nano wrote:
 On Fri, Jan 30, 2004 at 08:19:36AM +0100, Thorsten Haude wrote:
  What's in the log for this message?
 
 from /var/log/mail.log:
 
 Jan 29 23:42:00 desk postfix/smtp[4117]: 8AEF514756: 
 to=[EMAIL PROTECTED], relay=smtp.comcast.net[204.127.198.27], 
 delay=0, status=bounced (host smtp.comcast.net[204.127.198.27] said: 550 
 [PERMFAIL] comcast.net requires valid sender (in reply to RCPT TO 
 command))

Strangeness!  I sent the message I am replying to via Postfix (before I 
remembered to switch back to Exim), and it worked.

The message I am sending now will be with Exim.  Maybe postfix was 
working okay after all.  The message that bounced was:

From: Me [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: test
Date: Thu, 29 Jan 2004 23:42:00 -0800
User-Agent: Mutt/1.5.5.1+cvs20040105i
Message-ID: [EMAIL PROTECTED]

bleh
//end

One worked, one didn't.  Probably tripped a virus filter with the test 
message.  So I still need to add the Sender automatically with 
Postfix, and I don't know how.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



<    5   6   7   8   9   10   11   12   13   14   >