Displaying 2 results from an estimated 2 matches for "12c12".
Did you mean:
1212
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
...s handy.
NOTES: my system prompt is ': noah;'
<---------------------- cut here ------------------------->
: noah; pwd
/usr/local/src/samba/samba-1.9.18p10/sunos5.5.6
: noah; diff Makefile ../source/Makefile
8c8
< BASEDIR = /opt/samba-1.9.18p10
---
> BASEDIR = /usr/local/samba
12c12
< MANDIR = ($BASEDIR)/man
---
> MANDIR = /usr/local/man
42,43c42,43
< srcdir=../source/
< VPATH=$(srcdir)
---
> # srcdir=./
> # VPATH=$(srcdir)
250,252c250,252
< FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGROUP -DFAST_SHARE_MODES
< LIBSM = -lsocket -lnsl
< AWK = nawk
---
> #...
2004 Dec 19
3
Cannot access a file with Mulberry from a dovecot server if the mail does not end with a newline character.
...interesting thing is,
that I can access the file with Netscape 4.8 via dovecot.
The problem is the following: I copied the file in the Maildir
directory, opened the copied file with vi and saved it.
Now, I run a diff:
| $ diff orig:2,S copy:2,S
| Warning: missing newline at end of file orig:2,S
| 12c12
| < <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
| ---
| > <http://forums.mtgnews.com/attachment.php?attachmentid=35559>
As you can see, vi adds the newline on the last line automatically if
you save the file. Now, Mulberry/dovecot is able to read this file.
I...