Re: virtual mailbox domains??

2021-12-06 Thread Jaroslaw Rafa
>From what you post here, I have an impression that you have multiple problems and are trying to solve them all at once, which usually never succeeds. Try to debug and solve one thing at a time. First, make sure that DNS records are actually correctly set up and point to the correct hosts. Second

RE: virtual mailbox domains??

2021-12-06 Thread postfix
I just stopped postfix and dovecot, then cleared the logs then restarted postfix and dovecot. The status of postfix says active (exited). The status of dovecot says: active (running) syslog Dec 6 12:48:45 softlinksys systemd[1]: Started Dovecot IMAP/POP3 email server. Dec 6 12:48:45 softlinks

Re: virtual mailbox domains??

2021-12-06 Thread Wietse Venema
post...@aecperformance.com: > You have my config. Please let me know why postfix won't run. It was running, according to your logs: Dec 5 21:33:26 softlinksys postfix/postfix-script[31361]: starting the Postfix mail system Dec 5 21:33:26 softlinksys postfix/master[31363]: daemon started -- ver

Re: virtual mailbox domains??

2021-12-06 Thread Wietse Venema
Wietse Venema: > post...@aecperformance.com: > > You have my config. Please let me know why postfix won't run. > > It was running, according to your logs: > > Dec 5 21:33:26 softlinksys postfix/postfix-script[31361]: starting the > Postfix mail system > Dec 5 21:33:26 softlinksys postfix/maste

RE: virtual mailbox domains??

2021-12-06 Thread postfix
I have both postfix and dovecot running. Command: sudo postfix status postfix/postfix-script: the Postfix mail system is running: PID: 38284 Command: sudo systemctl status dovecot.service Active: active (running) since Mon 2021-12-06 12:48:45 UTC; 2h 29min ago I've checked all 3 mysql conne

RE: virtual mailbox domains??

