August 14, 2006

 Blocking IP addresses from your SMTP

You can block IP addresses from your SMTP server by doing the following:

- open up /usr/local/atmail/mailserver/configure

- add the following line at the top:

host_reject_connection = [ip-address]

- where [ip-address] is your IP address

- restart Exim services:

 % killall -HUP exim

This should then block any SMTP traffic from the IP address that you specified. Additional ones can be added with a colon "[:]" as a delimiter.


Filed under: Exim — John Contad @ 6:02 am

 

August 10, 2006

 Changing the Advanced IE interface scrollbars

Question:

I'd like to change the style of the scrollbars used in the Advanced IE interface to another theme, how can I modify them?

Answer:

By modifying the webmail/html/english/xp/css/gui.css stylesheet which controls the look of the Advanced IE interface, you can change the scrollbars from the following CSS:

(more...)


Filed under: Customization — info @ 1:16 am