-
Say you have sales@example.com forward to john@example.com. I'd like to see the Delivered-To headers act like Received headers. Maybe john@example.com forwards to jdoe@example.net. In that case:
Delivered-To: jdoe@example.net
Received: [standard Received header here]
Received: [another Received header]
Delivered-To: john@example.com
Delivered-To: sales@example.com
Received: [received...
2009-08-18 23:14:34 UTC in QmailAdmin
-
I'm not sure about that... I found this from the Postfix manual, and it seems to imply that there could be multiple Delivered-To headers, and that they might be used for loop detection.
MAIL FORWARDING
For the sake of reliability, forwarded mail is re-submit-
ted as a new message, so that each recipient has a sepa-
rate on-file delivery status record.
In...
2009-08-15 03:48:07 UTC in QmailAdmin
-
Agreed.
2009-07-31 17:02:50 UTC in vpopmail - virtual domains for qmail
-
Be sure to update the delete code as well, to just warn on a missing lastauth table. It should be able to continue with the deletion.
2009-07-31 16:50:54 UTC in vpopmail - virtual domains for qmail
-
Sorry, I meant valias, not QmailAdmin.
2009-06-23 03:42:22 UTC in vpopmail - virtual domains for qmail
-
That is OK. QmailAdmin doesn't do much checking with the address that the messages forward to (the info@ in your example). It assumes that those addresses aren't necessarily hosted locally, and therefore doesn't try to resolve alias domains.
2009-06-23 03:41:51 UTC in vpopmail - virtual domains for qmail
-
This is a real mystery to me. It is deleting the address, the apache server is logging the correct URL, but for some reason it's displayed incorrectly.
Is that the only place in QmailAdmin where it shows a 0 instead of the @?
Can you email me directly with a QmailAdmin postmaster password for your server and I'll take a look at it myself? I haven't heard any other reports of this...
2009-05-08 04:53:07 UTC in QmailAdmin
-
Just tested with Firefox and worked fine. After clicking the link, what URL do you see in your browser? Does the newu parameter have %40 (cgi-encoded @) or something else?
If you check the apache log, what does it show for the URL? I want to make sure that QmailAdmin is getting the correct URL, and it isn't some sort of firewall program trying to protect you by preventing email addresses...
2009-05-04 17:09:00 UTC in QmailAdmin
-
I need to content of the show list subscribers page so I can verify the delete links. In my test, the link looked like this:
/cgi-bin/qmailadmin/com/dellistusernow?user=postmaster&dom=tomlogic.com&time=123456789&modu=testlist&newu=test%40example.com
What we browser are you using? Does it work with other browsers?.
2009-05-04 15:42:18 UTC in QmailAdmin
-
tomcollins added the qmailadmin-1.2.13.tar.gz file.
2009-05-02 19:30:30 UTC in QmailAdmin