We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b777664 commit 7f4438aCopy full SHA for 7f4438a
internal/auth/dovecot_sasl/dovecot_sasl.go
@@ -101,9 +101,6 @@ func (a *Auth) Init(cfg *config.Map) error {
101
if err != nil {
102
return fmt.Errorf("%s: invalid server endpoint: %v", modName, err)
103
}
104
- if endp.Path != "" {
105
- return fmt.Errorf("%s: unexpected path in endpoint ", modName)
106
- }
107
108
// Dial once to check usability and also to get list of mechanisms.
109
conn, err := net.Dial(endp.Scheme, endp.Address())
0 commit comments