1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00
David Goodwin
2020-03-13 22:03:40 +00:00
parent 8754af58cb
commit d2b8f7ac15

View File

@ -173,6 +173,10 @@ class FetchmailHandler extends PFAHandler {
}
return true;
}
public function domain_from_id() {
return '';
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */