Hi Martijn,
> On 01/11/2012 03:44 PM, Testuser SST wrote: > > I´m using djigzo 2.3 on a CentOS 6 and it works quite good. But still > > there are two problems: 1)when I try to activate iptables with rules > > for port 25/tcp 22/tcp 8443/tcp I can log into the webinterfaces, but > > it freezes in the mainmenue. > > Strange. The Virtual Appliance also has a firewall and this works > without any problem. Can you send me your iptables script? here we go: *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 8443 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT > > > 2)when I try to add a user that has been deleted some time before, I > > get the message "user already exists" und I can encrypt mails for > > this deleted user, but he is not shown in the userlist. > > Are you 100% certain that the user is removed? Depending on the setup, a > message for a recipient can be encrypted even if there is no user object > for the recipient. If for example there is a valid certificate for the > recipient and the default (or domain) settings allow encryption, the > message will be encrypted even if there is no user object. Yes you´re right, the cert for the extern recipient is still in the system and the senders domain setting allows encryption. Kind regards fatcharly > Kind regards, > > Martijn Brinkers > > > -- > DJIGZO open source email encryption > _______________________________________________ > Users mailing list > [email protected] > http://lists.djigzo.com/lists/listinfo/users -- NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
