Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mailing with attachments approx. > 612 bytes hangs
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
strokerkid
n00b
n00b


Joined: 15 Jan 2006
Posts: 5

PostPosted: Sun Jan 15, 2006 6:58 pm    Post subject: Mailing with attachments approx. > 612 bytes hangs Reply with quote

Hi folks,

I'm currently running "2.6.14-gentoo-r5"-Kernel. I installed localized Thunderbird version from the German Thunderbird site.

When sending emails with attachments approximately > 612 bytes then sending process will hang until a timeout by SMTP occurs.
Everything else (without or with smaller attachments) works fine. I checked every setting for several times and it is
ok. I searched for similar issues in the web pointing at Antivirus- and Firewall-settings. To make a long story short I

- stopped and emerged --unmerge clamav => problem persists
- opened temporarily firewall settings => problem persists
- deinstalled localized Thunderbird and emerged thunderbird => problem persists
- installed another mail client (kmail) => problem persists

Sending even large attachments works fine from my Windows PC via Outlook (but I want to get rid of Windows so pleeeease help me!).
Receiving mails with large attachments isn't a problem either.

After regarding the facts, it seems that there ain't no problem with the Router/Firewall, 'cause Outlook from Windows is working fine - no special
settings for my GentooServer.
Different mail clients share the same problem, so the mail client does not seem to cause this problem.
ISP cannot cause this problem, otherwise Windows/Outlook won't work.
I assume that there is a problem in a library that both clients (TB & kmail) share, but I can't help myself anymore.

Here is a debug output from thunderbird/smtp that I set up with
export NSPR_LOG_MODULES=SMTP:5
export NSPR_LOG_FILE=/tmp/TB-log.txt
I tried to send a mail with an ascii file of 6125 bytes attached.

cat /tmp/TB-log.txt:

16384[8cb1e50]: SMTP Connecting to: post.strato.de
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 220 post.webmailer.de ESMTP Sendmail
8.13.1/8.13.1; Sun, 15 Jan 2006 18:12:29 +0100 (MET)
16384[8cb1e50]: SMTP entering state: 15
16384[8cb1e50]: SMTP Send: EHLO [192.168.0.70]
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-post.webmailer.de Hello
p50887A46.dip.t-dialin.net [80.136.122.70], pleased to meet you
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-ENHANCEDSTATUSCODES
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-PIPELINING
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-8BITMIME
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-SIZE
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-DSN
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250-AUTH CRAM-MD5 PLAIN LOGIN
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250 HELP
16384[8cb1e50]: SMTP entering state: 4
16384[8cb1e50]: SMTP entering state: 22
16384[8cb1e50]: SMTP entering state: 17
16384[8cb1e50]: Logging suppressed for this command (it probably contained
authentication information)
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 334
PDM3RDM2NDQwMDkuMTMyNzEaNiVAcG9zdC53ZWJtYWlsZXIuZGU+
16384[8cb1e50]: SMTP entering state: 19
16384[8cb1e50]: SMTP entering state: 18
16384[8cb1e50]: Logging suppressed for this command (it probably contained
authentication information)
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 235 2.0.0 OK Authenticated
16384[8cb1e50]: SMTP entering state: 19
16384[8cb1e50]: SMTP entering state: 3
16384[8cb1e50]: SMTP Send: MAIL FROM:<christian.knauer@knauer-krueger.de>
SIZE=7207
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250 2.1.0
<christian.knauer@knauer-krueger.de>... Sender ok
16384[8cb1e50]: SMTP entering state: 6
16384[8cb1e50]: SMTP Send: RCPT TO:<christian.knauer@knauer-krueger.de>
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 250 2.1.5
<christian.knauer@knauer-krueger.de>... Recipient ok
16384[8cb1e50]: SMTP entering state: 7
16384[8cb1e50]: SMTP Send: DATA
16384[8cb1e50]: SMTP entering state: 0
16384[8cb1e50]: SMTP Response: 354 Enter mail, end with "." on a line by itself
16384[8cb1e50]: SMTP entering state: 8
16384[8cb1e50]: SMTP entering state: 9
16384[8cb1e50]: SMTP Send: .
# --> here the sending process hangs for several minutes

... and that's it.

Sending the same mail via Outlook from my WindowsPC works fine.

Thanks for your contribution in advance.
Back to top
View user's profile Send private message
adaptr
Watchman
Watchman


Joined: 06 Oct 2002
Posts: 6730
Location: Rotterdam, Netherlands

PostPosted: Sun Jan 15, 2006 7:08 pm    Post subject: Reply with quote

You installed Thunderbird yourself, outside of Portage ?
Why not emerge Thunderbird with de-DE locale ?

ANyway, have you tried the same Thunderbird verison on Windows ?
_________________
>>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen
Back to top
View user's profile Send private message
strokerkid
n00b
n00b


Joined: 15 Jan 2006
Posts: 5

PostPosted: Sun Jan 15, 2006 7:18 pm    Post subject: Reply with quote

adaptr wrote:
You installed Thunderbird yourself, outside of Portage ?
Why not emerge Thunderbird with de-DE locale ?

ANyway, have you tried the same Thunderbird verison on Windows ?


...mhmm, maybe because I'm a newbie to gentoo since Xmas so I don't know every possibility how to perfectly emerge by now ...
No, I have not installed Thunderbird on my W2K-PC; but as you can see, I installed kmail as well and ran into the same problems.

===================================================================================

... back again with news:

the problem is only persistent in the following combination: my Gentoo-Server and my smtp-provider (post.strato.de).

I checked out a friends Gentoo-Server with the same mail-settings and everything worked fine!
I checked out another smtp-provider on my Gentoo-Server and everything worked fine!
I re-installed all off mozilla-software (mozilla, thunderbird, firefox), set up a new unix account with my mail settings, deleted any files that I didn't need in /var and /tmp and ~, did a find on any regular file for string 'post.strato.de' with no results, but the problem still persists.

I haven't got any clues ... maybe You have...
Back to top
View user's profile Send private message
caspar
Apprentice
Apprentice


Joined: 02 Mar 2003
Posts: 228
Location: 240 000 miles away from moon

PostPosted: Wed Nov 08, 2006 5:21 pm    Post subject: Reply with quote

I have the same problem and also no solution yet. Someone any ideas?
_________________
"Dream as if you'll live forever. Live as if you'll die today."
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum