I 've already defined these files, but it still doesn't work. The hello command doesn't change, and the answer is the same as ever: default from file 'me'.
Is there anything else that should be done?

======================================================
[EMAIL PROTECTED] control]# ls -lha
total 101K
drwxr-xr-x   2 root qmail  848 Mar  1 13:12 .
drwxr-xr-x  11 root qmail  264 Jan 25 01:50 ..
-rw-r--r--   1 root qmail 2.5K Feb  6 18:01 cert.pem
-rw-r--r--   1 root qmail   19 Mar  1 09:38 helohost
-rw-r--r--   1 root root     5 Jan 25 00:24 ldapbasedn
-rw-r--r--   1 root root     2 Jan 25 00:24 ldapcluster
-rw-r--r--   1 root root    13 Jan 25 00:25 ldapdefaultdotmode
-rw-r--r--   1 root root    14 Jan 25 00:25 ldaplogin
-rw-r--r--   1 root root    10 Jan 25 00:25 ldapobjectclass
-rw-r--r--   1 root root     9 Jan 25 00:26 ldappassword
-rw-r--r--   1 root root     2 Jan 25 00:26 ldaprebind
-rw-r--r--   1 root root    15 Feb  8 10:49 ldapserver
-rw-r--r--   1 root root    47 Feb 22 15:17 locals
-rw-r--r--   1 root root  2.2K Feb 22 15:17 locals.cdb
-rw-r--r--   1 root qmail 2.5K Jan 25 01:50 Makefile
-rw-r--r--   1 root root    20 Mar  1 13:12 me
-rw-r--r--   1 root root  2.2K Jan 25 03:57 qmail-imapd.cdb
-rw-r--r--   1 root qmail  245 Jan 25 01:50 qmail-imapd.rules
-rw-r--r--   1 root root  2.2K Feb  8 11:53 qmail-pop3d.cdb
-rw-r--r--   1 root qmail  275 Feb  8 11:52 qmail-pop3d.rules
-rw-r--r--   1 root root  2.1K Jan 25 03:57 qmail-qmqpd.cdb
-rw-r--r--   1 root qmail  330 Jan 25 01:50 qmail-qmqpd.rules
-rw-r--r--   1 root root  2.3K Mar  1 09:41 qmail-smtpd.cdb
-rw-r--r--   1 root qmail 1.7K Mar  1 09:41 qmail-smtpd.rules
-rw-r--r--   1 root root    14 Feb  8 13:12 rcpthosts
-rw-r--r--   1 root root  2.1K Feb  8 13:12 rcpthosts.cdb
-rw-r--r--   1 root qmail 2.1K Jan 25 01:50 signatures
======================================================


Brian T Glenn wrote:
On Wed, Mar 01, 2006 at 10:03:42AM -0300, Taciano Tavares may have written:
  
my helohost dont work. Does anybody know how to solve this?

[EMAIL PROTECTED] control]# cat helohost
smtp.domain.com

[EMAIL PROTECTED] control]# cat me
mx-01.domain.com

[EMAIL PROTECTED] control]# telnet 192.168.0.1 25
Trying 192.168.0.1...
Connected to 192.168.0.1.
Escape character is '^]'.
220 mx-01.domain.com ESMTP
quit
    

man qmail-smtpd

smtpgreeting

SMTP  greeting  message.   Default: me, if that is supplied; 
otherwise qmail-smtpd will refuse to run.  The first word of 
smtpgreeting should be the current host's name.

man qmail-remote

helohost

Current host name, for use solely in saying hello to the remote SMTP 
server.  Default: me, if that is supplied; otherwise qmail-remote 
refuses to run.

HTH,
  

Reply via email to