doc:appunti:linux:sa:authdaemon_problem
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:linux:sa:authdaemon_problem [2016/04/15 17:42] – [Authenticate with an alternative login name] niccolo | doc:appunti:linux:sa:authdaemon_problem [2019/04/03 18:59] (current) – niccolo | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| +OK Begin SSL/TLS negotiation now. | +OK Begin SSL/TLS negotiation now. | ||
| </ | </ | ||
| + | |||
| ===== Tracing the Courier authdaemon socket ===== | ===== Tracing the Courier authdaemon socket ===== | ||
| Line 74: | Line 75: | ||
| my $line; | my $line; | ||
| my $auth_string; | my $auth_string; | ||
| + | |||
| + | if ( $#ARGV != 1 ) { | ||
| + | print " | ||
| + | exit 1; | ||
| + | } | ||
| socket(SOCK, | socket(SOCK, | ||
| connect(SOCK, | connect(SOCK, | ||
| - | $line = "exim\nlogin\n$login\n$pass\n"; | + | $line = "postfix\nlogin\n$login\n$pass\n"; |
| $line = length($line) . " | $line = length($line) . " | ||
| print "=== Send to socket: | print "=== Send to socket: | ||
doc/appunti/linux/sa/authdaemon_problem.1460734968.txt.gz · Last modified: by niccolo
