| 1 | daemon off;
|
|---|
| 2 | worker_processes 1;
|
|---|
| 3 |
|
|---|
| 4 | events {
|
|---|
| 5 | worker_connections 1024;
|
|---|
| 6 | }
|
|---|
| 7 |
|
|---|
| 8 | error_log logs/error.log debug;
|
|---|
| 9 |
|
|---|
| 10 | http {
|
|---|
| 11 | server {
|
|---|
| 12 | listen 127.0.0.1:8080;
|
|---|
| 13 | server_name localhost;
|
|---|
| 14 |
|
|---|
| 15 | root /srv/slapgrid/slappart90/srv/www;
|
|---|
| 16 |
|
|---|
| 17 | location ~ $ {
|
|---|
| 18 | add_header Auth-Port 25;
|
|---|
| 19 | return 200;
|
|---|
| 20 | }
|
|---|
| 21 | }
|
|---|
| 22 | }
|
|---|
| 23 |
|
|---|
| 24 | mail {
|
|---|
| 25 | server_name un-hardcode-me;
|
|---|
| 26 |
|
|---|
| 27 | auth_http 127.0.0.1:8080;
|
|---|
| 28 |
|
|---|
| 29 | server {
|
|---|
| 30 | listen 127.0.0.1:2525;
|
|---|
| 31 | protocol smtp;
|
|---|
| 32 | timeout 600s;
|
|---|
| 33 | proxy on;
|
|---|
| 34 | xclient off;
|
|---|
| 35 | smtp_auth none;
|
|---|
| 36 | }
|
|---|
| 37 | }
|
|---|
| 38 | ------WebKitFormBoundaryWBSVwNBU23eCz29D
|
|---|
| 39 | Content-Disposition: form-data; name="description"
|
|---|
| 40 |
|
|---|