Sponsored Content
Full Discussion: qmail bounce
Top Forums UNIX for Dummies Questions & Answers qmail bounce Post 302481581 by pradeeptg on Saturday 18th of December 2010 11:18:44 AM
Old 12-18-2010
Network qmail bounce

Hello, i seem to be facing a strange problem. I send my emails via qmail (on linux) and all the emails gets delivered to the recipient's inbox and bounces back to the sender's address and well. This happens irrespective of the recipient's email domain (gmail, yahoo, hotmail...).
We recently revamped the email delivery application and it's been happening ever since, on a consistent basis. The previous application however sends emails successfully, although they run on a different Linux box.

We noticed that the bounce messages contained one of the two error codes "5.1.1 Bad alias" or "5.2.2 - Recipient inbox full", both of which are not true.

Could you please help ?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

QMail

Where I can find information about QMail with OpenBSD??? (1 Reply)
Discussion started by: vieiramail
1 Replies

2. UNIX for Dummies Questions & Answers

QMail Help

My company is running qmail on our Unix server. I would like to run a MySQL script whenever an email was sent to a specific email address. I don't want to have to check every email that comes in, so I was thinking that the script would run when the message arrives at the specific mailbox. Is there... (0 Replies)
Discussion started by: perryl7
0 Replies

3. UNIX for Dummies Questions & Answers

Help me with bounce back mails.

I have the following doubt : I login on my Unix machine as 'myid' I send out mails from this id setting the Header Properties in sendmail command. (From : g-eacctst01). I try sending mail to a wrong id. Where will the bounce back mail be stored ? How can we link the bounce back messages to... (4 Replies)
Discussion started by: Amruta Pitkar
4 Replies

4. Solaris

Qmail - possible?

Hi guys, Could you please advice me as im a new guy into Solaris ...is it possible to have qmail up and running on Solaris 10 and do you know where i can find some documentation on downloading and configuring - qmail? thank you guys vladi, (2 Replies)
Discussion started by: saveka
2 Replies

5. UNIX for Dummies Questions & Answers

How to BOUNCE??

I am asked to bounce this particular service "Service1" I was told that this is about starting and stopping a service I should do this automatically automatic start then auto stop any ideas? (1 Reply)
Discussion started by: khestoi
1 Replies

6. Solaris

Had to bounce interface to add network route

Hi All, yesterday I was trying to add a network route to my solaris 8 host using 'route add'. Everytime I tried, I kept getting the response 'network is unreachable'. I was trying all kinds of different methods, however I eventually got it to work after bouncing the interface that I was... (2 Replies)
Discussion started by: badoshi
2 Replies

7. UNIX and Linux Applications

QMail spam

we had an emergency situation and had to rebuild a qmail server last night. Email now that is designated as spam gets stuck in a loop and we get a ndr. I would like for email not destined for a valid account or classified as spam be deleted rather then forwarded on to our exchange server. ... (1 Reply)
Discussion started by: egrotjahn
1 Replies

8. Red Hat

Qmail

hi all, i want to install Qmail but i don't from where can i get the package , and also if one know source that can explain qmail kindly tell me about it (3 Replies)
Discussion started by: linux_land
3 Replies

9. Linux

Sendmail bounce to postmaster

Hello, I am using sendmail for my mail server. Undelivered message bounce back to the postmaster with the body of the message. However, I dont want this to happen; senders should get the undelivered notification. I am not sure about the changes I have to make to the sendmail configuration for... (1 Reply)
Discussion started by: antonis3
1 Replies
qmail-send(8)						      System Manager's Manual						     qmail-send(8)

NAME
qmail-send - deliver mail messages from the queue SYNOPSIS
qmail-send DESCRIPTION
qmail-send handles messages placed into the outgoing queue by qmail-queue. It uses qmail-lspawn to deliver messages to local recipients and qmail-rspawn to deliver messages to remote recipients. If a message is temporarily undeliverable to one or more addresses, qmail-send leaves it in the queue and tries the addresses again later. qmail-send prints a readable record of its activities to descriptor 0. It writes commands to qmail-lspawn, qmail-rspawn, and qmail-clean on descriptors 1, 3, and 5, and reads responses from descriptors 2, 4, and 6. qmail-send is responsible for avoiding deadlock. If qmail-send receives a TERM signal, it will exit cleanly, after waiting (possibly more than a minute) for current delivery attempts to finish. If qmail-send receives an ALRM signal, it will reschedule every message in the queue for immediate delivery. CONTROL FILES
WARNING: qmail-send reads its control files only when it starts. If you change the control files, you must stop and restart qmail-send. Exception: If qmail-send receives a HUP signal, it will reread locals and virtualdomains. bouncefrom Bounce username. Default: MAILER-DAEMON. bouncehost Bounce host. Default: me, if that is supplied; otherwise the literal name bouncehost, which is probably not what you want. If a mes- sage is permanently undeliverable, qmail-send sends a single-bounce notice back to the message's envelope sender. The notice is From: bouncefrom@bouncehost, although its envelope sender is empty. concurrencylocal Maximum number of simultaneous local delivery attempts. Default: 10. If 0, local deliveries will be put on hold. concurrencylocal is limited at compile time to 120. concurrencyremote Maximum number of simultaneous remote delivery attempts. Default: 20. If 0, remote deliveries will be put on hold. concurrencyre- mote is limited at compile time to 120. doublebouncehost Double-bounce host. Default: me, if that is supplied; otherwise the literal name doublebouncehost, which is probably not what you want. doublebounceto User to receive double-bounces. Default: postmaster. If a single-bounce notice is permanently undeliverable, qmail-send sends a dou- ble-bounce notice to doublebounceto@doublebouncehost. (If that bounces, qmail-send gives up.) envnoathost Presumed domain name for addresses without @ signs. Default: me, if that is supplied; otherwise the literal name envnoathost, which is probably not what you want. If qmail-send sees an envelope recipient address without an @ sign, it appends @envnoathost. locals List of domain names that the current host receives mail for, one per line. Default: me, if that is supplied; otherwise qmail-send refuses to run. An address user@domain is considered local if domain is listed in locals. percenthack List of domain names where the percent hack is applied. If domain is listed in percenthack, any address of the form user%fqdn@domain is rewritten as user@fqdn. user may contain %, so the percent hack may be applied repeatedly. qmail-send handles percenthack before locals. queuelifetime Number of seconds a message can stay in the queue. Default: 604800 (one week). After this time expires, qmail-send will try the mes- sage once more, but it will treat any temporary delivery failures as permanent failures. virtualdomains List of virtual users or domains, one per line. A virtual user has the form user@domain:prepend, without any extra spaces. When qmail-send sees the recipient address user@domain, it converts it to prepend-user@domain and treats it as local. A virtual domain has the form domain:prepend. It applies to any recipient address at domain. For example, if nowhere.mil:joe-foo is in virtualdomains, and a message arrives for info@nowhere.mil, qmail-send will rewrite the recipient address as joe-foo- info@nowhere.mil and deliver the message locally. virtualdomains may contain wildcards: .fax:uucp-fax :alias-catchall .nowhere.mil:joe-foo-host virtualdomains may also contain exceptions: an empty prepend means that domain is not a virtual domain. qmail-send handles virtualdomains after locals: if a domain is listed in locals, virtualdomains does not apply. SEE ALSO
nice(1), addresses(5), envelopes(5), qmail-control(5), qmail-log(5), qmail-queue(8), qmail-clean(8), qmail-lspawn(8), qmail-rspawn(8) qmail-send(8)
All times are GMT -4. The time now is 07:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy