mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 05:57:39 +03:00
auth/dovecot_sasl: Remove e.Path check altogether
Unix sockets have e.Path, TCP sockets don't.
This commit is contained in:
parent
b77766438d
commit
7f4438a8a3
1 changed files with 0 additions and 3 deletions
|
@ -101,9 +101,6 @@ func (a *Auth) Init(cfg *config.Map) error {
|
|||
if err != nil {
|
||||
return fmt.Errorf("%s: invalid server endpoint: %v", modName, err)
|
||||
}
|
||||
if endp.Path != "" {
|
||||
return fmt.Errorf("%s: unexpected path in endpoint ", modName)
|
||||
}
|
||||
|
||||
// Dial once to check usability and also to get list of mechanisms.
|
||||
conn, err := net.Dial(endp.Scheme, endp.Address())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue