equal
deleted
inserted
replaced
247 > exim -N < <message-file> |
247 > exim -N < <message-file> |
248 |
248 |
249 Fake-SMTP-Session |
249 Fake-SMTP-Session |
250 > exim -bh <sender-ip> |
250 > exim -bh <sender-ip> |
251 > swaks --pipe 'exim -bh <sender-ip>' -f <sender> -t <rcpt> |
251 > swaks --pipe 'exim -bh <sender-ip>' -f <sender> -t <rcpt> |
|
252 (note: --tls-cert, --tls-key Optionen sind für SWAKS vorhanden, um ein |
|
253 Client-Zertifikat mitzuschicken, aber offenbar erst in neueren Versionen |
|
254 von swaks) |
252 |
255 |
253 - debug_print Option für Router und Transports |
256 - debug_print Option für Router und Transports |
254 |
257 |
255 |
258 |
256 ### Minimalkonfiguration |
259 ### Minimalkonfiguration |
313 |
316 |
314 Reparieren |
317 Reparieren |
315 > exim_fixdb <spool_dir> <db> |
318 > exim_fixdb <spool_dir> <db> |
316 |
319 |
317 … that's it … |
320 … that's it … |
|
321 |
|
322 ### Retry |
|
323 |
|
324 exinext - Route: Adressproblem |
|
325 Transport: Hostproblem |
318 |
326 |
319 # Acess Control Lists |
327 # Acess Control Lists |
320 |
328 |
321 acl_not_smtp ACL for non-SMTP messages |
329 acl_not_smtp ACL for non-SMTP messages |
322 acl_not_smtp_mime ACL for non-SMTP MIME parts |
330 acl_not_smtp_mime ACL for non-SMTP MIME parts |