mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix SMTP monitor check in upgrade code, too.
This commit is contained in:
parent
07c49a3698
commit
8081f31622
@ -877,8 +877,8 @@ function upgrade_045_to_046() {
|
||||
'type' => 'send',
|
||||
'descr' => 'Generic SMTP',
|
||||
'options' =>
|
||||
array ( 'send' => 'EHLO nosuchhost',
|
||||
'expect' => '250-',
|
||||
array ( 'send' => '',
|
||||
'expect' => '220 *',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user