|
List Info
Thread: mail delivery
|
|
| mail delivery |

|
2007-02-13 06:26:05 |
Hi,
I've tried to deliver a testmail on my Kolab Server with
"telnet localhost
25". The Server accepted my email but it stays in the
queue.
These are the log messages from /var/log/mail:
Feb 13 13:10:53 foeni postfix/smtpd[4473]: connect from
localhost[127.0.0.1]
Feb 13 13:12:04 foeni postfix/smtpd[4473]: 93169780B7:
client=localhost[127.0.0.1]
Feb 13 13:12:12 foeni postfix/cleanup[4475]: 93169780B7:
message-id=<20070213121204.93169780B7 foeni.tux-racers.locl>
Feb 13 13:12:12 foeni postfix/qmgr[3347]: 93169780B7:
from=<rjenny tux-racers.locl>, size=415, nrcpt=1
(queue active)
Feb 13 13:12:12 foeni postfix/pipe[4476]: fatal: unknown
flag: n (ignored)
Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning: premature
end-of-input on
private/kolabfilter socket while reading input attribute
name
Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
private/kolabfilter socket:
malformed response
Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning: transport
kolabfilter
failure -- see a previous warning/fatal/panic logfile record
for the problem
description
Feb 13 13:12:13 foeni postfix/master[3326]: warning:
process /usr/lib/postfix/pipe pid 4476 exit status 1
Feb 13 13:12:13 foeni postfix/master[3326]: warning:
/usr/lib/postfix/pipe:
bad command startup -- throttling
Feb 13 13:12:13 foeni postfix/qmgr[3347]: 93169780B7:
to=<mrebsamen tux-racers.locl>, relay=none, delay=20,
delays=19/1.2/0/0,
dsn=4.3.0, status=deferred (unknown mail transport error)
Feb 13 13:12:14 foeni postfix/smtpd[4473]: disconnect from
localhost[127.0.0.1]
thanks
--
Diese Nachricht wurde auf Viren und andere gefährliche
Inhalte untersucht
und ist - aktuelle Virenscanner vorausgesetzt - sauber.
For all your IT requirements visit: http://www.transtec.co.uk
a>
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: mail delivery |

|
2007-02-13 06:39:58 |
Can you give you more info, kolab version, platform ?
On a standard kolab install, the log file must be in
/kolab/var/postfix/log/postfix.log !
Is the kolab's postfix running or the distribution one ?
> Feb 13 13:12:12 foeni postfix/pipe[4476]: fatal:
unknown flag: n (ignored)
Their is something wrong in master.cf
> Feb 13 13:12:13 foeni postfix/master[3326]: warning:
process /usr/lib/postfix/pipe pid 4476 exit status 1
Ha! /usr/lib/postfix/pipe ! not /kolab, please give more
info on your config
On 2/13/07, kolab unimatrix0.ch <kolab unimatrix0.ch> wrote:
> Hi,
>
> I've tried to deliver a testmail on my Kolab Server
with "telnet localhost
> 25". The Server accepted my email but it stays in
the queue.
> These are the log messages from /var/log/mail:
>
> Feb 13 13:10:53 foeni postfix/smtpd[4473]: connect from
localhost[127.0.0.1]
> Feb 13 13:12:04 foeni postfix/smtpd[4473]: 93169780B7:
> client=localhost[127.0.0.1]
> Feb 13 13:12:12 foeni postfix/cleanup[4475]:
93169780B7:
> message-id=<20070213121204.93169780B7 foeni.tux-racers.locl>
> Feb 13 13:12:12 foeni postfix/qmgr[3347]: 93169780B7:
> from=<rjenny tux-racers.locl>, size=415, nrcpt=1
(queue active)
> Feb 13 13:12:12 foeni postfix/pipe[4476]: fatal:
unknown flag: n (ignored)
> Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
premature end-of-input on
> private/kolabfilter socket while reading input
attribute name
> Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
private/kolabfilter socket:
> malformed response
> Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
transport kolabfilter
> failure -- see a previous warning/fatal/panic logfile
record for the problem
> description
> Feb 13 13:12:13 foeni postfix/master[3326]: warning:
> process /usr/lib/postfix/pipe pid 4476 exit status 1
> Feb 13 13:12:13 foeni postfix/master[3326]: warning:
/usr/lib/postfix/pipe:
> bad command startup -- throttling
> Feb 13 13:12:13 foeni postfix/qmgr[3347]: 93169780B7:
> to=<mrebsamen tux-racers.locl>, relay=none, delay=20,
delays=19/1.2/0/0,
> dsn=4.3.0, status=deferred (unknown mail transport
error)
> Feb 13 13:12:14 foeni postfix/smtpd[4473]: disconnect
from
> localhost[127.0.0.1]
>
>
> thanks
>
> --
> Diese Nachricht wurde auf Viren und andere gefährliche
Inhalte untersucht
> und ist - aktuelle Virenscanner vorausgesetzt -
sauber.
> For all your IT requirements visit: http://www.transtec.co.uk
a>
>
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users kolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
>
>
--
--
Alain Spineux
aspineux gmail com
May the sources be with you
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: mail delivery |

|
2007-02-13 06:46:59 |
Hi,
Kolab version is 2.0.1-33.1 on SuSE10.2.
I got no /kolab folder at all.
I configure postfix by myself since i got other domains
witch do not use
kolab.
Am Dienstag, 13. Februar 2007 13:39 schrieb Alain Spineux:
> Can you give you more info, kolab version, platform ?
>
> On a standard kolab install, the log file must be in
> /kolab/var/postfix/log/postfix.log !
>
> Is the kolab's postfix running or the distribution one
?
>
> > Feb 13 13:12:12 foeni postfix/pipe[4476]: fatal:
unknown flag: n
> > (ignored)
>
> Their is something wrong in master.cf
>
> > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
>
> process /usr/lib/postfix/pipe pid 4476 exit status 1
>
> Ha! /usr/lib/postfix/pipe ! not /kolab, please give
more info on your
> config
>
> On 2/13/07, kolab unimatrix0.ch <kolab unimatrix0.ch> wrote:
> > Hi,
> >
> > I've tried to deliver a testmail on my Kolab
Server with "telnet
> > localhost 25". The Server accepted my email
but it stays in the queue.
> > These are the log messages from /var/log/mail:
> >
> > Feb 13 13:10:53 foeni postfix/smtpd[4473]: connect
from
> > localhost[127.0.0.1] Feb 13 13:12:04 foeni
postfix/smtpd[4473]:
> > 93169780B7:
> > client=localhost[127.0.0.1]
> > Feb 13 13:12:12 foeni postfix/cleanup[4475]:
93169780B7:
> > message-id=<20070213121204.93169780B7 foeni.tux-racers.locl>
> > Feb 13 13:12:12 foeni postfix/qmgr[3347]:
93169780B7:
> > from=<rjenny tux-racers.locl>,
size=415, nrcpt=1 (queue active)
> > Feb 13 13:12:12 foeni postfix/pipe[4476]: fatal:
unknown flag: n
> > (ignored) Feb 13 13:12:13 foeni
postfix/qmgr[3347]: warning: premature
> > end-of-input on private/kolabfilter socket while
reading input attribute
> > name
> > Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
private/kolabfilter
> > socket: malformed response
> > Feb 13 13:12:13 foeni postfix/qmgr[3347]: warning:
transport kolabfilter
> > failure -- see a previous warning/fatal/panic
logfile record for the
> > problem description
> > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
> > process /usr/lib/postfix/pipe pid 4476 exit status
1
> > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
> > /usr/lib/postfix/pipe: bad command startup --
throttling
> > Feb 13 13:12:13 foeni postfix/qmgr[3347]:
93169780B7:
> > to=<mrebsamen tux-racers.locl>,
relay=none, delay=20, delays=19/1.2/0/0,
> > dsn=4.3.0, status=deferred (unknown mail transport
error)
> > Feb 13 13:12:14 foeni postfix/smtpd[4473]:
disconnect from
> > localhost[127.0.0.1]
> >
> >
> > thanks
> >
> > --
> > Diese Nachricht wurde auf Viren und andere
gefährliche Inhalte untersucht
> > und ist - aktuelle Virenscanner vorausgesetzt -
sauber.
> > For all your IT requirements visit: http://www.transtec.co.uk
a>
> >
> >
> > _______________________________________________
> > Kolab-users mailing list
> > Kolab-users kolab.org
> > https:
//kolab.org/mailman/listinfo/kolab-users
--
Diese Nachricht wurde auf Viren und andere gefährliche
Inhalte untersucht
und ist - aktuelle Virenscanner vorausgesetzt - sauber.
For all your IT requirements visit: http://www.transtec.co.uk
a>
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
| Re: mail delivery |

|
2007-02-13 07:50:37 |
google for : postfix pipe flags=n null_sender
enjoy
On 2/13/07, kolab unimatrix0.ch <kolab unimatrix0.ch> wrote:
> Hi,
>
> Kolab version is 2.0.1-33.1 on SuSE10.2.
> I got no /kolab folder at all.
>
> I configure postfix by myself since i got other domains
witch do not use
> kolab.
>
>
> Am Dienstag, 13. Februar 2007 13:39 schrieb Alain
Spineux:
> > Can you give you more info, kolab version,
platform ?
> >
> > On a standard kolab install, the log file must be
in
> > /kolab/var/postfix/log/postfix.log !
> >
> > Is the kolab's postfix running or the distribution
one ?
> >
> > > Feb 13 13:12:12 foeni postfix/pipe[4476]:
fatal: unknown flag: n
> > > (ignored)
> >
> > Their is something wrong in master.cf
> >
> > > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
> >
> > process /usr/lib/postfix/pipe pid 4476 exit status
1
> >
> > Ha! /usr/lib/postfix/pipe ! not /kolab, please
give more info on your
> > config
> >
> > On 2/13/07, kolab unimatrix0.ch <kolab unimatrix0.ch> wrote:
> > > Hi,
> > >
> > > I've tried to deliver a testmail on my Kolab
Server with "telnet
> > > localhost 25". The Server accepted my
email but it stays in the queue.
> > > These are the log messages from
/var/log/mail:
> > >
> > > Feb 13 13:10:53 foeni postfix/smtpd[4473]:
connect from
> > > localhost[127.0.0.1] Feb 13 13:12:04 foeni
postfix/smtpd[4473]:
> > > 93169780B7:
> > > client=localhost[127.0.0.1]
> > > Feb 13 13:12:12 foeni postfix/cleanup[4475]:
93169780B7:
> > > message-id=<20070213121204.93169780B7 foeni.tux-racers.locl>
> > > Feb 13 13:12:12 foeni postfix/qmgr[3347]:
93169780B7:
> > > from=<rjenny tux-racers.locl>,
size=415, nrcpt=1 (queue active)
> > > Feb 13 13:12:12 foeni postfix/pipe[4476]:
fatal: unknown flag: n
> > > (ignored) Feb 13 13:12:13 foeni
postfix/qmgr[3347]: warning: premature
> > > end-of-input on private/kolabfilter socket
while reading input attribute
> > > name
> > > Feb 13 13:12:13 foeni postfix/qmgr[3347]:
warning: private/kolabfilter
> > > socket: malformed response
> > > Feb 13 13:12:13 foeni postfix/qmgr[3347]:
warning: transport kolabfilter
> > > failure -- see a previous warning/fatal/panic
logfile record for the
> > > problem description
> > > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
> > > process /usr/lib/postfix/pipe pid 4476 exit
status 1
> > > Feb 13 13:12:13 foeni postfix/master[3326]:
warning:
> > > /usr/lib/postfix/pipe: bad command startup --
throttling
> > > Feb 13 13:12:13 foeni postfix/qmgr[3347]:
93169780B7:
> > > to=<mrebsamen tux-racers.locl>,
relay=none, delay=20, delays=19/1.2/0/0,
> > > dsn=4.3.0, status=deferred (unknown mail
transport error)
> > > Feb 13 13:12:14 foeni postfix/smtpd[4473]:
disconnect from
> > > localhost[127.0.0.1]
> > >
> > >
> > > thanks
> > >
> > > --
> > > Diese Nachricht wurde auf Viren und andere
gefährliche Inhalte untersucht
> > > und ist - aktuelle Virenscanner vorausgesetzt
- sauber.
> > > For all your IT requirements visit: http://www.transtec.co.uk
a>
> > >
> > >
> > >
_______________________________________________
> > > Kolab-users mailing list
> > > Kolab-users kolab.org
> > > https:
//kolab.org/mailman/listinfo/kolab-users
>
> --
> Diese Nachricht wurde auf Viren und andere gefährliche
Inhalte untersucht
> und ist - aktuelle Virenscanner vorausgesetzt -
sauber.
> For all your IT requirements visit: http://www.transtec.co.uk
a>
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-users kolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
>
--
--
Alain Spineux
aspineux gmail com
May the sources be with you
_______________________________________________
Kolab-users mailing list
Kolab-users kolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
|
|
[1-4]
|
|