2021-12-06 Thread postfix
postconf -n alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no compatibility_level = 2 inet_interfaces = all mailbox_size_limit = 0 mydestination = localhost myhostname = aecperformance.com mynetworks = 127.0.0.0/8 [:::127.0.0.0]/104 [

RE: virtual mailbox domains??

2021-12-06 Thread postfix
dovecot -n # 2.3.7.2 (3c910f64b): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.7.2 () # OS: Linux 5.4.0 x86_64 Ubuntu 20.04.3 LTS ext4 # Hostname: softlinksys.com auth_mechanisms = plain login mail_location = maildir:/var/mail/vhosts/%d/%n mail_privileged_group = mail namespace inbox

Re: virtual mailbox domains??

2021-12-06 Thread Wietse Venema
post...@aecperformance.com: > Command: sudo postfix status > postfix/postfix-script: the Postfix mail system is running: PID: 38284 Good. > I attempted to send an email to smok...@sizzelicks.com > . It bounced. What is the Postfix logging for this? Be sure to incl

Re: Setting up virtual mail users

2021-12-06 Thread Tyler Montney
I really gotta remember to reply all. Here's what was between Bobby and I: Here: Home-less Users Having a home directory for users is highly recommended. At a minimum, the Pigeonhole Sieve plugin requires a home directory to work. See Home Directories for V

FW: virtual mailbox domains??

2021-12-06 Thread postfix
Good. > I attempted to send an email to smok...@sizzelicks.com > < mailto:smok...@sizzelicks.com> . It bounced. What is the Postfix logging for this? Be sure to include more than only the delivery error (i.e. logging from pi

Re: FW: virtual mailbox domains??

2021-12-06 Thread Wietse Venema
post...@aecperformance.com: > I attempted to send an email to smok...@sizzelicks.com. It bounced. Wietse: > What is the Postfix logging for this? Be sure to include more than only the > delivery error (i.e. logging from pickup or smtpd; cleanup; qmgr; ...). > This is the first problem that you nee

RE: virtual mailbox domains??

2021-12-06 Thread postfix
I've created a small app on sizzelicks.com. I've added a record in the mysql virtual_users table: t...@sizzelicks.com with the domain_id set as the id for the domain sizzelicks.com. You can change the first part of the email. You can view the live logs and you can clear them. I'll set the permissio

Re: virtual mailbox domains??

2021-12-06 Thread Jaroslaw Rafa
Dnia 6.12.2021 o godz. 12:42:26 post...@aecperformance.com pisze: > I've created a small app on sizzelicks.com. > I've added a record in the mysql virtual_users table: t...@sizzelicks.com > with the domain_id set as the id for the domain sizzelicks.com. > You can change the first part of the email

Are large alias files a problem?

2021-12-06 Thread John Levine
For an application I'm working on, we need to set up about 50,000 forwarding addresses. If we just put them into a hash or btree lookup table, would that be a problem? It doesn't seem like a very big database. R's, John

Re: Are large alias files a problem?

2021-12-06 Thread Wietse Venema
John Levine: > For an application I'm working on, we need to set up about 50,000 > forwarding addresses. > > If we just put them into a hash or btree lookup table, would that be a > problem? It doesn't > seem like a very big database. It should work with Berkeley DB (hash, btree) and LMDB. The d

Re: Are large alias files a problem?

2021-12-06 Thread Viktor Dukhovni
On Mon, Dec 06, 2021 at 02:29:18PM -0500, John Levine wrote: > For an application I'm working on, we need to set up about 50,000 forwarding > addresses. I take this to be 50k *LHS* addresses. That is 50k input addresses each get forwarded to corresponding output addresses. > If we just put the

Newbie question - main.cf.proto

2021-12-06 Thread Herndon Elliott
I am just getting started with trying to install postifx and get it running on a single Ubuntu 18.04 server. The documentation talks at length about changes to be made in "/etc/postfix/main.cf" file, but there is no such file in my install. I have a main.cf.proto, but no main.cf The only mention

Re: Newbie question - main.cf.proto

2021-12-06 Thread Scott Kitterman
On December 6, 2021 8:18:11 PM UTC, Herndon Elliott wrote: >I am just getting started with trying to install postifx and get it running >on a single Ubuntu 18.04 server. The documentation talks at length about >changes to be made in "/etc/postfix/main.cf" file, but there is no such >file in m

Re: Newbie question - main.cf.proto

2021-12-06 Thread Viktor Dukhovni
On Mon, Dec 06, 2021 at 03:18:11PM -0500, Herndon Elliott wrote: > I am just getting started with trying to install postifx and get it running > on a single Ubuntu 18.04 server. The documentation talks at length about > changes to be made in "/etc/postfix/main.cf" file, but there is no such > fil

Re: Are large alias files a problem?

2021-12-06 Thread Benny Pedersen
On 2021-12-06 20:29, John Levine wrote: For an application I'm working on, we need to set up about 50,000 forwarding addresses. If we just put them into a hash or btree lookup table, would that be a problem? It doesn't seem like a very big database. is it one key with 5 value results or

Re: Newbie question - main.cf.proto

2021-12-06 Thread Benny Pedersen
On 2021-12-06 21:25, Scott Kitterman wrote: When you installed the package you selected "No configuration", so it's not particularly surprising you have no configuration. Use dpkg-reconfigure postfix and pick a different option for configuration and you will have a main.cf. Internet Site is pr

postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Doug Sampson
I've opened an account with Spamhaus to use their Data Query Service. I've reconfigured the main.cf to incorporate the necessary adjustments. One thing I've noticed that when the maps (postscreen_dnsbl_reply_map & rbl_reply_maps) as recommended by Spamhaus are implemented, the results of these

2nd newbie question: outgoing reply-to

2021-12-06 Thread Herndon Elliott
With yalls help I have postfix working - Thanks! But I need to set ALL outgoing mail to be from a very specific username@domain in order to get the receiving SMTP relay to accept it. I can do this on each message with mail -r username@domain But this means redoing mail commands all over

Re: 2nd newbie question: outgoing reply-to

2021-12-06 Thread Wietse Venema
Herndon Elliott: > With yalls help I have postfix working - Thanks! > > But I need to set ALL outgoing mail to be from a very specific > username@domain in order to get the receiving SMTP relay to accept it. I > can do this on each message with > >mail -r username@domain See http://www

Re: postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Wietse Venema
Doug Sampson: > I've opened an account with Spamhaus to use their Data Query > Service. I've reconfigured the main.cf to incorporate the necessary > adjustments. > > One thing I've noticed that when the maps (postscreen_dnsbl_reply_map > & rbl_reply_maps) as recommended by Spamhaus are implemented,

Re: postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Togan Muftuoglu
> "Doug" == Doug Sampson writes: Doug> I've opened an account with Spamhaus to use their Data Query Service. Doug> I've reconfigured the main.cf to incorporate the necessary adjustments. Doug> One thing I've noticed that when the maps (postscreen_dnsbl_reply_map & Doug> rbl_reply_maps) as rec

Re: Are large alias files a problem?

2021-12-06 Thread John Levine
It appears that Viktor Dukhovni said: >> For an application I'm working on, we need to set up about 50,000 forwarding >> addresses. >You should be able to use an LMDB, Berkeley DB or CDB database with >millions of entries. > >Though I don't think you're asking about 1-to-very-many forwarding, >i

RE: virtual mailbox domains??

2021-12-06 Thread postfix
I finally figured out why I couldn't send emails to smok...@sizzelicks.com . I am attempting to migrate from shared hosting to a VPS. My shared hosting account at hostgator.com still had the domain sizzelicks.com set up. Every time I tried to send email FROM a hos

RE: postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Doug Sampson
> I have followed their manual and it works. > > postfix/dnsblog[6907]: addr 116.255.29.67 listed by domain MY-API- > KEY.zen.dq.spamhaus.net as 127.0.0.3 > postfix/dnsblog[6907]: addr 116.255.29.67 listed by domain MY-API- > KEY.zen.dq.spamhaus.net as 127.0.0.4 > postfix/dnsblog[6909]: addr 11

RE: postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Doug Sampson
> Doug Sampson: > > I've opened an account with Spamhaus to use their Data Query > > Service. I've reconfigured the main.cf to incorporate the necessary > > adjustments. > > > > One thing I've noticed that when the maps (postscreen_dnsbl_reply_map > > & rbl_reply_maps) as recommended by Spamhaus ar

Re: postscreen_dnsbl_reply_map & rbl_reply_maps

2021-12-06 Thread Togan Muftuoglu
> "DS" == Doug Sampson writes: >> Doug Sampson: > I've opened an account with Spamhaus to use their Data >> Query > Service. I've reconfigured the main.cf to incorporate the necessary >> > adjustments. >> > >> > One thing I've noticed that when the maps (postscreen_dnsbl_reply_map > & >> rbl_

Re: Are large alias files a problem?

2021-12-06 Thread Viktor Dukhovni
> On 6 Dec 2021, at 6:05 pm, John Levine wrote: > > This is the IETF's forwarding addresses for works that are or were > (hence the large number) in progress. Each entry has as many targets > as the draft has authors so it's rarely more than 2 or 3. You will not face any meaningful limits with t