postfix problem with systemd

Reindl Harald h.reindl at thelounge.net
Sat Jun 16 09:22:42 UTC 2012



Am 16.06.2012 10:39, schrieb Ed Greshko:
> Heinz Diehl <htd at fritha.org> wrote:
> 
>> On 16.06.2012, Chris wrote: 
>>
>>> # rpm -qi postfix
>>> Name        : postfix
>>> Epoch       : 2
>>> Version     : 2.9.2
>>> Release     : 2.fc17
>>> Architecture: x86_64
>> [....]
>>
>> I'm using exactly the same postfix version (on F17) and don't have a
>> "chroot-update" either.
>>
>> [root at wildsau postfix]# ls -l /etc/postfix/chroot-update
>> ls: cannot access /etc/postfix/chroot-update: No such file or directory
>>
>> Guess something went wrong. I would have removed postfix entirely,
>> deleted what is left left behind after removing, and reinstalled it.
> 
> 
> Doing that will have no effect on the message being reported. The start up script calls the nonexistent program or script. The "error " is harmless. Nothing went wrong. 

write a bugreport or replace the stupid service with a self written
in /etc/systemd/system/ - this is anotehr example where package
maintainers DO NOT test their own dogfoot nor read /var/log/messages


[Unit]
Description=Postfix MTA
After=network.target dovecot.service mysqld.service

[Service]
Type=forking
ExecStart=/usr/sbin/postfix -c /etc/postfix start
ExecStop=/usr/sbin/postfix -c /etc/postfix stop
ExecReload=/usr/sbin/postfix -c /etc/postfix reload
Restart=always
RestartSec=1

[Install]
WantedBy=multi-user.target


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20120616/4f920de1/attachment.sig>


More information about the users mailing list