Your message dated Mon, 1 Dec 2008 14:25:04 +0100
with message-id <[EMAIL PROTECTED]>
has caused the report #507448,
regarding openoffice.org-emailmerge: connecting to TLS email server has a
problem
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
507448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507448
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Hi,
Caolan?
Grüße/Regards,
René
--
.''`. René Engelhard -- Debian GNU/Linux Developer
: :' : http://www.debian.org | http://people.debian.org/~rene/
`. `' [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
`- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73
--- Begin Message ---
Package: openoffice.org-emailmerge
Version: 1:3.0.0-3
Severity: normal
Tags: patch
Hello,
when connecting to a SMTP server with tls (e.g. exim) OOo mailmerge looks like
the
SMTP dialog is not correct.
We are using this patch to fix the problem:
--- /usr/lib/openoffice/basis3.0/program/mailmerge.py 2008-11-06
10:49:22.000000000 +0100
+++ mailmerge.py 2008-09-23 14:53:42.000000000 +0200
@@ -83,7 +83,9 @@
if dbg:
print >> sys.stderr, connectiontype
if connectiontype == 'Ssl':
+ self.server.ehlo()
self.server.starttls()
+ self.server.ehlo()
user = xAuthenticator.getUserName()
password = xAuthenticator.getPassword()
as additional info part of the RFC:
RFC 4954, 4.:
The client SHOULD send an EHLO command as the first command after a
successful SASL negotiation that results in the enabling of a
security layer.
Thank you.
Noèl
-- Package-specific info:
Identifier: org.openoffice.legacy.mailmerge.py
URL:
vnd.sun.star.expand:$UNO_SHARED_PACKAGES_CACHE/uno_packages/KDuGi6_/mailmerge.py
is registered: yes
Media-Type: application/vnd.sun.star.uno-component;type=Python
Description:
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages openoffice.org-emailmerge depends on:
ii python-uno 1:3.0.0-4 Python interface for OpenOffice.or
openoffice.org-emailmerge recommends no packages.
openoffice.org-emailmerge suggests no packages.
Versions of packages python-uno depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-1 GCC support library
ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3
ii openoffice.org-core 1:3.0.0-4 OpenOffice.org office suite archit
ii python 2.5.2-3 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python2.5 2.5.2-14 An interactive high-level object-o
ii ure 1.4+OOo3.0.0-3 UNO runtime environment
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
--- End Message ---
--- End Message ---