Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-14 Thread Tony White

hi xaf,
  Clear, concise and an answer.
Thank you very much.
  I was only hoping for my mail server
managed to contact the remote and it accepted the email.
In other words yes delivery success in the logs.
  I will read JM's info thanks again.

best wishes
  Tony White

On 14/10/2016 15:31, xaf wrote:


hi Tony,

DSN was first implemented in mail server
(remote server sends receipt when mail is delivered into the mailbox)
for privacy reasons, the feature was moved to email client
qmail hasn't implemented RRT but NRUDT

to achieve your goal
you have to parse qmail-send log file for delivery success
(remote server accepts mail do not mean remote server delivers mail)
info msg xxx (mail from) -> starting delivery yyy: msg xxx (1 or many) -> 
delivery yyy: success
mtrack is helpfull
https://qmail.jms1.net/scripts/mtrack

if it's intended for internal use
and all mail servers use qmail
you may use qreceipt with the extra header Notice-Requested-Upon-Delivery-To

xaf


Tony White a écrit le 13/10/2016 à 23:08 :

Hi Eric,
I have not specified well enough what I am wanting.
I want to receive notification from my mail server when it has
delivered the email to the remote server.
I am unable to make it work but it should as DNS (Delivery Status 
Notification)


best wishes
Tony White

On 14/10/2016 01:27, Eric wrote:


Tony,

I'm not sure how familiar you are with maildrop, but, you could use 
autorespond. I use autorespond with .qmail,
.mailfilter, and maildrop for vacation messages. I've set it up on my server so 
that my users can trigger an
out-of-office reply when they send themselves an email with the subject 'out of 
office'. Of course autorespond does not
have to be used for vacation messages alone.

Also, in 'Notes' on www.qmailtoaster.com there is a way to set up Dovecot LDA 
with which you can use Sieve. There may be
functionality in Sieve to do just what you're looking to do.

Eric

On 10/13/2016 5:01 AM, Tony White wrote:

Hi,
   Update, Delivery Status does not work in Squirrelmail while
Read Receipt does.

best wishes
   Tony White


  On 13/10/2016 19:51, Kisakye Alex wrote:


Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

 Hi folks,
   I was hoping someone can tell me how to
 get my server to tell customers their email
 has been delivered.
   Thunderbird has an option to make the request
 but QMT does not respond with anything.

 TIA

 --
 best wishes
   Tony White



-
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com

 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com
 



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread xaf
hi Tony,

DSN was first implemented in mail server
(remote server sends receipt when mail is delivered into the mailbox)
for privacy reasons, the feature was moved to email client
qmail hasn't implemented RRT but NRUDT

to achieve your goal
you have to parse qmail-send log file for delivery success
(remote server accepts mail do not mean remote server delivers mail)
info msg xxx (mail from) -> starting delivery yyy: msg xxx (1 or many) -> 
delivery yyy: success
mtrack is helpfull
https://qmail.jms1.net/scripts/mtrack

if it's intended for internal use
and all mail servers use qmail
you may use qreceipt with the extra header Notice-Requested-Upon-Delivery-To

xaf


Tony White a écrit le 13/10/2016 à 23:08 :
> Hi Eric,
>I have not specified well enough what I am wanting.
> I want to receive notification from my mail server when it has
> delivered the email to the remote server.
>I am unable to make it work but it should as DNS (Delivery Status 
> Notification)
>
>
> best wishes
>Tony White
>
> On 14/10/2016 01:27, Eric wrote:
>
>> Tony,
>>
>> I'm not sure how familiar you are with maildrop, but, you could use 
>> autorespond. I use autorespond with .qmail, 
>> .mailfilter, and maildrop for vacation messages. I've set it up on my server 
>> so that my users can trigger an 
>> out-of-office reply when they send themselves an email with the subject 'out 
>> of office'. Of course autorespond does not 
>> have to be used for vacation messages alone.
>>
>> Also, in 'Notes' on www.qmailtoaster.com there is a way to set up Dovecot 
>> LDA with which you can use Sieve. There may be 
>> functionality in Sieve to do just what you're looking to do.
>>
>> Eric
>>
>> On 10/13/2016 5:01 AM, Tony White wrote:
>>> Hi,
>>>   Update, Delivery Status does not work in Squirrelmail while
>>> Read Receipt does.
>>>
>>> best wishes
>>>   Tony White
>>>
>>>
>>>  On 13/10/2016 19:51, Kisakye Alex wrote:
>>>
 Can you try doing it in webmail [squirrel] and see if that works.
 I remember testing the feature with success but that was with squirrelmail

 Alex

 On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

 Hi folks,
   I was hoping someone can tell me how to
 get my server to tell customers their email
 has been delivered.
   Thunderbird has an option to make the request
 but QMT does not respond with anything.

 TIA

 --
 best wishes
   Tony White



 -
 To unsubscribe, e-mail:
 qmailtoaster-list-unsubscr...@qmailtoaster.com
 
 For additional commands, e-mail:
 qmailtoaster-list-h...@qmailtoaster.com
 



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



