Re: sendmail downgrade

2014-03-26 Thread Willy Offermans
Hello Claus Assmann and FreeBSD friends,

On Wed, Mar 26, 2014 at 07:44:20AM -0700, Claus Assmann wrote:
> On Wed, Mar 26, 2014, Willy Offermans wrote:
> 
> > > > Note: see README file in case of errors.
> > >   
> > > > pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
> > > > ul: unknown escape sequence in input: 33, 133
> 
> > You are so right and I had looked into the README file, as suggested.
> > However I could not find a hint about the error, so therefore I
> 
> Hmm, did you look at the right README file? Here it is:
> 
> Known Problems with some *roff versions
> 
> If you encounter the error:
> 
> Unknown escape sequence in input: 33, 133
> 
> when trying to create op.txt then set the GROFF_NO_SGR environment
> variable (see grotty(1) man page), e.g.,
> 
> csh% setenv GROFF_NO_SGR 1
> sh$ GROFF_NO_SGR=1; export GROFF_NO_SGR
> 
> $Id: README,v 8.1 2004/07/20 20:25:10 ca Exp $
> 
> 
> 
> PS: if you don't need op.txt, then you can simply ignore the error.
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

This is exactly what I found. I managed to compile sendmail 8.14.5, but I
got the same error for e-mails with attachments.

So e-mails without attachment are correctly finalised with .,
but e-mail with attachment are not finalised and therefore the timeout
error.


-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
De jrus wah,

Wiel

*
 W.K. Offermans

   Powered by 

(__)
 \\\'',)
   \/  \ ^
   .\._/_)

   www.FreeBSD.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-26 Thread Claus Assmann
On Wed, Mar 26, 2014, Willy Offermans wrote:

> > > Note: see README file in case of errors.
> >   
> > > pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
> > > ul: unknown escape sequence in input: 33, 133

> You are so right and I had looked into the README file, as suggested.
> However I could not find a hint about the error, so therefore I

Hmm, did you look at the right README file? Here it is:

Known Problems with some *roff versions

If you encounter the error:

Unknown escape sequence in input: 33, 133

when trying to create op.txt then set the GROFF_NO_SGR environment
variable (see grotty(1) man page), e.g.,

csh% setenv GROFF_NO_SGR 1
sh$ GROFF_NO_SGR=1; export GROFF_NO_SGR

$Id: README,v 8.1 2004/07/20 20:25:10 ca Exp $



PS: if you don't need op.txt, then you can simply ignore the error.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-26 Thread Willy Offermans
Hello Claus Assmann,

On Tue, Mar 25, 2014 at 07:32:28AM -0700, Claus Assmann wrote:
> On Tue, Mar 25, 2014, Willy Offermans wrote:
> 
> > You are right. The following error occurs:
> > 
> > Note: see README file in case of errors.
>   
> > pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
> > ul: unknown escape sequence in input: 33, 133
> 
> > I don't know what it means, if someone has an idea, please... 
> 
> How about reading the output of the command and following the advice?
> 
> Hmm, why are we putting those instructions there?
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

You are so right and I had looked into the README file, as suggested.
However I could not find a hint about the error, so therefore I
asked for help.

Please understand me correctly, I'm using sendmail/FreeBSD for almost a
decade now and I had never issues. I'm also not an expert in programming,
so the error message is completely unknown to me. However I had a look into
the op.me file and found the solution to compile sendmail. So thnx a lot
for your advice.


-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
De jrus wah,

Wiel

*
 W.K. Offermans

   Powered by 

(__)
 \\\'',)
   \/  \ ^
   .\._/_)

   www.FreeBSD.org
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-25 Thread Claus Assmann
On Tue, Mar 25, 2014, Willy Offermans wrote:

> You are right. The following error occurs:
> 
> Note: see README file in case of errors.
  
> pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
> ul: unknown escape sequence in input: 33, 133

> I don't know what it means, if someone has an idea, please... 

How about reading the output of the command and following the advice?

Hmm, why are we putting those instructions there?
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-25 Thread Willy Offermans
Hello Allan and FreeBSD friends,

On Mon, Mar 24, 2014 at 12:33:10PM -0400, Allan Jude wrote:
> On 2014-03-24 10:47, Willy Offermans wrote:
> > Dear FreeBSD friends,
> > 
> > I used portdowngrade, but compiling sendmail 8.14.5 throws an error
> > message. So this is not a way to go!
> > 
> > 
> > On Mon, Mar 24, 2014 at 03:23:16PM +0100, Willy Offermans wrote:
> >> Dear FreeBSD friends,
> >>
> >> Is there a way to downgrade sendmail to Version 8.14.5?
> >>
> >> -- 
> >> Met vriendelijke groeten,
> >> With kind regards,
> >> Mit freundlichen Gruessen,
> >> De jrus wah,
> >>
> >> Wiel
> >>
> >> *
> >>  W.K. Offermans
> >> ___
> >> freebsd-current@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> >> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> > 
> 
> I imagine it depends on what the error message you get is
> 
> -- 
> Allan Jude
> 

Of course, 

You are right. The following error occurs:

Note: see README file in case of errors.
pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt
ul: unknown escape sequence in input: 33, 133
*** Error code 1

Stop.
make[1]: stopped in /root/sendmail/work/sendmail-8.14.5/doc/op
*** Error code 1

Stop.
make: stopped in /root/sendmail


I don't know what it means, if someone has an idea, please... 


-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,

Willy

*
W.K. Offermans
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-24 Thread Allan Jude
On 2014-03-24 10:47, Willy Offermans wrote:
> Dear FreeBSD friends,
> 
> I used portdowngrade, but compiling sendmail 8.14.5 throws an error
> message. So this is not a way to go!
> 
> 
> On Mon, Mar 24, 2014 at 03:23:16PM +0100, Willy Offermans wrote:
>> Dear FreeBSD friends,
>>
>> Is there a way to downgrade sendmail to Version 8.14.5?
>>
>> -- 
>> Met vriendelijke groeten,
>> With kind regards,
>> Mit freundlichen Gruessen,
>> De jrus wah,
>>
>> Wiel
>>
>> *
>>  W.K. Offermans
>> ___
>> freebsd-current@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 

I imagine it depends on what the error message you get is

-- 
Allan Jude



signature.asc
Description: OpenPGP digital signature


Re: sendmail downgrade

2014-03-24 Thread Claus Assmann
On Mon, Mar 24, 2014, Willy Offermans wrote:

> Is there a way to downgrade sendmail to Version 8.14.5?

Why would you want to do that?

Compiling the source code would be my preferred method...
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: sendmail downgrade

2014-03-24 Thread Willy Offermans
Dear FreeBSD friends,

I used portdowngrade, but compiling sendmail 8.14.5 throws an error
message. So this is not a way to go!


On Mon, Mar 24, 2014 at 03:23:16PM +0100, Willy Offermans wrote:
> Dear FreeBSD friends,
> 
> Is there a way to downgrade sendmail to Version 8.14.5?
> 
> -- 
> Met vriendelijke groeten,
> With kind regards,
> Mit freundlichen Gruessen,
> De jrus wah,
> 
> Wiel
> 
> *
>  W.K. Offermans
> ___
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
De jrus wah,

Wiel

*
 W.K. Offermans
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


sendmail downgrade

2014-03-24 Thread Willy Offermans
Dear FreeBSD friends,

Is there a way to downgrade sendmail to Version 8.14.5?

-- 
Met vriendelijke groeten,
With kind regards,
Mit freundlichen Gruessen,
De jrus wah,

Wiel

*
 W.K. Offermans
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"