Hello,
maybe it's a question of configuration.
a) Roundcube 0.4, which is on my hosters webspace and receives IMAP mail from the localhost, generates message-id's in the form "unique@localhost". Can I configure RC to use the domain name as the domain part of the message-id?
b) RC creates empty headers here:
0: User-Agent
1: X-PGP
2: User-Agent
3: X-PGP
What's the source of this? I want to remove them...
TIA --- Michael
[qoute]a) Roundcube 0.4, which is on my hosters webspace and receives IMAP mail from the localhost, generates message-id's in the form "unique@localhost". Can I configure RC to use the domain name as the domain part of the message-id?[/quote]
You cant configure it but the message-ids have been altered in i think 0.4.1 or 0.4.2 so they use the domain rather than localhost
Quoteb) RC creates empty headers
The User-Agent one should not be empty, may be you are missing an entry in your config file? it is added in program/steps/mail/func.inc and/or program/steps/mail/sendmail.inc. The X-PGP one is not added by the RC core, do you have any plugins enabled?
In the config file, I've set "Additional message headers" with just the header name, but no value. Misunderstanding on my side. So b) is solved :)
Solved part a) as well by changing sendmail.inc line 212 directly. I know it's dirty, but however...