Re: get email filename

2012-08-02 Thread Wietse Venema
Wael MANAI: > I do not want to touch the queue files. Well, I am developing an > application for MMS which uses SMTP protocol. When a request msg is sent > sometimes the destination MMSC does not answer or answer too late. In > this case I need to close my context and to send an acknowledgement to

Re: get email filename

2012-08-02 Thread Reindl Harald
Am 02.08.2012 16:48, schrieb 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 emai

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 postfix and I would like to know > >> > if

Re: get email filename

2012-08-02 Thread Reindl Harald
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 postfix and I would like to know >> > if there is a way to get the filename given by postfix? >> >> Wietse: >> > > No

Re: get email filename

2012-08-02 Thread Wael MANAI
Why I want to replace sendmail by my own "sendmail" (open a tcp connection to localhost on port 25) is because postfix when he sends the 250 Ok after DATA sending gives the file name: 250 2.0.0 Ok: queued as 06F2F1C00B where 06F2F1C00B is the filename. Le mercredi 01 août 2012 à 10:50 -0400, Wie

Re: get email filename

2012-08-01 Thread Viktor Dukhovni
On Wed, Aug 01, 2012 at 01:38:54PM +0200, Wael MANAI wrote: > 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? Just having the queue file name is pointless unless you want to do something with it. You should explain w

Re: get email filename

2012-08-01 Thread Wietse Venema
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. Wael MANAI: > Thx for the answer. So how can I replace sendmail cmd by telnet to send > e

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: > > Hi, > >

Re: get email filename

2012-08-01 Thread Wietse Venema
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? No. The file name changes after you submit the mail. Wietse