Package: pop-before-smtp
Version: 1.36-1
Severity: normal
The regexp for Dovecot in pop-before-smtp.conf is:
$pat = '^(... .. ..:..:..) \S+ (?:dovecot: )? (?:imap|pop3)-login: ' .
'Login: \S+ \[(\d+\.\d+\.\d+\.\d+)\]';
This didn't work for me (using dovecot 0.99.14-1), because it had
an extra space (that between "(?:dovecot: )?" and "(?:imap|pop3)").
So I changed it to:
$pat = '^(... .. ..:..:..) \S+ (?:dovecot: )?(?:imap|pop3)-login: ' .
'Login: \S+ \[(\d+\.\d+\.\d+\.\d+)\]';
And now it works.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored:
LC_ALL set to [EMAIL PROTECTED])
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]