Marco Martinelli

Results 36 comments of Marco Martinelli

I've looked into the code and it's possible to add something like this in `config.inc.php` to override or add new labels. ``` $rcmail_config['tb_label_custom_labels'] = [ 'LABEL1'=>'Custom Label 1', // 1...

still an issue in php7.2, I just found out that I have no inodes left on my partition thanks to this..

@afparsons do you have a firewall enabled? I don't use Debian but I think you can see it with `sudo systemctl status firewall.service` If that fail try `sudo systemctl status...

@kaisparkle What's your distro? For example on Ubuntu I've seen both UFW and firewalld at the same time and even if one was allowing the port the other one wasn't....

Just for testing run the following commands. They'll flush any iptables rule and set it to accept everything. It's temporary and not saved on disk but it will show us...

Have you tested this with anycast or unicast? Try unicast. Also since your are using a bridge I think it's worth checking `sudo ebtables -L` which is the ethernet bridge...

can you confirm with any other program that a connection is possible between host and guest? Usually I use netcat for that. `nc -l -p 4010 -u` on linux `nc.exe...

ok, at least we confirmed it's a network problem and not a scream one. In about an hour I'll be at home and I'll be able to setup a new...

Sorry @kaisparkle, I can't reproduce the problem. I've tested with a fresh windows VM with windows firewall disabled but that shouldn't be the problem as you already confirmed you see...