mail receipt


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users mail receipt
# 1  
Old 10-08-2002
mail receipt

how can I control a mail receipt sent from unix using sendmail
# 2  
Old 10-08-2002
What do you mean ? Can you please give more details ?
# 3  
Old 10-09-2002
When i send a mail with sendmail in unix , how can i know that the mail was delivery.
How can i receive a delivery receipt for the message that i send.
# 4  
Old 10-09-2002
See this.
# 5  
Old 10-09-2002
1) I tried this in the normal_delivery file
-------------------------------------------------------
From: edinfor.joao.meireles@oni.pt
To: edinfor.joao.meireles@oni.pt
Cc: edinfor.nuno.pires@oni.pt
Subject: Teste de envio de e-mail c/ delivery
Return-Receipt-To: edinfor.nuno.pires@oni.pt
RrtImpliesDsn=True
Mensagem enviada dia 2002-10-09, ās 1500h
Primeira linha do e-mail: Repbildev01

Test
----------------------------

2) And used the unix command :
/usr/lib/sendmail -t -v -r edinfor.nuno.pires@oni.pt < normal_delivery

3) The message got to the user but there was no return receipt delivered to edinfor.nuno.pires@oni.pt

4) What am I doing wrong ?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Shell Programming and Scripting

Check Receipt

Hi Experts, I am experiencing problems in running the following attached script which is to check received data from user and process it for return delivery. I encounter the below errors and I humbly request your assistance. #FUNCTIONS InvalidKeyword() { #arg1 must be shortcode,... (5 Replies)
Discussion started by: Shotta
5 Replies

3. Shell Programming and Scripting

scripting mail receipt and saving attachment

I'm working on a script which is supposed to check an email account and automatically download .doc attachments, but I'm having some problems. I'm using Mutt to check the email account (IMAP), and I can manually get the attachment and saving it, but I cannot for the life of me work out how to... (4 Replies)
Discussion started by: spynappels
4 Replies

4. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

5. Solaris

how to forward mail in /var/mail/username to external mail

Dear All, Now I use solaris 10 and I try to forward mail from /var/mail/username to their external mail so what should I do? thank u in advance (2 Replies)
Discussion started by: unitipon
2 Replies

6. UNIX for Dummies Questions & Answers

How to get read receipt notification on UNIX

Hi, We are sending mail from UNIX Sendmail utility. Is there any feature through which we can receive read receipt notification for e-mails sent through sendmail? Thanks. (1 Reply)
Discussion started by: DejaVu
1 Replies

7. Shell Programming and Scripting

how to request a "read" or "delivered" receipt for mails

Dears, I've written a script which allows me to send mails in different formats with different attaches. Now I still want to add a feature to this script. My users would like to be able to receive a "read" or "delivered" receipt for their mails. The script send mails on behalve of an specific... (1 Reply)
Discussion started by: plelie2
1 Replies

8. UNIX for Dummies Questions & Answers

mail problem (NOT Mail or Mail.app)

When I try to use the CLI mail, I get the following error. What's wrong? Welcome to Darwin! % mail root Subject: test test . EOT % /etc/mail/sendmail.cf: line 81: fileclass: cannot open /etc/mail/local-host-names: Group writable directory Do I just need to change the... (1 Reply)
Discussion started by: chenly
1 Replies
Login or Register to Ask a Question