Al wrote:

> Am Freitag, 27. Januar 2006 16:39 schrieb Gary V:

> Hi Gary

>> > With a Debian Etch/Sid-system I use the versions below. With a similar
>> > configuration on another machine it works. I think I have a wrong
>> > configuration of the master.cf or/and the main.cf of postfix.
>> >
>> > Jan 27 15:23:50 client2 postfix/pickup[4571]: D00D84A035E: uid=0
>> > from=<root> Jan 27 15:23:50 client2 postfix/cleanup[4819]: D00D84A035E:
>> > message-id=<[EMAIL PROTECTED]>
>> > Jan 27 15:23:50 client2 postfix/qmgr[4572]: D00D84A035E:
>> > from=<[EMAIL PROTECTED]>, size=460, nrcpt=1 (queue active)
>> > Jan 27 15:23:50 client2 postfix/smtp[4821]: connect to
>> > 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
>> > Jan 27 15:23:50 client2 postfix/smtp[4821]: D00D84A035E:
>> > to=<[EMAIL PROTECTED]>, orig_to=<ab>, relay=none, delay=0,
>> > status=deferred (connect to 127.0.0.1[127.0.0.1]: Connection refused)

>> This could simply be amavisd-new is not running. Is it?

> You are right and now I know why.

> /etc/init.d/amavis restart
> Stopping amavisd: (not running).
> Starting amavisd: Found old config file /etc/amavis/amavisd.conf,
> amavisd-new will NOT be started for safety reasons.
> Please update the amavisd-new configuration, as the
> old configuration is not automatically converted.
> Remove the /etc/amavis/amavisd.conf to re-enable amavisd-new.

>> also check:
>> # grep -r inet_socket_port /etc/amavis/conf.d/

> client2:~# grep -r inet_socket_port /etc/amavis/conf.d/
> /etc/amavis/conf.d/20-debian_defaults:$inet_socket_port = 10024;   # default 
> listenting socket


>> it should show:
>> /etc/amavis/conf.d/20-debian_defaults:$inet_socket_port = 10024;   #
>> default listenting socket
>>
>> and:
>> # lsof -i | grep amavis

> shows nothing.

> I will do some checks and go on later.

> Al

The script actually checks for the existence of amavisd.conf.disabled
so if you rename that, it should let you start it up.

mv /etc/amavis/amavisd.conf.disabled /etc/amavis/amavisd.conf-backup
/etc/init.d/amavis start

Gary V



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to