-
mbowe committed patchset 487 of module vpopmail to the vpopmail - virtual domains for qmail CVS repository, changing 4 files.
2006-09-19 03:46:46 UTC in vpopmail - virtual domains for qmail
-
mbowe committed revision 521 to the vpopmail - virtual domains for qmail SVN repository, changing 4 files.
2006-09-19 03:46:46 UTC in vpopmail - virtual domains for qmail
-
Logged In: YES
user_id=795826
This is link for Jeremy Kitchen's post
http://sourceforge.net/tracker/index.php?
func=detail&aid=808962&group_id=6691&atid=306691.
2005-05-07 22:01:06 UTC in QmailAdmin
-
Logged In: YES
user_id=795826
More information here
"[ 1156347 ] need an autorespond.c AND a vacation.c"
http://sourceforge.net/tracker/index.php?
func=detail&aid=1156347&group_id=6691&atid=106691.
2005-03-09 20:56:44 UTC in QmailAdmin
-
Logged In: YES
user_id=795826
Sorry, correct fix is
fprintf( f, "%sTo: %s\n%s\n", my_delivered_to, sender,
message);.
2005-03-04 04:49:59 UTC in QmailAdmin
-
Logged In: YES
user_id=795826
I have attached my examples of the tweaked autorespond.c
and vacation.c.
2005-03-04 04:47:21 UTC in QmailAdmin
-
Logged In: YES
user_id=795826
When calling the vacation binary, we need to modify the
parameters that are being installed into the .qmail file.
I reckon a good combo is to allow max one vacation message
to any given sender in each 24 hour period.
2005-03-04 04:43:57 UTC in QmailAdmin
-
The docs for autorespond.c state that you should put
the following into your message file :
From: blah
Subject: blah
reset of message here
However if you do this, it doesnt work as expected, the
From and Subject values above end up as part of body
of the response.
The problem is in line 703 and 704
703 fprintf( f, "%sTo: %s\nFrom: %s\nSubject...
2005-03-04 00:33:35 UTC in QmailAdmin
-
The autorespond.c program has been coded to behave
(naturally enough) as an autoresponder
However qmailadmin calls this program for servicing both
autoresponder duties ("mail robots"), and also for
vacation duties
autorespond.c can be easily tweaked to work nicely
either as a autoresponder OR as a vacation message
prog. However it cant do BOTH tasks, the required
functionality...
2005-03-04 00:23:00 UTC in QmailAdmin
-
Logged In: YES
user_id=795826
I believe the correct solution will be to copy the code from
autorespond.c and make a vacation.c
Then mod the vacation.c with the new exit codes as
described above
And then mod qmailadmin to call the autorespond binary
when setting up mail robots, and to call the vacation binary
when setting up vacations.
2005-03-04 00:12:11 UTC in QmailAdmin