Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-06 Thread Patrick Ben Koetter
* Burkart Orlowski | Onlinehelp24 : > > The culprit really was smtpd_tls_security_level = encrypt. When I set it > to "may" it worked right away though I had to leave > "strict_rfc821_envelopes " to "no". Hmmm, SOGo should send strict_rfc821_envelopes it doesn't now. > Thanks p@arick Welcome.

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-06 Thread Burkart Orlowski | Onlinehelp24
The culprit really was smtpd_tls_security_level = encrypt. When I set it to "may" it worked right away though I had to leave "strict_rfc821_envelopes " to "no". Thanks p@arick On Mon, 2011-09-05 at 23:49 +0200, Patrick Ben Koetter wrote: > * Burkart Orlowski | Onlinehelp24 : > > > > I narrow

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Patrick Ben Koetter
* Burkart Orlowski | Onlinehelp24 : > > I narrowed it down to: > C: connect to <0x0x9085de0[NGInternetSocketAddress]: host=127.0.0.1 > not-filled> > 2011-09-05 23:28:12.414 sogod[13599] SMTP: reply has invalid format ((nil)) > 2011-09-05 23:28:12.415 sogod[13599] Could not connect to the SMTP ser

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Burkart Orlowski | Onlinehelp24
I narrowed it down to: C: connect to <0x0x9085de0[NGInternetSocketAddress]: host=127.0.0.1 not-filled> 2011-09-05 23:28:12.414 sogod[13599] SMTP: reply has invalid format ((nil)) 2011-09-05 23:28:12.415 sogod[13599] Could not connect to the SMTP server 127.0.0.1 on port 25 There was 127.0.0.1/8

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Patrick Ben Koetter
* Burkart Orlowski | Onlinehelp24 : > > Thanks for your replies so far. > > The SOGo log file says: > C: connect to <0x0x8d0d868[NGInternetSocketAddress]: host=127.0.0.1 > not-filled> > S: > C: EHLO server > S: > S: pipelining extension supported. > S: size extension supported. > C: MAIL FROM:

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Burkart Orlowski | Onlinehelp24
Thanks for your replies so far. The SOGo log file says: C: connect to <0x0x8d0d868[NGInternetSocketAddress]: host=127.0.0.1 not-filled> S: C: EHLO server S: S: pipelining extension supported. S: size extension supported. C: MAIL FROM: C: QUIT S: Any suggestions? Burkart On 05.09.2011, at

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Patrick Ben Koetter
* Christian Holzberger : > is 127.0.0.1/32 in mynetworks / is it a trusted source for sending mail? The error says: "cannot send message: (smtp) originator not accepted" This is a client issue (cannot send) not a server problem (cannot accept/receive). I would take a look at the sogo.log. It shou

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Christian Holzberger
is 127.0.0.1/32 in mynetworks / is it a trusted source for sending mail? if not the domain you are sending from has to be a localdomain name, either a "real" localdomain or a virtual one. On 09/05/2011 10:38 PM, Burkart Orlowski | Onlinehelp24 wrote: unfortunately syslog does not say much: po

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Christian Holzberger
and try to increase the postfix log level, if not you wont get much output from it. On 09/05/2011 10:38 PM, Burkart Orlowski | Onlinehelp24 wrote: unfortunately syslog does not say much: postfix/smtpd[12133]: connect from server[127.0.0.1] postfix/smtpd[12133]: disconnect from server[127.0.0.1]

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Burkart Orlowski | Onlinehelp24
unfortunately syslog does not say much: postfix/smtpd[12133]: connect from server[127.0.0.1] postfix/smtpd[12133]: disconnect from server[127.0.0.1] Burkart On 05.09.2011, at 21:39, Patrick Ben Koetter wrote: * Burkart Orlowski | Onlinehelp24 : > I figured out that I am able to receive IMAP m

Re: [SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Patrick Ben Koetter
* Burkart Orlowski | Onlinehelp24 : > I figured out that I am able to receive IMAP mails with the web > interface but cannot send mails via SMTP. There's an error message > saying: > "cannot send message: (smtp) originator not accepted". That doesn't look like a Postfix error message. > The postf

[SOGo] cannot send message: (smtp) originator not accepted

2011-09-05 Thread Burkart Orlowski | Onlinehelp24
Hi there, I figured out that I am able to receive IMAP mails with the web interface but cannot send mails via SMTP. There's an error message saying: "cannot send message: (smtp) originator not accepted". The postfix parameter "strict_rfc821_envelopes=no" didn't change that fact. Any ideas what mi