This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@ Reversing Steam CEG Protection @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@ by Push_BirthDay_Ret @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <epandage> | |
| <parametres_parcelle> | |
| <nom>TEST</nom> | |
| <longueur>455</longueur> | |
| <largeur>22</largeur> | |
| <volume_pulverise>27</volume_pulverise> | |
| <volume_hectare>18</volume_hectare> | |
| </parametres_parcelle> | |
| </epandage> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <epandage> | |
| <parametres> | |
| <parametres_parcelle> | |
| <nom>TEST</nom> | |
| <longueur>455</longueur> | |
| <largeur>22</largeur> | |
| <volume_pulverise>27</volume_pulverise> | |
| <volume_hectare>18</volume_hectare> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Copyright (c) 2006. All Rights reserved. | |
| If you use this script, please email me and let me know, thanks! | |
| Andrew Hedges | |
| andrew (at) hedges (dot) name | |
| If you want to hire me to write JavaScript for you, see my resume. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ####################### | |
| ## GENERALS SETTINGS ## | |
| ####################### | |
| smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) | |
| biff = no | |
| append_dot_mydomain = no | |
| readme_directory = no | |
| delay_warning_time = 4h | |
| mailbox_command = procmail -a "$EXTENSION" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !include_try /usr/share/dovecot/protocols.d/*.protocol | |
| protocols = imap lmtp | |
| listen = * | |
| !include conf.d/*.conf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mail_location = maildir:/var/mail/vhosts/%d/%n/mail | |
| maildir_stat_dirs=yes | |
| namespace inbox { | |
| inbox = yes | |
| } | |
| mail_uid = 5000 | |
| mail_gid = 5000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| disable_plaintext_auth = yes | |
| auth_mechanisms = plain login | |
| !include auth-sql.conf.ext |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| service imap-login { | |
| inet_listener imap { | |
| port = 143 | |
| } | |
| inet_listener imaps { | |
| port = 993 | |
| ssl = yes | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssl = required | |
| ssl_cert = </etc/ssl/certs/mailserver.crt | |
| ssl_key = </etc/ssl/private/mailserver.key | |
| ssl_protocols = !SSLv2 !SSLv3 | |
| ssl_cipher_list = ALL:!aNULL:!eNULL:!LOW:!MEDIUM:!EXP:!RC2:!RC4:!DES:!3DES:!MD5:!PSK:!SRP:!DSS:!AECDH:!ADH:@STRENGTH | |
| ssl_prefer_server_ciphers = yes # Dovecot > 2.2.x | |
| ssl_dh_parameters_length = 2048 # Dovecot > 2.2.x |
OlderNewer