مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
Adds support for hiding IP addresses & hostnames associated with clients sending authenticated mail in to Postal over SMTP and HTTP
6 أسطر
149 B
Ruby
6 أسطر
149 B
Ruby
class AddPrivacyModeToServers < ActiveRecord::Migration[6.1]
|
|
def change
|
|
add_column :servers, :privacy_mode, :boolean, default: false
|
|
end
|
|
end
|