1

Usually the mail client is supposed to add IP information into emails, in order for the sender to be tracked. But when you send emails from Roundcube Webmail/0.8.4+, the IP address of the server is the only one present in the email, which makes it impossible to track the sender or his/her location. Isn't this a flaw in the system? Is this by design or is it a bug? What can be done to solve this, ie. to enable adding IP addresses in emails sent via Roundcube webmail?

masegaloeh
  • 18,236
  • 10
  • 57
  • 106
Robin Rodricks
  • 560
  • 2
  • 12
  • 27

1 Answers1

2

You can configure this in main.inc.php:

// add a received header to outgoing mails containing the creators IP and hostname $rcmail_config['http_received_header'] = true;

Dusan Bajic
  • 2,056
  • 1
  • 18
  • 21