Ticket #1148 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Bug de la conf postfix générée par alternc-secondarymx

Reported by: daniche Assigned to:
Priority: normal Milestone: alternc-0.9.9
Component: alternc-secondarymx Version:
Severity: crash Keywords:
Cc:

Description

Je crois avoir réussi à faire tourner alternc-secondarymx: Il y a une toute petite erreur dans la configuration postfix qu'il genère:

dans: http://alternc.org/browser/alternc-secondarymx/trunk/debian/postinst ligne 22, au lieu de:

 echo 'relay_domains = \$mydestination, hash:/var/cache/secondarymx/secondarymx/' >>${CONF}

il faudrait:

 echo 'relay_domains = \$mydestination, hash:/var/cache/secondarymx/secondarymx' >>${CONF}

Pas de '/' final, car c'est un fichier.

Change History

09/09/08 10:40:02 changed by azerttyu

  • status changed from new to closed.
  • resolution set to fixed.

(In [2275]) close #1148 (daniche)

le hash laisse entendre que c'est un repertoire hors au mieux c'est un fichier. un .db g?\195?\169n?\195?\169r?\195?\169 par postmap commme le montre cet exemple : {{{ $:/var/cache/secondarymx# ls -la total 40 drwxr-xr-x 2 root root 4096 2008-09-09 11:51 . drwxr-xr-x 10 root root 4096 2008-09-09 11:01 .. ... -rw-r--r-- 1 root root 2441 2008-09-09 11:51 secondarymx -rw-r--r-- 1 root root 12288 2008-09-09 11:51 secondarymx.db }}}

De plus il y a inconsistance avec le grep ligne 11, le grep valide bien mais ce n'est pas exactement pareil

Sans oublier que sans cette modfication "postfix ne savait meme pas causer le handchek 'ehlo' de smtp" (daniche)

09/09/08 10:59:01 changed by azerttyu

  • reporter changed from anonyme to daniche.