Davide,
Thank you.  All now apparently working.
The trick with the sendmail is the 'sticky bit' - which I had not spotted=
=2E
My problems with POP3 seem to stem from writing pop3links.tab by
hand rather than using CtrlClnt - hence the password was not
correctly encrypted.
A Happy Customer!
Best wishes,
Richard.

=2E..
>
> sendmail complains that I don't have the right permissions - so I don't=
 g=3D
> et=3D20
> local mail working.  And despite putting in a pop3links.tab '@' entry, =
I =3D
> see=3D20
> no line activity or logs for attempts to access the ISP pop3 accounts.
>
> Is there a step by step configuration guide out there somewhere?  Or ca=
n=3D20
> someone tell me what I need to set up.
> The readme.txt file is great for explaining the formats, but doesn't sa=
y =3D
> what=3D20
> you need to get started.

Did you follow the "Configuration" section of the documentation ?
If yes you must have a running ( with test domain/account ) XMail.
About logging you have to enable it by editing the SysV XMail's startup
script ( /etc/rc.d/init.d/xmail ) XMAIL_CMD_LINE. For options value pleas=
e
look at the doc, section "Command line". To see verbosu messages you can
run it in debug mode :

# export MAIL_ROOT=3D/var/MailRoot
# /var/MailRoot/bin/XMail -Md ...

where ... means your extra command line options. To stop it running in
debug mode inside the console simply press CTRL-C
In this mode you'll be able to see if it tries to connect to the remote
POP3 server correctly.
To setup sendmail correctly edit the file sendmail.sh to contain ( dashed
lines are not inclueded :-) ) :

---------------------------------------------------------------
#!/bin/sh


if [ -z $MAIL_ROOT ]; then
        export MAIL_ROOT=3D/var/MailRoot
fi


/usr/bin/sendmail.xmail $*

---------------------------------------------------------------

then run these commands ( from root ) :

# mv /usr/sbin/sendmail /usr/sbin/sendmail.orig
# cp sendmail.sh /usr/sbin/sendmail
# cp sendmail /usr/sbin/sendmail.xmail
# chmod +s /usr/sbin/sendmail.xmail




- Davide


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to