Stephan Richter
3 years ago
14 changed files with 244 additions and 64 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
<configuration scan="true" scanPeriod="30 seconds" debug="true"> |
||||
<!-- scan="true" enables automatic updates if config file changes, see http://logback.qos.ch/manual/configuration.html --> |
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |
||||
<encoder> |
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{5}: %msg%n |
||||
</pattern> |
||||
</encoder> |
||||
</appender> |
||||
|
||||
<root level="WARN"> |
||||
<appender-ref ref="STDOUT" /> |
||||
</root> |
||||
|
||||
<logger name="de.srsoftware" level="DEBUG" /> |
||||
|
||||
</configuration> |
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
<configuration scan="true" scanPeriod="30 seconds" debug="true"> |
||||
<!-- scan="true" enables automatic updates if config file changes, see http://logback.qos.ch/manual/configuration.html --> |
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> |
||||
<encoder> |
||||
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{5}: %msg%n |
||||
</pattern> |
||||
</encoder> |
||||
</appender> |
||||
|
||||
<root level="WARN"> |
||||
<appender-ref ref="STDOUT" /> |
||||
</root> |
||||
|
||||
<logger name="de.srsoftware" level="DEBUG" /> |
||||
|
||||
</configuration> |
@ -0,0 +1,26 @@
@@ -0,0 +1,26 @@
|
||||
<fieldset> |
||||
<legend>List of mailinglists</legend> |
||||
<table id="listlist"> |
||||
<tr> |
||||
<th colspan="4">List</th> |
||||
<th colspan="3">IMAP</th> |
||||
<th colspan="3">SMTP</th> |
||||
</tr> |
||||
<tr> |
||||
<th>Name</th> |
||||
<th>Address</th> |
||||
<th>State</th> |
||||
<th>Actions</th> |
||||
<th>Host</th> |
||||
<th>Port</th> |
||||
<th>User</th> |
||||
<th>Host</th> |
||||
<th>Port</th> |
||||
<th>User</th> |
||||
</tr> |
||||
</table> |
||||
<a href="add_list">Add new mailing list</a> |
||||
<script type="text/javascript"> |
||||
loadListAdminList(); |
||||
</script> |
||||
</fieldset> |
Loading…
Reference in new issue