Well, you helped me with one of my problems: permissions were set with
the root uid.
I did chown qmaild on it, but I am still having the same problems.
Someone else suggested that the i/o error in syslog may be due to a bad
sector that tcp.smtp.cdb might reside on...Haven't had a chance to
re-compile it elsewhere to test this theory.
As I recall, you don't need to restart tcpserver for changes to take
effect correct?
Thanks,
Ryan Sharon
[EMAIL PROTECTED]
Frank Tegtmeyer wrote:
>
> > but I have my tcp.smtp.cdb compiled with the following data (and it IS
> > in /etc/):
> >
> > 127.0.0.1:allow,RELAYCLIENT=""
> > xxx.xxx.xxx.xxx-xxx:allow,RELAYCLIENT=""
> > :allow # <--That SHOULD allow the rest of the world to send me mail
> > shouldn't it?
>
> How did you build /etc/tcp.smtp.cdb?
>
> It should be something like this:
>
> tcprules /etc/tcp.smtp.cdb /etc/temp.cdb < /etc/tcp.smtp
>
> Did you build the CDB-file again? Are the permissions right, so that
> tcpserver can access it (remember tcpserver runs under the given UID)?
>
> Frank