We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae10cf9 commit 44dadeaCopy full SHA for 44dadea
install/dist/lib/opensuse.lib.php
@@ -159,7 +159,7 @@ function configure_postfix($options = '')
159
}
160
$configfile = $config_dir.'/master.cf';
161
$content = rf($configfile);
162
- $content = str_replace(' flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}',
+ $content = str_replace(' flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}',
163
' flags=R user='.$cf['vmail_username'].' argv=/usr/bin/maildrop -d ${recipient} ${extension} ${recipient} ${user} ${nexthop} ${sender}',
164
$content);
165
wf($configfile, $content);
0 commit comments