[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2008-07-28 Thread Gustavo A . Díaz
Any news about this Guys? since i am having many spams if i have amavisd-new disabled... And since i didn't change anything, i suspect this is a bug from Ubuntu or that package itselft... I've googled about this and i get nothing. ** Changed in: amavisd-new (Ubuntu) Sourcepackagename: amavisd-n

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2008-07-28 Thread Scott Kitterman
What is at /etc/amavis/conf.d/05-domain_id line 7? -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in ubuntu. -- Ubuntu-server-bugs

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2008-07-28 Thread Gustavo A . Díaz
This what says in that line: chomp($mydomain = `head -n 1 /etc/mailname`); -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to amavisd-new in ubuntu

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2009-03-11 Thread FransAlmere
Is this problem solved, since this morning out of the blue I have the same problem. I do not understand the mesage Error in config file "/etc/amavis/conf.d/05-domain_id": Insecure directory in $ENV{PATH} while running with -T switch at /etc/amavis/conf.d/05-domain_id line 7. I am using intrepid

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2009-03-11 Thread FransAlmere
Oh and before I forget I do not understand running with -T switch. What is trying to run with -T switch -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is subscri

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2009-09-28 Thread markop123
See if any of these directories are world writable: ls -ld / ls -ld /usr ls -ld /bin ls -ld /sbin ls -ld /usr/bin ls -ld /usr/sbin ls -ld /usr/local ls -ld /usr/local/bin ls -ld /usr/local/sbin http://www.mail-archive.com/amavis- u...@lists.sourceforge.net/msg02464.html My problem was /usr/local/

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2009-10-08 Thread Chuck Short
** Changed in: amavisd-new (Ubuntu) Importance: Undecided => Low ** Changed in: amavisd-new (Ubuntu) Status: New => Triaged -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubunt

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Alex Muntada
It's been a while since the last comment on this issue, can anyone confirm that the problem is still present? Thanks a lot. ** Changed in: amavisd-new (Ubuntu) Status: Triaged => Incomplete -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You r

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Alex Muntada
About the -T switch it refers to the perl -T option (Perl tainted mode), see man perlrun for details. -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Alex Muntada
@Gustavo I just installed a fresh 8.04.04 (still being tested, to be released tomorrow IIRC) and amavisd-new doesn't argue about perl -T switch. Moreover, file /etc/amavis/conf.d/05-node_id has changed and now uses hostname command instead of tailing /etc/mailname. Can you try it out when 8.04.04

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-29 Thread Alex Muntada
@Gustavo, can you confirm that this bug can we closed then? AFAICS it's been solved, but I'd like your opinion. -- Problems with amavisd-new: cannot start the service https://bugs.launchpad.net/bugs/251377 You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-29 Thread Alex Muntada
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-02-09 Thread Noway2
I would like to add a note of confirmation that this "bug" is still alive. I updated my server to 9.10 (Karmic) this last Sunday and upon doing so noticed that amavis was not starting upon reboot. I could successfully issue a command 'sudo /etc/init.d/amavis start' and it would start without erro

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-02-10 Thread Alex Muntada
Norway2, I just build a new karmic server from scratch and amavis service doesn't start by default unless the hostname is a FQDN. But an error is displayed on the console when this is the case (e.g. hostname being "karmic"): Starting amavisd: head: cannot open `/etc/mailname' for reading: No such

[Bug 251377] Re: Problems with amavisd-new: cannot start the service

2015-08-28 Thread kkumax
As a result of trial in the cut -and-try! # cd /etc/amavis/conf.d #cat cat 05-domain_id ... #chomp($mydomain = `head -n 1 /etc/mailname`); chomp($mydomain = "kkuma.mydns.jp"); ... #cat 05-node_id ... #chomp($myhostname = `hos

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Gustavo A . Díaz
I still have this blacklisted as it continue with the freezes if not. 2010/1/27 Alex Muntada > About the -T switch it refers to the perl -T option (Perl tainted mode), > see man perlrun for details. > > -- > Problems with amavisd-new: cannot start the service > https://bugs.launchpad.net/bugs/25

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-27 Thread Gustavo A . Díaz
Ups.. sorry... i've replied in the wrong bug report. 2010/1/27 Gustavo A. Díaz > I still have this blacklisted as it continue with the freezes if not. > > 2010/1/27 Alex Muntada > > About the -T switch it refers to the perl -T option (Perl tainted mode), >> see man perlrun for details. >> >> --

Re: [Bug 251377] Re: Problems with amavisd-new: cannot start the service

2010-01-29 Thread Gustavo A . Díaz
Nope, I dont have it anymore in my current Kubuntu 9.10 server. Cheers. 2010/1/29 Alex Muntada > @Gustavo, can you confirm that this bug can we closed then? AFAICS it's > been solved, but I'd like your opinion. > > -- > Problems with amavisd-new: cannot start the service > https://bugs.launchpa