Re: get email filename

2012-08-02 Thread Wael MANAI
Le jeudi 02 août 2012 à 16:27 +0200, Reindl Harald a écrit : > do not top-post > > Am 02.08.2012 16:17, schrieb Wael MANAI: > > Le mercredi 01 août 2012 à 10:50 -0400, Wietse Venema a écrit : > >> Wael MANAI: > >> > I am using sendmail to send emails to postfi

Re: get email filename

2012-08-02 Thread Wael MANAI
0:50 -0400, Wietse Venema a écrit : > Wael MANAI: > > I am using sendmail to send emails to postfix and I would like to know > > if there is a way to get the filename given by postfix? > > Wietse: > > > No. The file name changes after you submit the mail. > > Wa

Re: get email filename

2012-08-01 Thread Wael MANAI
Thx for the answer. So how can I replace sendmail cmd by telnet to send emails always through postfix? I thought to do telnet on 127.0.0.1 but I do not know which configuration to make in master.cf BR Le mercredi 01 août 2012 à 07:53 -0400, Wietse Venema a écrit : > Wael MANAI: >

get email filename

2012-08-01 Thread Wael MANAI
Hi, I am using sendmail to send emails to postfix and I would like to know if there is a way to get the filename given by postfix? BR

Re: incorrect mailer-daemon

2012-06-20 Thread Wael MANAI
ocation (in reply to MAIL FROM command)" Le mercredi 20 juin 2012 à 10:10 -0400, Wietse Venema a écrit : > Wael MANAI: > > What do you mean "security software"? It's postfix which adds > > 250-PIPELINING... > > You are mistaken. > > The "s

Re: incorrect mailer-daemon

2012-06-20 Thread Wael MANAI
di 20 juin 2012 à 09:49 -0400, Wietse Venema a écrit : > Wael MANAI: > > Hi, > > > > Here is my problem. I try to send one message which is refused by remote > > mailer (at MAIL FROM Level) with error: > > > > 552 Requested mail action aborted: exc

Re: Bcc field not transmitted to applicative layer

2012-06-20 Thread Wael MANAI
11 11:33:41 +0100 Content-Type: multipart/related; start="<4B9FC4C2.smil>"; type="application/smil"; boundary="---mime-boundary-7E23F647.5E4F1808" And as you can see the Bcc is missing... Le mercredi 20 juin 2012 à 09:17 -0400, Wietse Venema a écrit : > Wael

incorrect mailer-daemon

2012-06-20 Thread Wael MANAI
Hi, Here is my problem. I try to send one message which is refused by remote mailer (at MAIL FROM Level) with error: 552 Requested mail action aborted: exceeded storage allocation wireshark tcp stream: 220 81.52.180.21 ESMTP EHLO relay.com 250 81.52.180.21[relay.com] Please to meet you 250-P

Bcc field not transmitted to applicative layer

2012-06-20 Thread Wael MANAI
Hi, I use Postfix in MMS sending/receiving and some MMS can contain Bcc parameter. I have configured Postfix to send all the messages to an external program (using pipe mechanism) which treat the MMS. The problem is when the MMS sent has one or more Bcc, Postfix delete them (pipe output data do no

Re: turn off mailer daemon returns

2012-06-20 Thread Wael MANAI
Hi, Just to thank everybody, now I received all the mailer-daemon and I can control the messages sent. Le mardi 12 juin 2012 à 12:38 -0500, Noel Jones a écrit : > On 6/12/2012 11:47 AM, Wael MANAI wrote: > > with internal_mail_filter_classes and header_checks I can redirect > >

Re: turn off mailer daemon returns

2012-06-12 Thread Wael MANAI
header_checks = regexp:/etc/postfix_out/header_checks in /etc/postfix_out/header_checks /^From: *MAILER-DAEMON/ FILTER mail-postfix: BR Le mardi 05 juin 2012 à 23:28 +0200, DTNX Postmaster a écrit : > On Jun 5, 2012, at 16:04, Wael MANAI wrote: > > > MM4 parameter X-Mms-Tr

Re: turn off mailer daemon returns

2012-06-05 Thread Wael MANAI
MM4 parameter X-Mms-Transaction-ID thx Le lundi 04 juin 2012 à 13:51 +0200, DTNX Postmaster a écrit : > On Jun 4, 2012, at 10:31, Wael MANAI wrote: > > > I read the links and tried some configuration modifications with > > soft_bounce and internal_mail_filter_classes

Re: turn off mailer daemon returns

2012-06-04 Thread Wael MANAI
, Wael MANAI a écrit : > Thank you Jona, i am gona see your links > > Le vendredi 01 juin 2012 à 11:50 +0200, DTNX Postmaster a écrit : > > > On Jun 1, 2012, at 09:49, Wael MANAI wrote: > > > > > Well, I use postfix for MMS sending (MM4 protocol which is based o

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Thank you Jona, i am gona see your links Le vendredi 01 juin 2012 à 11:50 +0200, DTNX Postmaster a écrit : > On Jun 1, 2012, at 09:49, Wael MANAI wrote: > > > Well, I use postfix for MMS sending (MM4 protocol which is based on SMTP). > > I am working on a hub system i.e I rec

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
explanations clear, thx Le vendredi 01 juin 2012 à 09:19 +0200, Ralf Hildebrandt a écrit : > * Wael MANAI : > > Any idea? > > > > Le jeudi 31 mai 2012 à 17:49 +0200, Wael MANAI a écrit : > > > > > Hi everybody, > > > > > > I would like to

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
; > > > On 06/01/2012 12:36 PM, Wael MANAI wrote: > > > Any idea? > > > > Le jeudi 31 mai 2012 à 17:49 +0200, Wael MANAI a écrit : > > > > > Hi everybody, > > > > > > I would like to know if it's possible to prevent po

Re: turn off mailer daemon returns

2012-06-01 Thread Wael MANAI
Any idea? Le jeudi 31 mai 2012 à 17:49 +0200, Wael MANAI a écrit : > Hi everybody, > > I would like to know if it's possible to prevent postfix to NOT send a > MAILER DAEMON email back to the sender if something is wrong? > > thanks in advance,

turn off mailer daemon returns

2012-05-31 Thread Wael MANAI
Hi everybody, I would like to know if it's possible to prevent postfix to NOT send a MAILER DAEMON email back to the sender if something is wrong? thanks in advance,

several RCPT TO

2012-02-09 Thread Wael MANAI
Hi, I am sending 1 message using postfix.sendmail command. In this message I have 1 destination (To) but postfix uses 2 different RCPT TO to send the message, 1 that is the value specify in the command (option -t in sendmail) and the other = To. The command used is: /usr/sbin/sendmail -f"po