On Friday 17 June 2005 19:48, Tom Collins wrote:
> All other domains have catchall or delete instead of
> bounce-no-mailbox?
No. From my original message:
On Friday 17 June 2005 10:18, Casey Allen Shobe wrote:
> All accounts look the same as far as I can tell:
>
> # cat /var/vpopmail/domains/*/.
On Jun 17, 2005, at 12:40 PM, Casey Allen Shobe wrote:
On Friday 17 June 2005 12:47, Bruno Negrão wrote:
But appears to me you are not using the Chkuser patch, right?
We are not, but I don't understand how that matters, since I'm only
seeing these bounce messages coming from a hand
(please don't top-post)
On Friday 17 June 2005 12:47, Bruno Negrão wrote:
> But appears to me you are not using the Chkuser patch, right?
We are not, but I don't understand how that matters, since I'm only
seeing these bounce messages coming from a handful of the domains
w
negrao
What causes bounce messages to be sent to forged addresses?
server1# qmail-qread | grep remote | wc -l
0
server2# qmail-qread | grep remote | wc -l
754
h
# find /var/qmail/queue/mess/ -type f -exec grep '^<[EMAIL PROTECTED]>:$' {} \;
| grep -v Binary | cut
server1# qmail-qread | grep remote | wc -l
0
server2# qmail-qread | grep remote | wc -l
754
h
# find /var/qmail/queue/mess/ -type f -exec grep '^<[EMAIL PROTECTED]>:$' {} \;
| grep -v Binary | cut -d '@' -f 2 | cut -d '>' -f 1 | sort | uniq
| wc -l
19
Only 19 domains out of:
# cat /
>> doesn't this fundementally break the RFC for SMTP?
>
> Probably, but considering the RFC for SMTP has fundamental problems that
> make life miserable for good folks and life wonderful for spammers - too
> bad.
Doesn't really matter if it breaks it or not since (1) 99%+ of the bounces
are spam a
I'm looking for a way to disable bouncing (ALL bouncing, not just
double-bounces) temporarily for a group of domains on one our
doesn't this fundementally break the RFC for SMTP?
Probably, but considering the RFC for SMTP has fundamental problems that
make life miserable for good folks and life w
On Friday 25 February 2005 11:40 am, Bill Wichers wrote:
> I'm looking for a way to disable bouncing (ALL bouncing, not just
> double-bounces) temporarily for a group of domains on one our mail servers
> that is causing some problems. I'm hoping there is a way to do this
> globally (as in NOT editi
doesn't this fundementally break the RFC for SMTP?
> -Original Message-
> From: Bill Wichers [mailto:[EMAIL PROTECTED]
> Sent: February 25, 2005 11:40
> To: vchkpw@inter7.com
> Subject: [vchkpw] Disabling bounce messages
>
>
> I'm looking for a way
I'm looking for a way to disable bouncing (ALL bouncing, not just
double-bounces) temporarily for a group of domains on one our mail servers
that is causing some problems. I'm hoping there is a way to do this
globally (as in NOT editing ALL the /.qmail-default files, as
there are many). Does anyone
wrote:
> > I would like to setup qmail to bounce messages with *.vbs, *.scr and a
> > few other attachments. If a message gets sent to a user on my system
> > with an attachment like that, I want to bounce it back to the sender
> > letting them know it was und
You could use qmail scanner for that, and anti virus and spam checking
and a load of things cools stuff its heavy though.
On Wed, 2004-06-16 at 11:54, Chris Miller wrote:
> I would like to setup qmail to bounce messages with *.vbs, *.scr and a
> few other attachments. If a messag
I would like to setup qmail to bounce messages with *.vbs,
*.scr and a few other attachments. If a message gets sent to a user on my
system with an attachment like that, I want to bounce it back to the sender
letting them know it was undeliverable because of the attachment.
Is this
Tuesday, February 10, 2004, 12:24:19 PM, you wrote:
EMB> Does anyone know how to remove attachments from bounce messages on
EMB> qmail? When my AV bounce a message with virus, the message sent back
EMB> still with the virus on it.
Not exactly the same thing, but I lim
Does anyone know how to remove attachments from bounce messages on
qmail? When my AV bounce a message with virus, the message sent back
still with the virus on it.
[[]]'s
Eduardo M. Bragatto.
On Wednesday, June 25, 2003, at 16:54, you wrote:
> On Wednesday, June 25, 2003, at 01:49 AM, Marcus Williams wrote:
>> I've set up a custom bounce message using the .no-user.msg file, but
>> the message created gets extra slash characters added to the front of
>> the second and subsequent lines o
On Wednesday, June 25, 2003, at 01:49 AM, Marcus Williams wrote:
I've set up a custom bounce message using the .no-user.msg file, but
the message created gets extra slash characters added to the front of
the second and subsequent lines of the message.
Is this to be expected?
There's a good chance
Hi -
I've set up a custom bounce message using the .no-user.msg file, but
the message created gets extra slash characters added to the front of
the second and subsequent lines of the message.
So my bounce file says:
No such user at this domain
Please contact XYZ on 0123456789
Web: http://www.onq
ouncehost
>
> I dont believe it is possible to dynamically send the doublebounce to the
> postmaster of the domain of the original recipient (if that makes sense!!)
>
> Michael.
>
> - Original Message -
> From: "Geoff Sweet" <[EMAIL PROTECTED]>
28, 2003 5:30 PM
Subject: [vchkpw] bounce bounce messages
> Perhaps I missed something in the documentation, but in my install I am
> having "bounced bounce" messages returning to
> [EMAIL PROTECTED] So if I have a machine called mail.bob.com
> and I host a dozen or so domai
Perhaps I missed something in the documentation, but in my install I am
having "bounced bounce" messages returning to
[EMAIL PROTECTED] So if I have a machine called mail.bob.com
and I host a dozen or so domains, all the "bounced bounce" messages are
coming to [EMAIL PROTECT
In order for us to change the bounce messages we had to customize them
in the qmail-send.c file then recompile qmail. Then we replaced the
original qmail-send with the new one. Unfortunatly there is no control
file or anything to do it on the fly. Problably would not be the best
for
ouble bounces to it, and have it forward
to /dev/null
- Original Message -
From: "Daniel Hardaker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 10, 2001 11:31 AM
Subject: Bounce Messages
> Im looking to get rid of my catch all (postmaste
Im looking to get rid of my catch all (postmaster) account on one of my
domains due to a massively high volume of spam sent to [EMAIL PROTECTED] .
However, im worried that genuine email will be bounced so I would like to
add a bit to the 'No Mailbox here by that name' bounce message saying how to
Is it possible to customise bounce messages? In particular the
bounce-no-mailbox message? Where abouts are they kept?
Thanks
Hi,
I'm wondering if there's a definitive (other than in the source) listing
of all the bounce errors that qmail can generate? Any pointers, URLs,
etc would be greatly appreciated.
Regards
Joel Michael
System Administrator
http://www.diggy.com.au
Tel: +61 7 3367 3555 Fax: +61 7 3367 3544
mai
26 matches
Mail list logo