File tree Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Expand file tree Collapse file tree 3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 59
59
unixodbc-dev \
60
60
llvm \
61
61
clang \
62
- libc-client-dev \
63
- dovecot-core \
64
- dovecot-pop3d \
65
- dovecot-imapd \
66
62
sendmail \
67
63
firebird-dev \
68
64
liblmdb-dev \
Original file line number Diff line number Diff line change 72
72
--with-qdbm \
73
73
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
74
74
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
75
- ${{ inputs.skipSlow == 'false' && '--with-imap' || '' }} \
76
- ${{ inputs.skipSlow == 'false' && '--with-imap-ssl' || '' }} \
77
75
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
78
76
$([ -d "/opt/oracle/instantclient" ] && echo '--with-pdo-oci=shared,instantclient,/opt/oracle/instantclient') \
79
77
$([ -d "/opt/oracle/instantclient" ] && echo '--with-oci8=shared,instantclient,/opt/oracle/instantclient') \
Original file line number Diff line number Diff line change 23
23
sudo cp ext/snmp/tests/snmpd.conf /etc/snmp
24
24
sudo cp ext/snmp/tests/bigtest /etc/snmp
25
25
sudo service snmpd restart
26
-
27
- sudo groupadd -g 5000 vmail
28
- sudo useradd -m -d /var/vmail -s /bin/false -u 5000 -g vmail vmail
29
- sudo cp ext/imap/tests/setup/dovecot.conf /etc/dovecot/dovecot.conf
30
- sudo cp ext/imap/tests/setup/dovecotpass /etc/dovecot/dovecotpass
31
- sudo service dovecot restart
You can’t perform that action at this time.
0 commit comments