Skip to content

Conversation

@mamghar001
Copy link

@mamghar001 mamghar001 commented Jan 4, 2026

  • I corrected the multi_ip script, it didn't work properly. You're welcome :)
  • I added option to check on send page that allows to send from all the mailboxes of the domain, allows round-robin like Smartlead does.. Great for cold email delivery

Ubuntu and others added 8 commits January 4, 2026 17:21
- Removed -i flag from docker exec commands in loop to prevent stdin stealing
- Added </dev/null redirects to ensure loop processes all domains
- Temporarily disable ERR trap during loop to prevent early exit
- Added counters to track inserted/failed domains
- Better error handling with warnings instead of fatal errors

Bug: docker exec -i was consuming stdin, causing while loop to only process first line
Fix: Remove -i flag and redirect stdin to /dev/null for commands inside loop

Now correctly processes multiple domains when running 'bash bm.sh multi_ip'
- Added rebuild-frontend command to bm.sh for easy frontend updates
- Updated docker-compose.yml to mount core/public directory for live updates
- Updated .gitignore to prevent build artifacts from being tracked
- Added .pnpm-store to frontend gitignore

This allows frontend rebuilds without Docker image rebuilds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant