e-smith-qmail/root/etc/e-smith/templates-user/.qmail/90local

8 lines
136 B
Plaintext
Raw Permalink Normal View History

{
# vim: ft=perl:
return '# No local delivery'
unless ($props{EmailForward} =~ /^(local|both)$/);
return './Maildir/';
}