<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.x_MsoNormal, li.x_MsoNormal, div.x_MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.x_MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.x_MsoHyperlinkFollowed
        {color:#954F72;
        text-decoration:underline}
.x_MsoChpDefault
        {}
@page WordSection1
        {margin:70.85pt 70.85pt 70.85pt 70.85pt}
div.x_WordSection1
        {}
-->
</style>
<div lang="FR" link="blue" vlink="#954F72">
<div class="x_WordSection1">
<p class="x_MsoNormal">Thank you Alexander I will try now <span style="font-family:"Segoe UI Emoji",sans-serif">😊</span></p>
<p class="x_MsoNormal"> </p>
<p class="x_MsoNormal">Provenance : <a href="https://go.microsoft.com/fwlink/?LinkId=550986">
Courrier</a> pour Windows 10</p>
<p class="x_MsoNormal"> </p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>De :</b> Alexander Wirt <formorer@formorer.de><br>
<b>Envoyé :</b> Wednesday, June 19, 2019 2:08:28 PM<br>
<b>À :</b> Dorian ROSSE<br>
<b>Cc :</b> amavis-users@amavis.org<br>
<b>Objet :</b> Re: amavis broken</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Wed, 19 Jun 2019, Dorian ROSSE wrote:<br>
<br>
> I attach to you the files,<br>
> <br>
> I add a semicolon where It is ask then It asks again to add a semicolon,<br>
> <br>
> I think the amavis shell want become myself crazy about my Ubuntu server,<br>
> <br>
> I don’t know what I must do,<br>
> <br>
> Thank you in advance to bring your help,<br>
> <br>
> Regards.<br>
> <br>
> <br>
> Dorian ROSSE.<br>
> <br>
> <br>
> <br>
> Provenance : Courrier<<a href="https://go.microsoft.com/fwlink/?LinkId=550986">https://go.microsoft.com/fwlink/?LinkId=550986</a>> pour Windows 10<br>
> <br>
> <br>
> <br>
> ________________________________<br>
> De : amavis-users <amavis-users-bounces+dorianbrice=hotmail.fr@amavis.org> de la part de Alexander Wirt <formorer@formorer.de><br>
> Envoyé : Wednesday, June 19, 2019 7:46:27 AM<br>
> À : amavis-users@amavis.org<br>
> Objet : Re: amavis broken<br>
> <br>
> On Tue, 18 Jun 2019, Ralph Seichter wrote:<br>
> <br>
> > * Olivier:<br>
> ><br>
> > > Il y a un message d'erreur clair pourtant:<br>
> ><br>
> > Please use English in the future (as required for most mailing lists).<br>
> ><br>
> > > Starting amavisd: Number found<br>
> > > where operator expected at /etc/amavis/conf.d/50-user line 13, near "1"<br>
> ><br>
> > Looks like Ubuntu has opted for a non-standard split configuration<br>
> > layout. Normally, the Amavis configuration file is Perl code, so keep<br>
> > that in mind when considering the syntax. As for that particular file,<br>
> > I cannot guess at the content from afar. ;-)<br>
> In fact that was us (Debian) and we did that for more than 15 years. We<br>
> (Debian) ship that file empty:<br>
> <br>
> use strict;<br>
> <br>
> #<br>
> # Place your configuration directives here.  They will override those in<br>
> # earlier files.<br>
> #<br>
> # See /usr/share/doc/amavisd-new/ for documentation and examples of<br>
> # the directives you can use in this file<br>
> #<br>
> <br>
> <br>
> #------------ Do not modify anything below this line -------------<br>
> 1;  # ensure a defined return<br>
> <br>
> Probably you changed something and forget the trailing "1;".<br>
> <br>
> Alex<br>
> <br>
<br>
> use ; strict<br>
Broken<br>
> $myhostname = bitfenix-server<br>
Broken (; missing at the end)<br>
<br>
Right:<br>
<br>
use strict;<br>
$myhostname = bitfenix-server; <br>
<br>
1;<br>
<br>
</div>
</span></font>
</body>
</html>