RE: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Helmut Fritz
Thx Tony - I will check that out, but those should show in my sent items as 
well.

-Original Message-
From: Tony White [mailto:t...@ycs.com.au] 
Sent: Thursday, October 13, 2016 4:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Delivery Status Notification - how to make it work 
in QMail

Helmut,
   Sorry, it seems your email client automatically responds to a Read Request.
Hence the reason I see emails from you via the group.

best wishes
   Tony White

On 14/10/2016 01:27, Eric wrote:

> Tony,
>
> I'm not sure how familiar you are with maildrop, but, you could use 
> autorespond. I use autorespond with .qmail, .mailfilter, and maildrop 
> for vacation messages. I've set it up on my server so that my users 
> can trigger an out-of-office reply when they send themselves an email with 
> the subject 'out of office'. Of course autorespond does not have to be used 
> for vacation messages alone.
>
> Also, in 'Notes' on www.qmailtoaster.com there is a way to set up 
> Dovecot LDA with which you can use Sieve. There may be functionality in Sieve 
> to do just what you're looking to do.
>
> Eric
>
> On 10/13/2016 5:01 AM, Tony White wrote:
>> Hi,
>>   Update, Delivery Status does not work in Squirrelmail while Read 
>> Receipt does.
>>
>> best wishes
>>   Tony White
>>
>>
>>  On 13/10/2016 19:51, Kisakye Alex wrote:
>>
>>> Can you try doing it in webmail [squirrel] and see if that works.
>>> I remember testing the feature with success but that was with 
>>> squirrelmail
>>>
>>> Alex
>>>
>>> On Thu, Oct 13, 2016 at 6:27 PM, Tony White >> > wrote:
>>>
>>> Hi folks,
>>>   I was hoping someone can tell me how to
>>> get my server to tell customers their email
>>> has been delivered.
>>>   Thunderbird has an option to make the request
>>> but QMT does not respond with anything.
>>>
>>> TIA
>>>
>>> --
>>> best wishes
>>>   Tony White
>>>
>>>
>>>
>>> -
>>> To unsubscribe, e-mail:
>>> qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> 
>>> For additional commands, e-mail:
>>> qmailtoaster-list-h...@qmailtoaster.com
>>> 
>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: 
> qmailtoaster-list-h...@qmailtoaster.com
>
>
>


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Tony White

Helmut,
  Sorry, it seems your email client automatically responds to a Read Request.
Hence the reason I see emails from you via the group.

best wishes
  Tony White

On 14/10/2016 01:27, Eric wrote:


Tony,

I'm not sure how familiar you are with maildrop, but, you could use autorespond. I use autorespond with .qmail, 
.mailfilter, and maildrop for vacation messages. I've set it up on my server so that my users can trigger an 
out-of-office reply when they send themselves an email with the subject 'out of office'. Of course autorespond does not 
have to be used for vacation messages alone.


Also, in 'Notes' on www.qmailtoaster.com there is a way to set up Dovecot LDA with which you can use Sieve. There may be 
functionality in Sieve to do just what you're looking to do.


Eric

On 10/13/2016 5:01 AM, Tony White wrote:

Hi,
  Update, Delivery Status does not work in Squirrelmail while
Read Receipt does.

