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
fastforward(1)						      General Commands Manual						    fastforward(1)

NAME
fastforward - forward mail according to a cdb database SYNOPSIS
in .qmail-default: | fastforward [ -nNpPdD ] cdb DESCRIPTION
fastforward forwards each incoming message according to instructions in cdb created by setforward. If there is no forwarding instruction in cdb for the incoming recipient address, fastforward will bounce the message. You can override .qmail-default with a specific .qmail-recipient; see dot-qmail(5). Warning to system administrators: Messages do not reach ~alias/.qmail-default unless they are controlled by the alias user. See qmail- getpw(8). SECURITY WARNING: If cdb includes instructions pointing to a mailing list owned by another user, that user gains some amount of control over fastforward's behavior. In particular, he can force fastforward to open any file that you can access, and to read any world-readable file that you own, even if the file is in a world-inaccessible directory. OPTIONS
-n No delivery. fastforward will print a description of its actions, but will not actually read or forward a message. -N (Default.) Forward a message as usual. -p Pass through. If fastforward does not find the recipient in cdb, it exits 0, giving the message to further commands in .qmail- default. If fastforward finds the recipient, it forwards the message and exits 99, so that further commands are skipped. -P (Default.) Do not pass through. If fastforward finds the recipient, it forwards the message and exits 0. Otherwise it bounces the message. -d Use $DEFAULT@$HOST as the recipient address, or $EXT@$HOST if $DEFAULT is not set. -D (Default.) Use $RECIPIENT as the recipient address. VERSION
This is fastforward 0.51. The fastforward home page is http://pobox.com/~djb/fastforward.html. SEE ALSO
newaliases(1), printforward(1), setforward(1), dot-qmail(5), qmail-command(8), qmail-local(8), qmail-getpw(8) fastforward(1)
All times are GMT -4. The time now is 06:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy