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