best wishes
  Tony White


 On 13/10/2016 19:51, Kisakye Alex wrote:


Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

Hi folks,
  I was hoping someone can tell me how to
get my server to tell customers their email
has been delivered.
  Thunderbird has an option to make the request
but QMT does not respond with anything.

TIA

--
best wishes
  Tony White



-
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com







-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Tony White

Hi Eric,
  I have not specified well enough what I am wanting.
I want to receive notification from my mail server when it has
delivered the email to the remote server.
  I am unable to make it work but it should as DNS (Delivery Status 
Notification)


best wishes
  Tony White

On 14/10/2016 01:27, Eric wrote:


Tony,

I'm not sure how familiar you are with maildrop, but, you could use autorespond. I use autorespond with .qmail, 
.mailfilter, and maildrop for vacation messages. I've set it up on my server so that my users can trigger an 
out-of-office reply when they send themselves an email with the subject 'out of office'. Of course autorespond does not 
have to be used for vacation messages alone.


Also, in 'Notes' on www.qmailtoaster.com there is a way to set up Dovecot LDA with which you can use Sieve. There may be 
functionality in Sieve to do just what you're looking to do.


Eric

On 10/13/2016 5:01 AM, Tony White wrote:

Hi,
  Update, Delivery Status does not work in Squirrelmail while
Read Receipt does.

best wishes
  Tony White


 On 13/10/2016 19:51, Kisakye Alex wrote:


Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

Hi folks,
  I was hoping someone can tell me how to
get my server to tell customers their email
has been delivered.
  Thunderbird has an option to make the request
but QMT does not respond with anything.

TIA

--
best wishes
  Tony White



-
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com







-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Eric

Tony,

I'm not sure how familiar you are with maildrop, but, you could use 
autorespond. I use autorespond with .qmail, .mailfilter, and maildrop 
for vacation messages. I've set it up on my server so that my users can 
trigger an out-of-office reply when they send themselves an email with 
the subject 'out of office'. Of course autorespond does not have to be 
used for vacation messages alone.


Also, in 'Notes' on www.qmailtoaster.com there is a way to set up 
Dovecot LDA with which you can use Sieve. There may be functionality in 
Sieve to do just what you're looking to do.


Eric

On 10/13/2016 5:01 AM, Tony White wrote:

Hi,
  Update, Delivery Status does not work in Squirrelmail while
Read Receipt does.

best wishes
  Tony White


 On 13/10/2016 19:51, Kisakye Alex wrote:


Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

Hi folks,
  I was hoping someone can tell me how to
get my server to tell customers their email
has been delivered.
  Thunderbird has an option to make the request
but QMT does not respond with anything.

TIA

--
best wishes
  Tony White



-
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com







-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Tony White

Hi,
  Update, Delivery Status does not work in Squirrelmail while
Read Receipt does.

best wishes
  Tony White


 On 13/10/2016 19:51, Kisakye Alex wrote:


Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

Hi folks,
  I was hoping someone can tell me how to
get my server to tell customers their email
has been delivered.
  Thunderbird has an option to make the request
but QMT does not respond with anything.

TIA

-- 
best wishes

  Tony White



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 







Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Tony White

Hi,
  Yes than you it works perfectly with Squirrelmail.
I would like it to work with all me mail clients.


best wishes
  Tony White


On 13/10/2016 19:51, Kisakye Alex wrote:

Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White > wrote:

Hi folks,
  I was hoping someone can tell me how to
get my server to tell customers their email
has been delivered.
  Thunderbird has an option to make the request
but QMT does not respond with anything.

TIA

-- 
best wishes

  Tony White



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 







Re: [qmailtoaster] Delivery Status Notification - how to make it work in QMail

2016-10-13 Thread Kisakye Alex
Can you try doing it in webmail [squirrel] and see if that works.
I remember testing the feature with success but that was with squirrelmail

Alex

On Thu, Oct 13, 2016 at 6:27 PM, Tony White  wrote:

> Hi folks,
>   I was hoping someone can tell me how to
> get my server to tell customers their email
> has been delivered.
>   Thunderbird has an option to make the request
> but QMT does not respond with anything.
>
> TIA
>
> --
> best wishes
>   Tony White
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>